ATLAS Offline Software
Loading...
Searching...
No Matches
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
27
28
29namespace DMTest {
30
31
37{
38public:
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
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
DMTestWrite(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition B.h:23