11#ifndef gFEXDBCondData_H
12#define gFEXDBCondData_H
16#include <unordered_map>
Hold mappings of ranges to condition objects.
#define CONDCONT_DEF(...)
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
void set_AnoiseCuts(const std::array< int, 12 > ¶ms)
void set_Aslopes(const std::array< int, 12 > ¶ms)
const std::array< int, 12 > & get_Cslopes() const
void set_Bslopes(const std::array< int, 12 > ¶ms)
std::array< int, 12 > m_BnoiseCuts
std::array< int, 12 > m_AnoiseCuts
void set_BnoiseCuts(const std::array< int, 12 > ¶ms)
std::array< int, 12 > m_Aslopes
void set_Cslopes(const std::array< int, 12 > ¶ms)
const std::array< int, 12 > & get_Bslopes() const
std::array< int, 12 > m_Cslopes
const std::array< int, 12 > & get_AnoiseCuts() const
const std::array< int, 12 > & get_BnoiseCuts() const
const std::array< int, 12 > & get_Aslopes() const
std::array< int, 12 > m_Bslopes
const std::array< int, 12 > & get_CnoiseCuts() const
std::array< int, 12 > m_CnoiseCuts
void set_CnoiseCuts(const std::array< int, 12 > ¶ms)
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) i...