ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
DecisionHandling
src
DumpDecisions.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef DECISIONHANDLING_DUMPDECISIONS_H
5
#define DECISIONHANDLING_DUMPDECISIONS_H 1
6
7
// STL includes
8
#include <string>
9
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
10
// FrameWork includes
11
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
12
13
class
DumpDecisions
14
:
public
::AthReentrantAlgorithm
15
{
16
18
// Public methods:
20
public
:
22
DumpDecisions
(
const
std::string& name, ISvcLocator* pSvcLocator );
23
24
// Athena algorithm's Hooks
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& ctx )
const override
;
27
28
private
:
29
30
SG::ReadHandleKeyArray<TrigCompositeUtils::DecisionContainer>
m_decisionKeys
{
this
,
"Decisions"
, {},
"Input Decisions to dump"
};
31
32
};
33
34
35
#endif
//> !DECISIONHANDLING_DUMPDECISIONS_H
AthReentrantAlgorithm.h
TrigCompositeUtils.h
AthReentrantAlgorithm
An algorithm that can be simultaneously executed in multiple threads.
Definition
AthReentrantAlgorithm.h:74
DumpDecisions::initialize
virtual StatusCode initialize() override
Definition
DumpDecisions.cxx:26
DumpDecisions::DumpDecisions
DumpDecisions(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
DumpDecisions.cxx:18
DumpDecisions::m_decisionKeys
SG::ReadHandleKeyArray< TrigCompositeUtils::DecisionContainer > m_decisionKeys
Definition
DumpDecisions.h:30
DumpDecisions::execute
virtual StatusCode execute(const EventContext &ctx) const override
Definition
DumpDecisions.cxx:33
SG::ReadHandleKeyArray
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray
Definition
StoreGate/StoreGate/ReadHandleKeyArray.h:32
Generated on
for ATLAS Offline Software by
1.17.0