ATLAS Offline Software
ReadCond.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
6 #define ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
7 
15 
16 namespace AthPoolEx {
17 
21 class ReadCond : public AthAlgorithm {
22 public: // Constructor and Destructor
24  ReadCond(const std::string& name, ISvcLocator* pSvcLocator);
26  virtual ~ReadCond();
27 
28 public:
33 };
34 
35 } // end AthPoolEx namespace
36 
37 #endif
AthPoolEx::ReadCond::finalize
StatusCode finalize()
Definition: ReadCond.cxx:56
AthPoolEx::ReadCond::ReadCond
ReadCond(const std::string &name, ISvcLocator *pSvcLocator)
Standard Service Constructor.
Definition: ReadCond.cxx:19
AthAlgorithm.h
AthPoolEx::ReadCond::execute
StatusCode execute()
Definition: ReadCond.cxx:30
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthPoolEx::ReadCond::initialize
StatusCode initialize()
Gaudi Service Interface method implementations:
Definition: ReadCond.cxx:25
AthPoolEx::ReadCond::~ReadCond
virtual ~ReadCond()
Destructor.
Definition: ReadCond.cxx:22
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
AthPoolEx
Definition: PassNoneFilter.h:16
AthPoolEx::ReadCond
This class provides an example for reading conditions data objects from Pool.
Definition: ReadCond.h:21