We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c25494 commit 869b1e0Copy full SHA for 869b1e0
1 file changed
PWGCF/TwoParticleCorrelations/Tasks/corrFit.cxx
@@ -1594,7 +1594,7 @@ struct CorrFit {
1594
double multiplicity = tracks1.size();
1595
1596
if (cfgStrictTrackCounter) {
1597
- trackCounter(tracks, multiplicity);
+ trackCounter(tracks1, multiplicity);
1598
}
1599
1600
if (multiplicity > cfgMaxMultForCorrelations || multiplicity < cfgMinMultForCorrelations) {
0 commit comments