ATLAS Offline Software
AthenaPoolTestDataReader.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 AthenaPoolTestDataReader_h
6 #define AthenaPoolTestDataReader_h
7 
28 // INCLUDE HEADER FILES:
29 
31 
33 {
34 
35  public:
36 
38  AthenaPoolTestDataReader(const std::string& name, ISvcLocator* pSvcLocator);
39 
42 
44  virtual StatusCode initialize();
45 
47  virtual StatusCode execute();
48 
50  virtual StatusCode finalize();
51 
52 };
53 #endif
AthenaPoolTestDataReader::AthenaPoolTestDataReader
AthenaPoolTestDataReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition: AthenaPoolTestDataReader.cxx:38
AthenaPoolTestDataReader::~AthenaPoolTestDataReader
~AthenaPoolTestDataReader()
Algorithm destructor.
Definition: AthenaPoolTestDataReader.cxx:43
AthenaPoolTestDataReader
Definition: AthenaPoolTestDataReader.h:33
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
AthenaPoolTestDataReader::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition: AthenaPoolTestDataReader.cxx:46
AthenaPoolTestDataReader::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition: AthenaPoolTestDataReader.cxx:460
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthenaPoolTestDataReader::execute
virtual StatusCode execute()
Algorithm execute once per event.
Definition: AthenaPoolTestDataReader.cxx:51