ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
AthenaPoolTest
src
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
17
25
26
// INCLUDE HEADER FILES:
27
28
#include "
AthenaBaseComps/AthAlgorithm.h
"
29
30
class
AthenaPoolTestDataReader
:
public
AthAlgorithm
31
{
32
33
public
:
34
36
AthenaPoolTestDataReader
(
const
std::string& name, ISvcLocator* pSvcLocator);
37
39
~AthenaPoolTestDataReader
();
40
42
virtual
StatusCode
initialize
();
43
45
virtual
StatusCode
execute
(
const
EventContext& ctx);
46
48
virtual
StatusCode
finalize
();
49
50
};
51
#endif
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthenaPoolTestDataReader::~AthenaPoolTestDataReader
~AthenaPoolTestDataReader()
Algorithm destructor.
Definition
AthenaPoolTestDataReader.cxx:41
AthenaPoolTestDataReader::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition
AthenaPoolTestDataReader.cxx:458
AthenaPoolTestDataReader::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition
AthenaPoolTestDataReader.cxx:44
AthenaPoolTestDataReader::execute
virtual StatusCode execute(const EventContext &ctx)
Algorithm execute once per event.
Definition
AthenaPoolTestDataReader.cxx:49
AthenaPoolTestDataReader::AthenaPoolTestDataReader
AthenaPoolTestDataReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition
AthenaPoolTestDataReader.cxx:36
Generated on
for ATLAS Offline Software by
1.17.0