75 os <<
"xAOD::JEMTobRoI crate=" <<
int(el.crate())
76 <<
" jem=" << el.jem()
77 <<
" frame=" << el.frame()
78 <<
" location=" << el.location()
79 <<
" energyLarge=" << el.energyLarge()
80 <<
" energySmall=" << el.energySmall();
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
AuxElement()
Default constructor.
Description of JEMTobRoI_v1.
JEMTobRoI_v1()
Default constructor.
static const int s_locationBit
static const int s_wordIdBit
static const int s_jemBit
static const int s_energySmallBit
static const int s_energyLargeBit
static const int s_jemMask
uint32_t roiWord() const
get roiWord
static const int s_energyLargeMask
int frame() const
Return RoI frame number (0-7)
void setRoiWord(uint32_t)
set roiWord
int energyLarge() const
Return energy large window size.
static const int s_crateMask
int crate() const
Return crate number (0-1)
static const int s_energySmallMask
int energySmall() const
Return energy small window size.
static const int s_frameMask
static const int s_frameBit
static const int s_wordIdVal
RoI word ID.
int jem() const
Return JEM number (0-15)
int location() const
Return location (RoI local coords) (0-3)
static const int s_crateBit
virtual void initialize(const int crate, const int jem, const int frame, const int location, const int energyLarge, const int energySmall)
static const int s_locationMask
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
std::ostream & operator<<(std::ostream &out, const std::pair< FIRST, SECOND > &pair)
Helper print operator.