ATLAS Offline Software
Loading...
Searching...
No Matches
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
19
27
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
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
~AthenaPoolTestDataReader()
Algorithm destructor.
virtual StatusCode execute()
Algorithm execute once per event.
virtual StatusCode finalize()
Algorithm finalize at end of job.
virtual StatusCode initialize()
Algorithm initialize at begin of job.
AthenaPoolTestDataReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.