Skip to content

Commit aa3675d

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-5896
Please consider the following formatting changes to #5896
2 parents ffda42f + 4325869 commit aa3675d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/TableProducer/Nuspex/lnnRecoTask.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ constexpr double betheBlochDefault[1][6]{{-1.e32, -1.e32, -1.e32, -1.e32, -1.e32
5050
static const std::vector<std::string> betheBlochParNames{"p0", "p1", "p2", "p3", "p4", "resolution"};
5151
static 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

5656
std::shared_ptr<TH1> hEvents;
5757
std::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

Comments
 (0)