ATLAS Offline Software
PileUpEventInfoWriter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef SRC_PILEUPEVENTINFOWRITER_H
6 #define SRC_PILEUPEVENTINFOWRITER_H
7 
29 #include "GaudiKernel/IIncidentListener.h"
30 
31 
33  virtual public IIncidentListener
34 {
35 public:
36 
38  PileUpEventInfoWriter(const std::string &name,ISvcLocator *pSvcLocator);
39 
41  virtual StatusCode initialize();
42 
44  virtual StatusCode execute();
45 
47  virtual StatusCode finalize();
48 
50  void handle(const Incident& incident);
51 
52 
54  // Private methods:
56 private:
57 
60 
63 
66 };
67 
68 
69 #endif // SRC_PILEUPEVENTINFOWRITER_H
PileUpEventInfoWriter::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition: PileUpEventInfoWriter.cxx:145
PileUpEventInfoWriter::PileUpEventInfoWriter
PileUpEventInfoWriter()
Avoid use of default constructor.
PileUpEventInfoWriter::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition: PileUpEventInfoWriter.cxx:35
AthAlgorithm.h
PileUpEventInfoWriter::execute
virtual StatusCode execute()
Algorithm execute once per event.
Definition: PileUpEventInfoWriter.cxx:47
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PileUpEventInfoWriter::PileUpEventInfoWriter
PileUpEventInfoWriter(const PileUpEventInfoWriter &)
Avoid use of copy constructor.
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PileUpEventInfoWriter
Test reading of PileUpEventInfo.
Definition: PileUpEventInfoWriter.h:34
PileUpEventInfoWriter::handle
void handle(const Incident &incident)
incident service handle for EndEvent
Definition: PileUpEventInfoWriter.cxx:112
IOVSvcDefs.h
defines and typedefs for IOVSvc
PileUpEventInfoWriter::operator=
PileUpEventInfoWriter & operator=(const PileUpEventInfoWriter &)
Avoid use of copy operator.