@@ -50,8 +50,8 @@ constexpr double betheBlochDefault[1][6]{{-1.e32, -1.e32, -1.e32, -1.e32, -1.e32
5050static const std::vector<std::string> betheBlochParNames{" p0" , " p1" , " p2" , " p3" , " p4" , " resolution" };
5151static const std::vector<std::string> particleNames{" 3H" };
5252
53- constexpr int h3DauPdg{1000010030 }; // PDG Triton
54- constexpr int lnnPdg{1010000030 }; // PDG Lnn
53+ constexpr int h3DauPdg{1000010030 }; // PDG Triton
54+ constexpr int lnnPdg{1010000030 }; // PDG Lnn
5555
5656std::shared_ptr<TH1> hEvents;
5757std::shared_ptr<TH1> hZvtx;
@@ -283,7 +283,7 @@ struct lnnRecoTask {
283283 // temporary fix: tpcInnerParam() returns the momentum in all the software tags before: https://github.com/AliceO2Group/AliceO2/pull/12521
284284 bool posTritonPID = posTrack.pidForTracking () == o2::track::PID::Triton;
285285 bool negTritonPID = negTrack.pidForTracking () == o2::track::PID::Triton;
286- float posRigidity = posTrack.tpcInnerParam ();
286+ float posRigidity = posTrack.tpcInnerParam ();
287287 float negRigidity = negTrack.tpcInnerParam ();
288288
289289 hdEdxTot->Fill (posRigidity, posTrack.tpcSignal ());
@@ -511,7 +511,7 @@ struct lnnRecoTask {
511511 initCCDB (bc);
512512
513513 hEvents->Fill (0 .);
514- if (!collision.sel8 () || std::abs (collision.posZ ()) > 10 )
514+ if (!collision.sel8 () || std::abs (collision.posZ ()) > 10 )
515515 continue ;
516516 hEvents->Fill (1 .);
517517 hZvtx->Fill (collision.posZ ());
0 commit comments