11 #ifndef gFEXCondAlgo_H
12 #define gFEXCondAlgo_H
38 constexpr
static std::array<int, 12>
m_AslopesDefault = {891, 905, 903, 954, 1128, 1106, 1093, 1034, 940, 887, 877, 874};
39 constexpr
static std::array<int, 12>
m_BslopesDefault = {880, 869, 888, 923, 1011, 1060, 1062, 1109, 941, 912, 904, 882};
40 constexpr
static std::array<int, 12>
m_CslopesDefault = {1024, 1024, 1306, 1011, 887, 878, 860, 888, 975, 1252, 1024, 1024};
41 constexpr
static std::array<int, 12>
m_AnoiseCutsDefault = {-100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100};
42 constexpr
static std::array<int, 12>
m_BnoiseCutsDefault = {-100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100};
43 constexpr
static std::array<int, 12>
m_CnoiseCutsDefault = {176, -100, -100, -100, -100, -100, -100, -100, -100, -100, -100, 176};
52 UnsignedIntegerProperty
m_dbBeginTimestamp{
this,
"BeginTimestamp", 1729591852,
"Earliest timestamp that db parameters will be loaded. Default is start of 2023-10-27"};
54 Gaudi::Property<bool>
m_isMC {
this,
"IsMC",
false,
"For MC, always access the DB"};