ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolTestAttrReader.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 AthenaPoolTestAttrReader_h
6#define AthenaPoolTestAttrReader_h
7
19
27
28// INCLUDE HEADER FILES:
29
31
33
35{
36
37public:
38
40 AthenaPoolTestAttrReader(const std::string& name, ISvcLocator* pSvcLocator);
41
44
46 virtual StatusCode initialize();
47
49 virtual StatusCode execute();
50
52 virtual StatusCode finalize();
53
54};
55#endif
56
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode finalize()
Algorithm finalize at end of job.
virtual StatusCode execute()
Algorithm execute once per event.
AthenaPoolTestAttrReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
virtual StatusCode initialize()
Algorithm initialize at begin of job.
~AthenaPoolTestAttrReader()
Algorithm destructor.
This class is the EventSelector for event data.