ATLAS Offline Software
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$
16 #ifndef DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
17 #define DATAMODELTESTDATAREAD_XAODTESTCLEARDECOR_H
18 
19 
21 
22 
23 namespace DMTest {
24 
25 
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();
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
DMTest::xAODTestClearDecor::initialize
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
Definition: xAODTestClearDecor.cxx:39
DMTest::xAODTestClearDecor::m_readPrefix
std::string m_readPrefix
Parameter: Prefix for names read from SG.
Definition: xAODTestClearDecor.h:62
AthAlgorithm.h
DMTest::xAODTestClearDecor::xAODTestClearDecor
xAODTestClearDecor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: xAODTestClearDecor.cxx:28
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DMTest::xAODTestClearDecor::finalize
virtual StatusCode finalize()
Algorithm finalization; called at the end of the job.
Definition: xAODTestClearDecor.cxx:69
DMTest::xAODTestClearDecor
Algorithm to test adding decorations to a DataVector with auxiliary data.
Definition: xAODTestClearDecor.h:32
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest::xAODTestClearDecor::execute
virtual StatusCode execute()
Algorithm event processing.
Definition: xAODTestClearDecor.cxx:48
DMTest
Definition: B.h:23