ATLAS Offline Software
xAODTestReadCInfo.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  * Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
4  */
5 // $Id$
14 #ifndef DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
15 #define DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
16 
17 
21 
22 
23 namespace DMTest {
24 
25 
30  : public AthReentrantAlgorithm
31 {
32 public:
38  xAODTestReadCInfo (const std::string &name, ISvcLocator *pSvcLocator);
39 
40 
44  virtual StatusCode initialize();
45 
46 
50  virtual StatusCode execute (const EventContext& ctx) const;
51 
52 
53 private:
56 };
57 
58 
59 } // namespace DMTest
60 
61 
62 #endif // not DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
DMTest::xAODTestReadCInfo::m_writeKey
SG::WriteHandleKey< DMTest::C > m_writeKey
Definition: xAODTestReadCInfo.h:55
DMTest::xAODTestReadCInfo::xAODTestReadCInfo
xAODTestReadCInfo(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: xAODTestReadCInfo.cxx:31
CAuxContainer.h
Class used for testing xAOD data reading/writing.
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DMTest::xAODTestReadCInfo
Algorithm to test reading xAOD data.
Definition: xAODTestReadCInfo.h:31
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
DMTest::xAODTestReadCInfo::execute
virtual StatusCode execute(const EventContext &ctx) const
Algorithm event processing.
Definition: xAODTestReadCInfo.cxx:55
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
DMTest::xAODTestReadCInfo::initialize
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
Definition: xAODTestReadCInfo.cxx:43
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
C.h
Class used for testing xAOD data reading/writing.
DMTest::xAODTestReadCInfo::m_cinfoKey
SG::ReadHandleKey< DMTest::C > m_cinfoKey
Definition: xAODTestReadCInfo.h:54
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest
Definition: B.h:23