ATLAS Offline Software
Trigger
TrigHypothesis
TrigHIHypo
src
TrigHIEventShapeHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGHIHYPO_TRIGHIEVENTSHAPEHYPOALG_H
6
#define TRIGHIHYPO_TRIGHIEVENTSHAPEHYPOALG_H
7
8
#include <string>
9
10
#include "
AthenaBaseComps/AthReentrantAlgorithm.h
"
11
#include "
DecisionHandling/HypoBase.h
"
12
13
#include "
ITrigHIEventShapeHypoTool.h
"
14
#include "
xAODHIEvent/HIEventShapeContainer.h
"
15
20
class
TrigHIEventShapeHypoAlg
:
public
::HypoBase
{
21
22
public
:
23
24
TrigHIEventShapeHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator);
25
26
virtual
StatusCode
initialize
()
override
;
27
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
28
29
private
:
30
31
StatusCode
decide
(
const
xAOD::HIEventShapeContainer
* eventShapeContainer,
32
TrigCompositeUtils::DecisionContainer
* newDecisions,
33
const
TrigCompositeUtils::DecisionContainer
* oldDecisions,
34
const
EventContext& context)
const
;
35
36
ToolHandleArray<ITrigHIEventShapeHypoTool>
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
37
38
SG::ReadHandleKey<xAOD::HIEventShapeContainer>
m_esKey
{
this
,
"eventShapeContainerKey"
,
"HLT_HIEventShapeEG"
,
"event shape container name"
};
39
40
};
41
42
#endif
43
TrigHIEventShapeHypoAlg::m_esKey
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_esKey
Definition:
TrigHIEventShapeHypoAlg.h:38
TrigHIEventShapeHypoAlg::m_hypoTools
ToolHandleArray< ITrigHIEventShapeHypoTool > m_hypoTools
Definition:
TrigHIEventShapeHypoAlg.h:36
TrigHIEventShapeHypoAlg
Implements FCal-based forward gap selection for the HLT framework.
Definition:
TrigHIEventShapeHypoAlg.h:20
TrigHIEventShapeHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigHIEventShapeHypoAlg.cxx:16
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition:
StoreGate/StoreGate/ReadHandleKey.h:39
TrigHIEventShapeHypoAlg::TrigHIEventShapeHypoAlg
TrigHIEventShapeHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigHIEventShapeHypoAlg.cxx:11
ITrigHIEventShapeHypoTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
HIEventShapeContainer.h
DataVector
Derived DataVector<T>.
Definition:
DataVector.h:581
AthReentrantAlgorithm.h
TrigHIEventShapeHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigHIEventShapeHypoAlg.cxx:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
HypoBase.h
TrigHIEventShapeHypoAlg::decide
StatusCode decide(const xAOD::HIEventShapeContainer *eventShapeContainer, TrigCompositeUtils::DecisionContainer *newDecisions, const TrigCompositeUtils::DecisionContainer *oldDecisions, const EventContext &context) const
Definition:
TrigHIEventShapeHypoAlg.cxx:51
Generated on Thu Nov 7 2024 21:29:48 for ATLAS Offline Software by
1.8.18