ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataRead
src
xAODTestClearDecor.h
Go to the documentation of this file.
1
// This file's extension implies that it's C, but it's really -*- C++ -*-.
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id$
14
15
16
#ifndef DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
17
#define DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
18
19
20
#include "
AthenaBaseComps/AthAlgorithm.h
"
21
22
23
namespace
DMTest
{
24
25
30
class
xAODTestClearDecor
31
:
public
AthAlgorithm
32
{
33
public
:
39
xAODTestClearDecor
(
const
std::string &name, ISvcLocator *pSvcLocator);
40
41
45
virtual
StatusCode
initialize
();
46
47
51
virtual
StatusCode
execute
(
const
EventContext& ctx);
52
53
57
virtual
StatusCode
finalize
();
58
59
60
private
:
62
std::string
m_readPrefix
;
63
};
64
65
66
}
// namespace DMTest
67
68
69
#endif
// not DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
AthAlgorithm.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
DMTest::xAODTestClearDecor::initialize
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
Definition
xAODTestClearDecor.cxx:39
DMTest::xAODTestClearDecor::execute
virtual StatusCode execute(const EventContext &ctx)
Algorithm event processing.
Definition
xAODTestClearDecor.cxx:48
DMTest::xAODTestClearDecor::finalize
virtual StatusCode finalize()
Algorithm finalization; called at the end of the job.
Definition
xAODTestClearDecor.cxx:69
DMTest::xAODTestClearDecor::m_readPrefix
std::string m_readPrefix
Parameter: Prefix for names read from SG.
Definition
xAODTestClearDecor.h:62
DMTest::xAODTestClearDecor::xAODTestClearDecor
xAODTestClearDecor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
xAODTestClearDecor.cxx:28
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0