Skip to content

Commit

Permalink
Restore rigidity cut for He3 (AliceO2Group#7667)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmazzasc authored Sep 13, 2024
1 parent 10d3a60 commit aa69c6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ struct hyperRecoTask {
hypCand.clusterSizeITSPi = piTrack.itsClusterSizes();
bool heliumPID = heTrack.pidForTracking() == o2::track::PID::Helium3 || heTrack.pidForTracking() == o2::track::PID::Alpha;
hypCand.momHe3TPC = (heliumPID && cfgCompensatePIDinTracking) ? heTrack.tpcInnerParam() / 2 : heTrack.tpcInnerParam();
if (hypCand.momHe3TPC < TPCRigidityMinHe)
return;
hypCand.momPiTPC = piTrack.tpcInnerParam();
hDeDxTot->Fill(hypCand.momHe3TPC * heTrack.sign(), heTrack.tpcSignal());
hDeDxTot->Fill(hypCand.momPiTPC * piTrack.sign(), piTrack.tpcSignal());
Expand Down

0 comments on commit aa69c6b

Please sign in to comment.