ATLAS Offline Software
Loading...
Searching...
No Matches
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$
12
13
14#ifndef DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
15#define DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
16
17
21
22
23namespace DMTest {
24
25
31{
32public:
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
53private:
56};
57
58
59} // namespace DMTest
60
61
62#endif // not DATAMODELTESTDATAREAD_XAODTESTREADCINFO_H
Class used for testing xAOD data reading/writing.
Class used for testing xAOD data reading/writing.
An algorithm that can be simultaneously executed in multiple threads.
SG::WriteHandleKey< DMTest::C > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const
Algorithm event processing.
SG::ReadHandleKey< DMTest::C > m_cinfoKey
virtual StatusCode initialize()
Algorithm initialization; called at the beginning of the job.
xAODTestReadCInfo(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23