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 5cff617 commit f5f9394Copy full SHA for f5f9394
PWGLF/TableProducer/Nuspex/ebyeMaker.cxx
@@ -434,7 +434,7 @@ struct EbyeMaker {
434
float outerPID = tk.pt() > antipPtTof ? tk.tofNSigmaPr() : -999.f;
435
candidateTrack.itsnsigma = nSigmaITS;
436
candidateTrack.outerPID = tk.pt() < antipPtTof ? candidateTrack.outerPID : outerPID;
437
- int selMask = getTrackSelMask(candidateTrack);
+ selMask = getTrackSelMask(candidateTrack);
438
if (candidateTrack.outerPID < outerPIDMin)
439
return;
440
if (isMc && candidateTrack.pdgcodemoth > 0)
0 commit comments