ATLAS Offline Software
DMTestRead.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 
20 #ifndef DATAMODELTESTDATAREAD_DMTESTREAD_H
21 #define DATAMODELTESTDATAREAD_DMTESTREAD_H
22 
23 
25 
26 
27 
28 namespace DMTest {
29 
30 
35  : public AthAlgorithm
36 {
37 public:
43  DMTestRead (const std::string &name,ISvcLocator *pSvcLocator);
44 
48  virtual StatusCode execute() override;
49 };
50 
51 
52 } // namespace DMTest
53 
54 
55 #endif // not DATAMODELTESTDATAREAD_DMTESTREAD_H
AthAlgorithm.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
DMTest::DMTestRead::execute
virtual StatusCode execute() override
Algorithm event processing.
Definition: DMTestRead.cxx:155
AthAlgorithm
Definition: AthAlgorithm.h:47
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
DMTest::DMTestRead
Algorithm for printing test data.
Definition: DMTestRead.h:36
DMTest
Definition: B.h:23
DMTest::DMTestRead::DMTestRead
DMTestRead(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition: DMTestRead.cxx:46