We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301be08 commit 3558368Copy full SHA for 3558368
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx
@@ -616,7 +616,6 @@ struct OnTheFlyTofPid {
616
const float noSmearingPt = trkWithTime.mNoSmearingPt;
617
618
// Straight to Nsigma
619
- static std::array<float, kParticles> arrivalTimeInnerTOF, arrivalTimeOuterTOF;
620
static std::array<float, kParticles> expectedTimeInnerTOF, expectedTimeOuterTOF;
621
static std::array<float, kParticles> deltaTimeInnerTOF, deltaTimeOuterTOF;
622
static std::array<float, kParticles> nSigmaInnerTOF, nSigmaOuterTOF;
0 commit comments