4 #ifndef jFEXCoolDBDefaults_H
5 #define jFEXCoolDBDefaults_H
9 constexpr
static int jJCalibParams[6][25] =
13 { 197, 197, 197, 197, 197, 197, 197, 197, 197, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 },
14 { 222, 222, 222, 222, 222, 222, 222, 222, 222, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 },
15 { 182, 182, 182, 182, 182, 182, 182, 182, 182, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 },
16 { 182, 182, 182, 182, 182, 182, 182, 182, 182, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 },
17 { 222, 222, 222, 222, 222, 222, 222, 222, 222, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 },
18 { 197, 197, 197, 197, 197, 197, 197, 197, 197, 0,0,0,0, 0,0,0,0, 0,0,0,0, 0,0,0,0 }
22 constexpr
static bool PileUpCorrectionJet =
false;
23 constexpr
static bool PileUpCorrectionMET =
false;
26 constexpr
static int PileUpThresholdLowEm = 100;
27 constexpr
static int PileUpThresholdHighEm = 1000;
28 constexpr
static int PileUpThresholdLowHadLar = 100;
29 constexpr
static int PileUpThresholdHighHadLar = 1000;
30 constexpr
static int PileUpThresholdLowHadHecOverlap = 100;
31 constexpr
static int PileUpThresholdHighHadHecOverlap = 1000;
32 constexpr
static int PileUpThresholdLowHadTrex = 100;
33 constexpr
static int PileUpThresholdHighHadTrex = 1000;
34 constexpr
static int PileUpThresholdLowFcal = 100;
35 constexpr
static int PileUpThresholdHighFcal = 1000;
39 constexpr
static std::array<uint16_t,4> NoiseCuts_LATOME_TILE = {{40, 1, 40, 1}};
40 constexpr
static std::array<uint16_t,4> NoiseCuts_LATOME_HEC = {{40, 40, 40, 40}};
41 constexpr
static std::array<uint16_t,4> NoiseCuts_FCAL = {{ 0, 0, 0, 0}};
44 constexpr
static std::array<uint16_t,4> PileUpWeight_default = {{0, 0, 0, 0}};