ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigStreamerHypo
src
TrigStreamerHypoAlg.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 TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
5
#define TRIGSTREAMERHYPO_TRIGSTREAMERHYPOALG_H
6
7
#include <string>
8
9
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
10
#include "
DecisionHandling/HypoBase.h
"
11
12
#include "
ITrigStreamerHypoTool.h
"
13
18
class
TrigStreamerHypoAlg
:
public
::HypoBase
{
19
public
:
20
21
TrigStreamerHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
25
26
private
:
27
28
ToolHandleArray<ITrigStreamerHypoTool>
m_hypoTools
{
29
this
,
"HypoTools"
, {},
"Hypo tools"
};
30
31
Gaudi::Property<bool>
m_featureIsROI
{
this
,
"FeatureIsROI"
,
true
,
"If the Streamer alg should re-use the initialRoI as the 'feature'. Will re-use the previous step's feature if false"
};
32
};
33
34
#endif
35
AthReentrantAlgorithm.h
HypoBase.h
ITrigStreamerHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
TrigStreamerHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigStreamerHypoAlg.cxx:18
TrigStreamerHypoAlg::TrigStreamerHypoAlg
TrigStreamerHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigStreamerHypoAlg.cxx:13
TrigStreamerHypoAlg::m_hypoTools
ToolHandleArray< ITrigStreamerHypoTool > m_hypoTools
Definition
TrigStreamerHypoAlg.h:28
TrigStreamerHypoAlg::m_featureIsROI
Gaudi::Property< bool > m_featureIsROI
Definition
TrigStreamerHypoAlg.h:31
TrigStreamerHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigStreamerHypoAlg.cxx:24
Generated on
for ATLAS Offline Software by
1.17.0