ATLAS Offline Software
Database
AthenaPOOL
AthenaPoolExample
AthenaPoolExampleAlgorithms
src
ReadCond.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
6
#define ATHENAPOOLEXAMPLEALGORITHMS_READCOND_H
7
14
#include "
AthenaBaseComps/AthAlgorithm.h
"
15
16
namespace
AthPoolEx
{
17
21
class
ReadCond
:
public
AthAlgorithm
{
22
public
:
23
ReadCond
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
24
virtual
~ReadCond
() =
default
;
25
26
public
:
28
virtual
StatusCode
initialize
() override final;
29
virtual
StatusCode
execute
() override final;
30
virtual
StatusCode
finalize
() override final;
31
};
32
33
}
// end AthPoolEx namespace
34
35
#endif
AthPoolEx::ReadCond::~ReadCond
virtual ~ReadCond()=default
AthPoolEx::ReadCond::ReadCond
ReadCond(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
ReadCond.cxx:19
AthPoolEx::ReadCond::initialize
virtual StatusCode initialize() override final
Gaudi Service Interface method implementations:
Definition:
ReadCond.cxx:22
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition:
AthAlgorithm.h:47
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
AthPoolEx::ReadCond::execute
virtual StatusCode execute() override final
Definition:
ReadCond.cxx:27
AthPoolEx::ReadCond::finalize
virtual StatusCode finalize() override final
Definition:
ReadCond.cxx:47
AthPoolEx
Definition:
PassNoneFilter.h:16
AthPoolEx::ReadCond
This class provides an example for reading conditions data objects from Pool.
Definition:
ReadCond.h:21
Generated on Tue Nov 4 2025 21:17:13 for ATLAS Offline Software by
1.8.18