28 const std::bitset<s_RHad_width>& RHad_bits,
29 const std::bitset<s_WsTot_width>& WsTot_bits,
30 const std::bitset<s_REta_width>& REta_bits,
31 const std::bitset<s_Seed_width>& Seed_bits,
32 const std::bitset<s_UpNotDown_width>& UpNotDown_bit,
33 const std::bitset<s_SeedIsMax_width>& SeedIsMax_bit
36 m_RHad_bits(RHad_bits),
37 m_WsTot_bits(WsTot_bits),
38 m_REta_bits(REta_bits),
39 m_Seed_bits(Seed_bits),
40 m_UpNotDown_bit(UpNotDown_bit),
41 m_SeedIsMax_bit(SeedIsMax_bit){
Class to hold common (eta/eta/phi) TOB bits.
CommonTOB(const xAOD::eFexEMRoI &eFexTOB)
Constructor taking an eFexROITOB to initialise common bits.
Class to hold common (eta/eta/phi) TOB bits.
Class to hold eFexROI TOB bits.
virtual std::string to_string() const =0
print out contents to string
eEmTOB(const xAOD::eFexEMRoI &eFexTOB)
Constructor taking an eFexROITOB to inisialise bits.
std::bitset< s_SeedIsMax_width > m_SeedIsMax_bit
Property: Seed is a maximum bitset within the eEmTOB word.
virtual const std::bitset< s_Seed_width > & Seed_bits() const override
Returns the eFexRoI seed eta position bits.
virtual const std::bitset< s_WsTot_width > & WsTot_bits() const override
Returns the eFexRoI Wstot threshold bits.
virtual const std::bitset< s_RHad_width > & RHad_bits() const override
Returns the eFexRoI Rhad threshold bits.
std::bitset< s_WsTot_width > m_WsTot_bits
Property: Wstot 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_Seed_width > m_Seed_bits
Property: Seed eta position bitset within the eEmTOB word.
std::bitset< s_RHad_width > m_RHad_bits
Property: RHad threshold bitset within the eEmTOB word.
virtual std::string to_string() const override
print out contents to string
std::bitset< s_REta_width > m_REta_bits
Property: REta threshold bitset within the eEmTOB word.
virtual const std::bitset< s_SeedIsMax_width > & SeedIsMax_bit() const override
Returns the eFexRoI seed is a local maxima bit.
virtual const std::bitset< s_REta_width > & REta_bits() const override
Returns the eFexRoI REta threshold bits.
std::bitset< s_UpNotDown_width > m_UpNotDown_bit
Property: Up not down bitset within the eEmTOB word.
eFexEMRoI_v1 eFexEMRoI
Define the latest version of the eFexEMRoI class.