ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaPrecisionCaloHypoAlg.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 TRIGEGAMMAHYPO_TRIGPRECISIONCALOHYPOALG_PRECISION_H
5
#define TRIGEGAMMAHYPO_TRIGPRECISIONCALOHYPOALG_PRECISION_H 1
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
14
#include "
ITrigEgammaPrecisionCaloHypoTool.h
"
15
20
class
TrigEgammaPrecisionCaloHypoAlg
:
public
::HypoBase
{
21
public
:
22
23
TrigEgammaPrecisionCaloHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
24
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
27
28
private
:
29
ToolHandleArray< ITrigEgammaPrecisionCaloHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
30
31
SG::ReadHandleKey< xAOD::CaloClusterContainer >
m_clustersKey
{
this
,
"CaloClusters"
,
"CaloClusters"
,
"CaloClusters in roi"
};
32
33
34
};
35
36
#endif
//> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONCALOHYPOALG_H
CaloClusterContainer.h
HypoBase.h
ITrigEgammaPrecisionCaloHypoTool.h
TrigCompositeUtils.h
View.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::ReadHandleKey< xAOD::CaloClusterContainer >
TrigEgammaPrecisionCaloHypoAlg::m_clustersKey
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_clustersKey
Definition
TrigEgammaPrecisionCaloHypoAlg.h:31
TrigEgammaPrecisionCaloHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaPrecisionCaloHypoAlg.cxx:27
TrigEgammaPrecisionCaloHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaPrecisionCaloHypoTool > m_hypoTools
Definition
TrigEgammaPrecisionCaloHypoAlg.h:29
TrigEgammaPrecisionCaloHypoAlg::TrigEgammaPrecisionCaloHypoAlg
TrigEgammaPrecisionCaloHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaPrecisionCaloHypoAlg.cxx:13
TrigEgammaPrecisionCaloHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaPrecisionCaloHypoAlg.cxx:18
Generated on
for ATLAS Offline Software by
1.14.0