![]() |
ATLAS Offline Software
|
Functions | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &out, const std::set< T > &s) |
| Convenience operator for printing the contents of sets. | |
| template<typename T> | |
| std::ostream & | operator<< (std::ostream &out, const std::vector< T > &vec) |
| Convenience operator for printing the contents of vectors. | |
| void | pileupUnsetHook () |
Function that would be possible to use to debug what client is trying to access pileup values from an xAOD::EventInfo object, before they would have been set. | |
Variables | |
| static const SG::AuxElement::Accessor< uint64_t > | accEvNum ("eventNumber") |
| static const SG::AuxElement::Accessor< uint64_t > | accMcEvNum ("mcEventNumber") |
| static const SG::AuxElement::Accessor< uint64_t > | accLow ("pileUpMixtureIDLowBits") |
| static const SG::AuxElement::Accessor< uint64_t > | accHigh ("pileUpMixtureIDHighBits") |
| std::ostream & xAODEventInfoPrivate::operator<< | ( | std::ostream & | out, |
| const std::set< T > & | s ) |
Convenience operator for printing the contents of sets.
Definition at line 49 of file EventInfo_v1.cxx.
| std::ostream & xAODEventInfoPrivate::operator<< | ( | std::ostream & | out, |
| const std::vector< T > & | vec ) |
Convenience operator for printing the contents of vectors.
Definition at line 34 of file EventInfo_v1.cxx.
| void xAODEventInfoPrivate::pileupUnsetHook | ( | ) |
Function that would be possible to use to debug what client is trying to access pileup values from an xAOD::EventInfo object, before they would have been set.
Definition at line 57 of file EventInfo_v1.cxx.
|
static |
|
static |
|
static |
|
static |