Skip to content

Commit dcef675

Browse files
committed
Please consider the following formatting changes
1 parent 5601ba0 commit dcef675

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ struct OnTheFlyRichPid {
750750

751751
// first step: find precise arrival time (if any)
752752
// --- convert track into perfect track
753-
if (!track.has_mcParticle()){ // should always be OK but check please
753+
if (!track.has_mcParticle()) { // should always be OK but check please
754754
upgradeRich(nSigmaBarrelRich[0], nSigmaBarrelRich[1], nSigmaBarrelRich[2], nSigmaBarrelRich[3], nSigmaBarrelRich[4]);
755755
continue;
756756
}
@@ -801,12 +801,12 @@ struct OnTheFlyRichPid {
801801
}
802802

803803
// Straight to Nsigma
804-
float deltaThetaBarrelRich[5];//, nSigmaBarrelRich[5];
804+
float deltaThetaBarrelRich[5]; //, nSigmaBarrelRich[5];
805805
int lpdg_array[5] = {kElectron, kMuonMinus, kPiPlus, kKPlus, kProton};
806806
float masses[5];
807807

808808
for (int ii = 0; ii < 5; ii++) {
809-
//nSigmaBarrelRich[ii] = error_value;
809+
// nSigmaBarrelRich[ii] = error_value;
810810

811811
auto pdgInfoThis = pdg->GetParticle(lpdg_array[ii]);
812812
masses[ii] = pdgInfoThis->Mass();

0 commit comments

Comments
 (0)