ATLAS Offline Software
Loading...
Searching...
No Matches
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
19
20#ifndef DATAMODELTESTDATAREAD_DMTESTREAD_H
21#define DATAMODELTESTDATAREAD_DMTESTREAD_H
22
23
25
26
27
28namespace DMTest {
29
30
35 : public AthAlgorithm
36{
37public:
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(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
DMTestRead(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
virtual StatusCode execute() override
Algorithm event processing.
Definition B.h:23