Skip to content

Commit 6d987fc

Browse files
committed
FIX3
1 parent 5a679d5 commit 6d987fc

1 file changed

Lines changed: 6 additions & 9 deletions

File tree

ALICE3/TableProducer/OTF/onTheFlyTrackerPid.cxx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@
6161
#include <utility>
6262
#include <vector>
6363

64-
#include <math.h>
65-
6664
using namespace o2;
6765
using namespace o2::framework;
6866

@@ -288,14 +286,13 @@ class ToTLUT
288286
o2::ccdb::BasicCCDBManager* mCcdbManager = nullptr;
289287
};
290288

291-
static constexpr int kNumHypothesisParticles = 9;
292-
std::array<std::array<std::shared_ptr<TH2>, kNumHypothesisParticles>, kNumHypothesisParticles> h2dBarrelNsigmaTrue;
293-
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dHitsPerTrackVsP;
294-
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dToTvsPperParticle;
295-
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dHitsPerTrackVsPLin;
296-
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dToTvsPperParticleLin;
297-
298289
struct OnTheFlyTrackerPid {
290+
static constexpr int kNumHypothesisParticles = 9;
291+
std::array<std::array<std::shared_ptr<TH2>, kNumHypothesisParticles>, kNumHypothesisParticles> h2dBarrelNsigmaTrue;
292+
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dHitsPerTrackVsP;
293+
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dToTvsPperParticle;
294+
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dHitsPerTrackVsPLin;
295+
std::array<std::shared_ptr<TH2>, kNumHypothesisParticles> h2dToTvsPperParticleLin;
299296

300297
float calculateNsigma(float measuredToT, float expectedToT, float resolution)
301298
{

0 commit comments

Comments
 (0)