 |
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef GLOBALSIM_EEMTOB_H
13 #define GLOBALSIM_EEMTOB_H
50 virtual const std::bitset<s_RHad_width>&
RHad_bits()
const override;
52 virtual const std::bitset<s_WsTot_width>&
WsTot_bits()
const override;
54 virtual const std::bitset<s_REta_width>&
REta_bits()
const override;
56 virtual const std::bitset<s_Seed_width>&
Seed_bits()
const override;
58 virtual const std::bitset<s_UpNotDown_width>&
UpNotDown_bit()
const override;
60 virtual const std::bitset<s_SeedIsMax_width>&
SeedIsMax_bit()
const override;
81 #endif //GLOBALSIM_EEMTOB_H
virtual const std::bitset< s_Seed_width > & Seed_bits() const override
Returns the eFexRoI seed eta position bits.
eEmTOB(const xAOD::eFexEMRoI &eFexTOB)
Constructor taking an eFexROITOB to inisialise bits.
Class to hold eFexROI TOB bits.
virtual const std::bitset< s_RHad_width > & RHad_bits() const override
Returns the eFexRoI Rhad threshold bits.
virtual const std::bitset< s_SeedIsMax_width > & SeedIsMax_bit() const override
Returns the eFexRoI seed is a local maxima bit.
std::bitset< s_WsTot_width > m_WsTot_bits
Property: Wstot threshold bitset within the eEmTOB word.
Class describing a LVL1 eFEX EM region of interest.
std::bitset< s_Seed_width > m_Seed_bits
Property: Seed eta position bitset within the eEmTOB word.
std::bitset< s_UpNotDown_width > m_UpNotDown_bit
Property: Up not down bitset within the eEmTOB word.
Class to hold common (eta/eta/phi) TOB bits.
virtual ~eEmTOB()
Destructor.
std::bitset< s_REta_width > m_REta_bits
Property: REta threshold bitset within the eEmTOB word.
virtual const std::bitset< s_UpNotDown_width > & UpNotDown_bit() const override
Returns the eFexRoI up not down bit.
std::bitset< s_SeedIsMax_width > m_SeedIsMax_bit
Property: Seed is a maximum bitset within the eEmTOB word.
std::bitset< s_RHad_width > m_RHad_bits
Property: RHad threshold bitset within the eEmTOB word.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Class to hold eFexROI TOB bits.
virtual const std::bitset< s_REta_width > & REta_bits() const override
Returns the eFexRoI REta threshold bits.
virtual const std::bitset< s_WsTot_width > & WsTot_bits() const override
Returns the eFexRoI Wstot threshold bits.
macros to associate a CLID to a type