Skip to content

Commit f5f9394

Browse files
authored
fix variable re-declaration
1 parent 5cff617 commit f5f9394

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
@@ -434,7 +434,7 @@ struct EbyeMaker {
434434
float outerPID = tk.pt() > antipPtTof ? tk.tofNSigmaPr() : -999.f;
435435
candidateTrack.itsnsigma = nSigmaITS;
436436
candidateTrack.outerPID = tk.pt() < antipPtTof ? candidateTrack.outerPID : outerPID;
437-
int selMask = getTrackSelMask(candidateTrack);
437+
selMask = getTrackSelMask(candidateTrack);
438438
if (candidateTrack.outerPID < outerPIDMin)
439439
return;
440440
if (isMc && candidateTrack.pdgcodemoth > 0)

0 commit comments

Comments
 (0)