ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
13
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
(
const
EventContext& ctx) override final;
30
virtual StatusCode
finalize
() override final;
31
};
32
33
}
// end AthPoolEx namespace
34
35
#endif
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
AthPoolEx::ReadCond::~ReadCond
virtual ~ReadCond()=default
AthPoolEx::ReadCond::ReadCond
ReadCond(const std::string &name, ISvcLocator *pSvcLocator)
Definition
ReadCond.cxx:19
AthPoolEx::ReadCond::execute
virtual StatusCode execute(const EventContext &ctx) override final
Execute method.
Definition
ReadCond.cxx:27
AthPoolEx::ReadCond::initialize
virtual StatusCode initialize() override final
Gaudi Service Interface method implementations:
Definition
ReadCond.cxx:22
AthPoolEx::ReadCond::finalize
virtual StatusCode finalize() override final
Definition
ReadCond.cxx:47
const
AthPoolEx
Definition
PassNoneFilter.h:16
Generated on
for ATLAS Offline Software by
1.17.0