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
17
25
26// INCLUDE HEADER FILES:
27
29
31{
32
33 public:
34
36 AthenaPoolTestDataReader(const std::string& name, ISvcLocator* pSvcLocator);
37
40
42 virtual StatusCode initialize();
43
45 virtual StatusCode execute();
46
48 virtual StatusCode finalize();
49
50};
51#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.