ATLAS Offline Software
Loading...
Searching...
No Matches
AthenaPoolTestAttrReader.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
16
17
18// INCLUDE HEADER FILES:
19
20
22
24 ISvcLocator* pSvcLocator):
25 AthAlgorithm(name,pSvcLocator)
26{}
27
30
32{
33 return StatusCode::SUCCESS;
34}
35
37{
38 ATH_MSG_DEBUG("Executing AthenaPoolTestAttrReader");
39 return StatusCode::SUCCESS;
40}
41
43{
44 return StatusCode::SUCCESS;
45}
46
47
#define ATH_MSG_DEBUG(x)
Test Algorithm for reading an AttributeList from the transient store.
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.