Skip to content

Commit 1f077f7

Browse files
authored
enable cut variation of tpc crossed rows in run 3
1 parent a2708c8 commit 1f077f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/ebyeMaker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ struct EbyeMaker {
646646
candTrack.dcaxypv = dcaInfo[0];
647647
candTrack.dcazpv = dcaInfo[1];
648648
candTrack.tpcchi2 = track.tpcChi2NCl();
649-
candTrack.tpcncls = track.tpcNClsFound();
649+
candTrack.tpcncls = (doprocessRun3 || doprocessMcRun3) ? track.tpcNClsCrossedRows() : track.tpcNClsFound();
650650
candTrack.tpcnsigma = nSigmaTPC;
651651
candTrack.tofmass = hasTof ? mass : -999.f;
652652
candTrack.globalIndex = track.globalIndex();

0 commit comments

Comments
 (0)