ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Control
DataModelTest
DataModelTestDataCommon
src
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
18
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
19
#include "
xAODTrigger/TrigDecision.h
"
20
#include "
StoreGate/WriteHandleKey.h
"
21
22
23
namespace
DMTest
{
24
25
30
class
DummyDecisionWriter
31
:
public
AthReentrantAlgorithm
32
{
33
public
:
34
using
AthReentrantAlgorithm::AthReentrantAlgorithm;
35
36
40
virtual
StatusCode
initialize
()
override
;
41
42
46
virtual
StatusCode
execute
(
const
EventContext& ctx)
const override
;
47
48
49
private
:
50
SG::WriteHandleKey<xAOD::TrigDecision>
m_decisionKey
51
{
this
,
"DecisionKey"
,
"decisions"
,
""
};
52
};
53
54
55
}
// namespace DMTest
56
57
58
#endif
// not DATAMODELTESTDATACOMMON_DUMMYDECISIONWRITER_H
AthReentrantAlgorithm.h
TrigDecision.h
WriteHandleKey.h
Property holding a SG store/key/clid from which a WriteHandle is made.
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DMTest::DummyDecisionWriter
Make a dummy xAOD::TrigDecision to avoid warnings when writing bytestream.
Definition
DummyDecisionWriter.h:32
DMTest::DummyDecisionWriter::execute
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
Definition
DummyDecisionWriter.cxx:34
DMTest::DummyDecisionWriter::initialize
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
Definition
DummyDecisionWriter.cxx:24
DMTest::DummyDecisionWriter::m_decisionKey
SG::WriteHandleKey< xAOD::TrigDecision > m_decisionKey
Definition
DummyDecisionWriter.h:51
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
DMTest
Definition
B.h:23
Generated on
for ATLAS Offline Software by
1.17.0