ATLAS Offline Software
Trigger
TrigHypothesis
TrigEgammaForwardHypo
src
TrigEgammaForwardPrecisionCaloHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TrigEgammaForwardPrecisionCaloHypoAlg_h
5
#define TrigEgammaForwardPrecisionCaloHypoAlg_h
6
7
#include <string>
8
9
#include "
AthViews/View.h
"
10
#include "
xAODCaloEvent/CaloClusterContainer.h
"
11
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
12
#include "
DecisionHandling/HypoBase.h
"
13
#include "
ITrigEgammaForwardPrecisionCaloHypoTool.h
"
14
19
class
TrigEgammaForwardPrecisionCaloHypoAlg
:
public
::HypoBase
{
20
public
:
21
22
TrigEgammaForwardPrecisionCaloHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
25
26
private
:
27
ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
28
SG::ReadHandleKey< xAOD::CaloClusterContainer >
m_clustersKey
{
this
,
"CaloClusters"
,
"CaloClusters"
,
"CaloClusters in roi"
};
29
30
31
};
32
33
#endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONCALOHYPOALG_H
TrigEgammaForwardPrecisionCaloHypoAlg
Implements egamma calo selection for the new HLT framework.
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.h:19
TrigEgammaForwardPrecisionCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.cxx:18
ITrigEgammaForwardPrecisionCaloHypoTool.h
SG::ReadHandleKey< xAOD::CaloClusterContainer >
TrigCompositeUtils.h
TrigEgammaForwardPrecisionCaloHypoAlg::TrigEgammaForwardPrecisionCaloHypoAlg
TrigEgammaForwardPrecisionCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.cxx:13
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigEgammaForwardPrecisionCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaForwardPrecisionCaloHypoTool > m_hypoTools
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.h:27
TrigEgammaForwardPrecisionCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.h:28
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
TrigEgammaForwardPrecisionCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigEgammaForwardPrecisionCaloHypoAlg.cxx:27
HypoBase.h
CaloClusterContainer.h
View.h
Generated on Mon Dec 23 2024 21:21:09 for ATLAS Offline Software by
1.8.18