ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataWrite
src
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
21
22
#ifndef DATAMODELTESTDATAWRITE_DMTESTWRITE_H
23
#define DATAMODELTESTDATAWRITE_DMTESTWRITE_H
24
25
26
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
27
28
29
namespace
DMTest
{
30
31
35
class
DMTestWrite
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
AthReentrantAlgorithm.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::DMTestWrite::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
DMTestWrite.cxx:149
DMTest::DMTestWrite::DMTestWrite
DMTestWrite(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
DMTestWrite.cxx:41
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0