ATLAS Offline Software
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 
18 // INCLUDE HEADER FILES:
19 
20 
22 
24  ISvcLocator* pSvcLocator):
25  AthAlgorithm(name,pSvcLocator)
26 {}
27 
29 {}
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 
AthenaPoolTestAttrReader::~AthenaPoolTestAttrReader
~AthenaPoolTestAttrReader()
Algorithm destructor.
Definition: AthenaPoolTestAttrReader.cxx:28
AthenaPoolTestAttrReader::initialize
virtual StatusCode initialize()
Algorithm initialize at begin of job.
Definition: AthenaPoolTestAttrReader.cxx:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
AthenaPoolTestAttrReader::finalize
virtual StatusCode finalize()
Algorithm finalize at end of job.
Definition: AthenaPoolTestAttrReader.cxx:42
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthenaPoolTestAttrReader::execute
virtual StatusCode execute()
Algorithm execute once per event.
Definition: AthenaPoolTestAttrReader.cxx:36
AthenaPoolTestAttrReader::AthenaPoolTestAttrReader
AthenaPoolTestAttrReader(const std::string &name, ISvcLocator *pSvcLocator)
Algorithm constructor.
Definition: AthenaPoolTestAttrReader.cxx:23
AthenaPoolTestAttrReader.h
Test Algorithm for reading an AttributeList from the transient store.