|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SRC_PILEUPEVENTINFOWRITER_H
6 #define SRC_PILEUPEVENTINFOWRITER_H
29 #include "GaudiKernel/IIncidentListener.h"
33 virtual public IIncidentListener
50 void handle(
const Incident& incident);
69 #endif // SRC_PILEUPEVENTINFOWRITER_H
virtual StatusCode finalize()
Algorithm finalize at end of job.
PileUpEventInfoWriter()
Avoid use of default constructor.
virtual StatusCode initialize()
Algorithm initialize at begin of job.
virtual StatusCode execute()
Algorithm execute once per event.
::StatusCode StatusCode
StatusCode definition for legacy code.
PileUpEventInfoWriter(const PileUpEventInfoWriter &)
Avoid use of copy constructor.
Test reading of PileUpEventInfo.
void handle(const Incident &incident)
incident service handle for EndEvent
defines and typedefs for IOVSvc
PileUpEventInfoWriter & operator=(const PileUpEventInfoWriter &)
Avoid use of copy operator.