ATLAS Offline Software
xAODTestFilterCVec.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_XAODTESTFILTERCVEC_H
17 #define DATAMODELTESTDATAREAD_XAODTESTFILTERCVEC_H
18 
19 
24 
25 
26 namespace DMTest {
27 
28 
33  : public AthReentrantAlgorithm
34 {
35 public:
41  xAODTestFilterCVec (const std::string &name, ISvcLocator *pSvcLocator);
42 
43 
47  virtual StatusCode initialize() override;
48 
49 
53  virtual StatusCode execute (const EventContext& ctx) const override;
54 
55 
59  virtual StatusCode finalize() override;
60 
61 
62 private:
65 };
66 
67 
68 } // namespace DMTest
69 
70 
71 #endif // not DATAMODELTESTDATAREAD_XAODTESTFILTERCVEC_H
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
DMTest::xAODTestFilterCVec::m_writeKey
SG::WriteHandleKey< DMTest::CVec > m_writeKey
Definition: xAODTestFilterCVec.h:64
DMTest::xAODTestFilterCVec::m_cvecKey
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
Definition: xAODTestFilterCVec.h:63
DMTest::xAODTestFilterCVec::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition: xAODTestFilterCVec.cxx:45
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
DMTest::xAODTestFilterCVec::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: xAODTestFilterCVec.cxx:57
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
CVec.h
Class used for testing xAOD data reading/writing.
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition: StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthReentrantAlgorithm.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest::xAODTestFilterCVec::finalize
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
Definition: xAODTestFilterCVec.cxx:86
DMTest::xAODTestFilterCVec
Algorithm to test filtering xAOD data.
Definition: xAODTestFilterCVec.h:34
DMTest::xAODTestFilterCVec::xAODTestFilterCVec
xAODTestFilterCVec(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: xAODTestFilterCVec.cxx:31
DMTest
Definition: B.h:23