Skip to content

Commit 68f5fbd

Browse files
committed
Please consider the following formatting changes
1 parent e734f41 commit 68f5fbd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,8 +336,8 @@ struct NucleitpcPbPb {
336336
fillhmass(track, i);
337337
if (cfgRequirebetaplot) {
338338
histos.fill(HIST("Tofsignal"), getRigidity(track) * track.sign(), o2::pid::tof::Beta::GetBeta(track));
339-
}
340-
filldedx(track, nParticles);
339+
}
340+
filldedx(track, nParticles);
341341
}
342342
histos.fill(HIST("histeta"), track.eta());
343343
} // track loop
@@ -547,7 +547,7 @@ struct NucleitpcPbPb {
547547
int antitriton = 6;
548548
if (pidGuess == antitriton) {
549549
ptReco = ptReco - 0.464215 + 0.195771 * ptReco - 0.0183111 * ptReco * ptReco;
550-
// LOG(info) << "we have he3" << pidGuess;
550+
// LOG(info) << "we have he3" << pidGuess;
551551
}
552552
}
553553
float ptGen = matchedMCParticle.pt();
@@ -568,7 +568,7 @@ struct NucleitpcPbPb {
568568
histomc.fill(HIST("histPtRecoHe4"), ptReco);
569569
} else if (pdg == -particlePdgCodes.at(5)) {
570570
histomc.fill(HIST("histPtRecoAntiHe4"), ptReco);
571-
}
571+
}
572572
}
573573
histos.fill(HIST("histeta"), track.eta());
574574
/*----------------------------------------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)