ATLAS Offline Software
DMTestWrite.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-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
22 #ifndef DATAMODELTESTDATAWRITE_DMTESTWRITE_H
23 #define DATAMODELTESTDATAWRITE_DMTESTWRITE_H
24 
25 
27 
28 
29 namespace DMTest {
30 
31 
36  : public AthReentrantAlgorithm
37 {
38 public:
44  DMTestWrite (const std::string &name, ISvcLocator *pSvcLocator);
45 
49  virtual StatusCode execute(const EventContext& ctx) const override;
50 };
51 
52 
53 } // namespace DMTest
54 
55 
56 #endif // not DATAMODELTESTDATAWRITE_DMTESTWRITE_H
DMTest::DMTestWrite
Algorithm for creating test data.
Definition: DMTestWrite.h:37
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition: AthReentrantAlgorithm.h:83
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DMTest::DMTestWrite::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition: DMTestWrite.cxx:149
AthReentrantAlgorithm.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest::DMTestWrite::DMTestWrite
DMTestWrite(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: DMTestWrite.cxx:41
DMTest
Definition: B.h:23