|
| template<typename T> |
| std::ostream & | xAODEventInfoPrivate::operator<< (std::ostream &out, const std::set< T > &s) |
| | Convenience operator for printing the contents of sets.
|
| template<typename T> |
| std::ostream & | xAODEventInfoPrivate::operator<< (std::ostream &out, const std::vector< T > &vec) |
| | Convenience operator for printing the contents of vectors.
|
| 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.
|
| | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, runNumber, setRunNumber) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setEventNumber | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, lumiBlock, setLumiBlock) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setEventNumber setTimeStamp | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, timeStampNSOffset, setTimeStampNSOffset) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setEventNumber setTimeStamp setBCID | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, detectorMask0, setDetectorMask0) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setEventNumber setTimeStamp setBCID setDetectorMask1 | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, detectorMask2, setDetectorMask2) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| | xAOD::AUXSTORE_OBJECT_SETTER_AND_GETTER (EventInfo_v1, EventInfo_v1::DetDescrTags_t, detDescrTags, setDetDescrTags) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setMCChannelNumber | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint64_t, mcEventNumber, setMCEventNumber) AUXSTORE_OBJECT_SETTER_AND_GETTER(EventInfo_v1 |
| | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint32_t, eventTypeBitmask, setEventTypeBitmask) bool EventInfo_v1 |
| static const EventInfo_v1::Accessor< std::vector< std::string > > | xAOD::names ("streamTagNames") |
| static const EventInfo_v1::Accessor< std::vector< std::string > > | xAOD::types ("streamTagTypes") |
| static const EventInfo_v1::Accessor< std::vector< char > > | xAOD::olb ("streamTagObeysLumiblock") |
| static const EventInfo_v1::Accessor< std::vector< std::set< uint32_t > > > | xAOD::robsets ("streamTagRobs") |
| static const EventInfo_v1::Accessor< std::vector< std::set< uint32_t > > > | xAOD::detsets ("streamTagDets") |
| | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, uint64_t, pileUpMixtureIDLowBits, setPileUpMixtureIDLowBits) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, float, beamPosSigmaXY, setBeamPosSigmaXY) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setBeamTiltXZ | xAOD::AUXSTORE_PRIMITIVE_SETTER_AND_GETTER (EventInfo_v1, float, beamTiltYZ, setBeamTiltYZ) AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(EventInfo_v1 |
| setBeamTiltXZ static setBeamStatus const SG::AuxElement::Accessor< float > | xAOD::accBeamSpotWeight ("beamSpotWeight") |
| | Accessor for "BeamSpotWeight".
|
| std::ostream & | xAOD::operator<< (std::ostream &out, const xAOD::EventInfo_v1 &ei) |
| | This operator is provided to make it convenient to print debug messages including information about the current event.
|
| std::ostream & | xAOD::operator<< (std::ostream &out, const xAOD::EventInfo_v1::PileUpMixtureID &id) |
| | This operator is provided to make it convenient to print debug messages including information about the PileUpMixtureID in hex.
|
| bool | xAOD::operator== (const xAOD::EventInfo_v1::PileUpMixtureID &a, const xAOD::EventInfo_v1::PileUpMixtureID &b) |
| | This operator is provided to make it convenient to compare two instances of PileUpMixtureID directly.
|
| template<typename T> |
| std::ostream & | xAOD::operator<< (std::ostream &out, const std::set< T > &s) |
| | Convenience operator for printing the contents of sets.
|