ATLAS Offline Software
Loading...
Searching...
No Matches
DummyDecisionWriter.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 * Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration.
4 */
12
13
14#ifndef DATAMODELTESTDATACOMMON_DUMMYDECISIONWRITER_H
15#define DATAMODELTESTDATACOMMON_DUMMYDECISIONWRITER_H
16
17
21
22
23namespace DMTest {
24
25
32{
33public:
34 using AthReentrantAlgorithm::AthReentrantAlgorithm;
35
36
40 virtual StatusCode initialize() override;
41
42
46 virtual StatusCode execute (const EventContext& ctx) const override;
47
48
49private:
51 { this, "DecisionKey", "decisions", "" };
52};
53
54
55} // namespace DMTest
56
57
58#endif // not DATAMODELTESTDATACOMMON_DUMMYDECISIONWRITER_H
Property holding a SG store/key/clid from which a WriteHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
Make a dummy xAOD::TrigDecision to avoid warnings when writing bytestream.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::WriteHandleKey< xAOD::TrigDecision > m_decisionKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition B.h:23