 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 m_RHad_bits(eFexTOB.RhadThresholds()),
11 m_WsTot_bits(eFexTOB.WstotThresholds()),
12 m_REta_bits(eFexTOB.RetaThresholds()),
13 m_Seed_bits(eFexTOB.seed()),
14 m_UpNotDown_bit(eFexTOB.UpNotDown()),
15 m_SeedIsMax_bit(eFexTOB.seedMax()){}
18 m_RHad_bits(
eEmTOB.RHad_bits()),
19 m_WsTot_bits(
eEmTOB.WsTot_bits()),
20 m_REta_bits(
eEmTOB.REta_bits()),
21 m_Seed_bits(
eEmTOB.Seed_bits()),
22 m_UpNotDown_bit(
eEmTOB.UpNotDown_bit()),
23 m_SeedIsMax_bit(
eEmTOB.SeedIsMax_bit()){}
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.
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.
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.