ATLAS Offline Software
Loading...
Searching...
No Matches
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
21
22
23namespace DMTest {
24
25
31 : public AthAlgorithm
32{
33public:
39 xAODTestClearDecor (const std::string &name, ISvcLocator *pSvcLocator);
40
41
45 virtual StatusCode initialize();
46
47
51 virtual StatusCode execute();
52
53
57 virtual StatusCode finalize();
58
59
60private:
62 std::string m_readPrefix;
63};
64
65
66} // namespace DMTest
67
68
69#endif // not DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute()
Algorithm event processing.
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
virtual StatusCode finalize()
Algorithm finalization; called at the end of the job.
std::string m_readPrefix
Parameter: Prefix for names read from SG.
xAODTestClearDecor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition B.h:23