|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
17 #define DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
73 #endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITECVIEW_H
Property holding a SG store/key/clid from which a ReadHandle is made.
DataVector adapter that acts like it holds const pointers.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
An algorithm that can be simultaneously executed in multiple threads.
Class used for testing xAOD data reading/writing.
Property holding a SG store/key/clid from which a WriteHandle is made.
Algorithm to test writing an xAOD view vector (cview)
SG::WriteHandleKey< ConstDataVector< DMTest::CView > > m_cviewKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Property holding a SG store/key/clid from which a WriteHandle is made.
Class used for testing ViewVector reading/writing.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
xAODTestWriteCView(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.