Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
14 const auto& in = in_tob->Et_bits();
21 const auto& in = in_tob->Eta_bits();
28 const auto& in = in_tob->Phi_bits();
36 auto result = std::bitset<32>();
38 std::size_t
begin = 0;
71 os <<
"GlobalSim::GenericTob\n"
72 <<
"Et: " << tob.
Et_bits() <<
'\n'
77 <<
"bits: " << tob.
as_bits() <<
'\n';
constexpr static std::size_t GenericEtBitWidth
std::bitset< GenericPhiBitWidth > m_Phi_bits
std::bitset< GenericEtaBitWidth > m_Eta_bits
const std::bitset< 13 > & Et_bits() const
int bitSetToInt(BITSET bitset)
const std::bitset< 7 > & Phi_bits() const
const std::bitset< 1 > & overflow_bits() const
AlgTool to obtain a selection of eFex RoIs read in from the event store.
const std::bitset< 2 > & Charge_bits() const
std::ostream & operator<<(std::ostream &os, const GlobalSim::GenericTob &tob)
std::shared_ptr< eEmTob > eEmTobPtr
constexpr static std::size_t GenericEtaBitWidth
std::bitset< 32 > as_bits() const
const std::bitset< 9 > & Eta_bits() const
std::bitset< GenericEtBitWidth > m_Et_bits
constexpr static std::size_t GenericPhiBitWidth