  | 
  
    ATLAS Offline Software
    
   | 
 
 
 
 
Go to the documentation of this file.
   13 #ifndef DATAMODELTESTDATAWRITE_XAODTESTWRITE_H 
   14 #define DATAMODELTESTDATAWRITE_XAODTESTWRITE_H 
   35   using AthReentrantAlgorithm::AthReentrantAlgorithm;
 
   53                                    const EventContext& ctx) 
const;
 
   56     { 
this, 
"CVecKey", 
"cvec", 
"" };
 
   58     { 
this, 
"CTrigKey", 
"ctrig", 
"" };
 
   60     { 
this, 
"GVecKey", 
"gvec", 
"" };
 
   62     { 
this, 
"CVecWDKey", 
"cvecWD", 
"" };
 
   69 #endif // not DATAMODELTESTDATAWRITE_XAODTESTWRITE_H 
  
Property holding a SG store/key/clid from which a ReadHandle is made.
 
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
 
SG::WriteHandleKey< DMTest::CVec > m_ctrigKey
 
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
 
Algorithm for creating test aux data.
 
Property holding a SG store/key/clid from which a ReadHandle is made.
 
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.
 
::StatusCode StatusCode
StatusCode definition for legacy code.
 
StatusCode write_cvec_with_data(unsigned int count, const EventContext &ctx) const
Test writing container with additional data.
 
Property holding a SG store/key/clid from which a WriteHandle is made.
 
Test writing a container with metadata.
 
SG::WriteHandleKey< DMTest::CVecWithData > m_cvecWDKey
 
SG::ReadHandleKey< DMTest::CVec > m_cvecKey
 
SG::WriteHandleKey< DMTest::GVec > m_gvecKey