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. More... | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, const std::vector< T > &vec) |
Convenience operator for printing the contents of vectors. More... | |
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. More... | |
std::ostream & xAODEventInfoPrivate::operator<< | ( | std::ostream & | out, |
const std::set< T > & | s | ||
) |
std::ostream& xAODEventInfoPrivate::operator<< | ( | std::ostream & | out, |
const std::vector< T > & | vec | ||
) |
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.