Skip to content

Commit b2d1831

Browse files
author
Nicola Nicassio
committed
Adding dummy nSigma values in RICH tables to avoid mismatch with track size
1 parent 5601ba0 commit b2d1831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ALICE3/TableProducer/OTF/onTheFlyRichPid.cxx

Lines changed: 2 additions & 2 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
}
@@ -806,7 +806,7 @@ struct OnTheFlyRichPid {
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)