ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
AthReentrantAlgorithm.h
HIEventShapeContainer.h
HypoBase.h
ITrigHIEventShapeHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition
StoreGate/StoreGate/ReadHandleKey.h:40
TrigHIEventShapeHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigHIEventShapeHypoAlg.cxx:16
TrigHIEventShapeHypoAlg::m_hypoTools
ToolHandleArray< ITrigHIEventShapeHypoTool > m_hypoTools
Definition
TrigHIEventShapeHypoAlg.h:36
TrigHIEventShapeHypoAlg::TrigHIEventShapeHypoAlg
TrigHIEventShapeHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigHIEventShapeHypoAlg.cxx:11
TrigHIEventShapeHypoAlg::m_esKey
SG::ReadHandleKey< xAOD::HIEventShapeContainer > m_esKey
Definition
TrigHIEventShapeHypoAlg.h:38
TrigHIEventShapeHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigHIEventShapeHypoAlg.cxx:22
TrigHIEventShapeHypoAlg::decide
StatusCode decide(const xAOD::HIEventShapeContainer *eventShapeContainer, TrigCompositeUtils::DecisionContainer *newDecisions, const TrigCompositeUtils::DecisionContainer *oldDecisions, const EventContext &context) const
Definition
TrigHIEventShapeHypoAlg.cxx:51
TrigCompositeUtils::DecisionContainer
xAOD::TrigCompositeContainer DecisionContainer
Definition
TrigCompositeContainer.h:21
xAOD::HIEventShapeContainer
HIEventShapeContainer_v2 HIEventShapeContainer
Define the latest version of the container.
Definition
HIEventShapeContainer.h:17
Generated on
for ATLAS Offline Software by
1.17.0