Skip to content

Commit

Permalink
Remove leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa authored and chiarazampolli committed Jan 27, 2021
1 parent 0c8cdb7 commit 5c27fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STEER/STEERBase/AliPIDResponse.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -3442,7 +3442,7 @@ Float_t AliPIDResponse::GetTOFsignalTunedOnData(const AliVTrack *t) const
Double_t tofSignal = t->GetTOFsignalTunedOnData();


// if(tofSignal < 99999) return (Float_t)tofSignal; // it has been already set
if(tofSignal < 99999) return (Float_t)tofSignal; // it has been already set

// read additional mismatch fraction
Float_t addmism = GetTOFPIDParams()->GetTOFadditionalMismForMC();
Expand Down

0 comments on commit 5c27fb0

Please sign in to comment.