|
ATLAS Offline Software
|
Go to the documentation of this file.
26 roiWord |= (crate & s_crateMask) << s_crateBit;
27 roiWord |= (jem & s_jemMask) << s_jemBit;
28 roiWord |= (frame & s_frameMask) << s_frameBit;
29 roiWord |= (location & s_locationMask) << s_locationBit;
30 roiWord |= (energySmall & s_energySmallMask) << s_energySmallBit;
31 roiWord |= (energyLarge & s_energyLargeMask) << s_energyLargeBit;
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();
int energyLarge() const
Return energy large window size.
AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1, float, IP2D_pb, setIP2D_pb) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(BTagging_v1
static const int s_locationMask
static const int s_energySmallBit
int jem() const
Return JEM number (0-15)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
bool const RAWDATA *ch2 const
static const int s_jemBit
int energySmall() const
Return energy small window size.
static const int s_locationBit
int frame() const
Return RoI frame number (0-7)
static const int s_energyLargeMask
static const int s_crateMask
static const int s_energySmallMask
int location() const
Return location (RoI local coords) (0-3)
static const int s_crateBit
uint32_t roiWord() const
get roiWord
Description of JEMTobRoI_v1.
static const int s_frameMask
JEMTobRoI_v1()
Default constructor.
static const int s_energyLargeBit
int crate() const
Return crate number (0-1)
std::ostream & operator<<(std::ostream &out, const std::pair< FIRST, SECOND > &pair)
Helper print operator.
static const int s_jemMask
static const int s_frameBit