8#ifndef XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V2_H
9#define XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V2_H
36 std::vector<float>
eta;
37 std::vector<float>
phi;
41 std::vector<std::vector<uint8_t> >
lut_cp;
42 std::vector<std::vector<uint8_t> >
lut_jep;
45 std::vector<std::vector<uint8_t> >
bcidVec;
48 std::vector<std::vector<uint16_t> >
adc;
49 std::vector<std::vector<uint8_t> >
bcidExt;
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
AuxContainer for TriggerTower_v2.
std::vector< uint32_t > errorWord
std::vector< std::vector< uint8_t > > correctionEnabled
std::vector< uint8_t > peak
std::vector< std::vector< uint8_t > > lut_cp
std::vector< std::vector< uint8_t > > lut_jep
std::vector< std::vector< uint8_t > > sat80Vec
std::vector< std::vector< uint8_t > > bcidExt
std::vector< std::vector< uint8_t > > bcidVec
std::vector< uint32_t > coolId
std::vector< uint8_t > adcPeak
std::vector< std::vector< int16_t > > correction
TriggerTowerAuxContainer_v2()
std::vector< std::vector< uint16_t > > adc
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.