Skip to content

Commit 869b1e0

Browse files
authored
Fixed problem in mixed events logic
1 parent 7c25494 commit 869b1e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/TwoParticleCorrelations/Tasks/corrFit.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ struct CorrFit {
15941594
double multiplicity = tracks1.size();
15951595

15961596
if (cfgStrictTrackCounter) {
1597-
trackCounter(tracks, multiplicity);
1597+
trackCounter(tracks1, multiplicity);
15981598
}
15991599

16001600
if (multiplicity > cfgMaxMultForCorrelations || multiplicity < cfgMinMultForCorrelations) {

0 commit comments

Comments
 (0)