![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Functions | |
xAOD::EventInfo * | addSubEvent (xAOD::EventInfo *targetEv, const xAOD::EventInfo::SubEvent &subev, xAOD::EventInfoContainer *eiContainer, const std::string &eiContKey, StoreGateSvc *subev_store=nullptr) |
xAOD::EventInfo * | addSubEvent (xAOD::EventInfo *targetEv, const xAOD::EventInfo *ev2add, int16_t subev_time, xAOD::EventInfo::PileUpType subev_type, xAOD::EventInfoContainer *eiContainer, const std::string &eiContKey, StoreGateSvc *ev2add_store=nullptr) |
Variables | |
const std::string | c_pileUpEventInfoObjName = "EventInfo" |
default value for the EventInfoContainer storing subevents for PileUp More... | |
const std::string | c_pileUpEventInfoContName = "PileUpEventInfo" |
default value for the EventInfoContainer storing subevents for PileUp More... | |
xAOD::EventInfo* addSubEvent | ( | xAOD::EventInfo * | targetEv, |
const xAOD::EventInfo * | ev2add, | ||
int16_t | subev_time, | ||
xAOD::EventInfo::PileUpType | subev_type, | ||
xAOD::EventInfoContainer * | eiContainer, | ||
const std::string & | eiContKey, | ||
StoreGateSvc * | ev2add_store = nullptr |
||
) |
Definition at line 43 of file PileUpMisc.cxx.
xAOD::EventInfo* addSubEvent | ( | xAOD::EventInfo * | targetEv, |
const xAOD::EventInfo::SubEvent & | subev, | ||
xAOD::EventInfoContainer * | eiContainer, | ||
const std::string & | eiContKey, | ||
StoreGateSvc * | subev_store = nullptr |
||
) |
Definition at line 18 of file PileUpMisc.cxx.
const std::string c_pileUpEventInfoContName = "PileUpEventInfo" |
default value for the EventInfoContainer storing subevents for PileUp
Definition at line 15 of file PileUpMisc.h.
const std::string c_pileUpEventInfoObjName = "EventInfo" |
default value for the EventInfoContainer storing subevents for PileUp
Definition at line 12 of file PileUpMisc.h.