|
ATLAS Offline Software
|
Go to the documentation of this file.
19 #include "EventInfo/EventInfo.h"
26 ISvcLocator *pSvcLocator) :
34 return StatusCode::SUCCESS;
50 << pevt->
event_ID()->run_number() <<
","
51 << pevt->
event_ID()->event_number() <<
":"
52 << pevt->
event_ID()->time_stamp() <<
"] " );
67 << (*it).time() <<
" " << (*it).index() );
70 << sevt->
event_ID()->run_number() <<
","
71 << sevt->
event_ID()->event_number() <<
":"
72 << sevt->
event_ID()->time_stamp() <<
"] " );
81 return StatusCode::SUCCESS;
90 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
std::string user_type(void) const
Access to user type.
virtual StatusCode finalize()
Algorithm finalize at end of job.
This class provides information about an overlaid event. It extends EventInfo with a list of sub-evts...
virtual StatusCode execute()
Algorithm execute once per event.
PileUpEventInfoReader()
Avoid use of default constructor.
This class provides general information about an event. It extends EventInfo with a list of sub-evts ...
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
SubEvent::iterator beginSubEvt()
This class provides a unique identification for each event, in terms of run/event number and/or a tim...
msgSvc
Provide convenience handles for various services.
::StatusCode StatusCode
StatusCode definition for legacy code.
EventID * event_ID()
the unique identification of the event.
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Test reading of PileUpEventInfo.
This class provides general information about an event. Event information is provided by the accessor...
This class provides information about an overlaid event. It extends EventInfo with a list of sub-evts...
std::list< SubEvent >::const_iterator const_iterator
EventType * event_type()
the type of the event, e.g. simulation, testbeam, etc
SubEvent::iterator endSubEvt()