ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigCaloHypo
src
TrigL2CaloLayersAlg.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 TRIGCALOHYPO_TRIGL2CALOLAYERSALG
5
#define TRIGCALOHYPO_TRIGL2CALOLAYERSALG
6
7
#include <string>
8
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
DecisionHandling/HypoBase.h
"
11
#include "
StoreGate/ReadHandleKey.h
"
12
#include "
TrigCaloHypo/ITrigL2CaloLayersHypoTool.h
"
13
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
14
19
class
TrigL2CaloLayersAlg
:
public
::HypoBase
{
20
public
:
21
22
TrigL2CaloLayersAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
23
24
virtual
StatusCode
initialize
()
override
;
25
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
26
27
private
:
28
SG::ReadHandleKey<xAOD::TrigEMClusterContainer >
m_caloContainerKey
{
this
,
"TrigClusterContainerKey"
,
"LayersCluster"
,
"SG Key of clusters with layers"
};
29
ToolHandleArray< ITrigL2CaloLayersHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
30
};
31
#endif
TrigEMClusterContainer.h
HypoBase.h
ITrigL2CaloLayersHypoTool.h
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
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
TrigL2CaloLayersAlg::initialize
virtual StatusCode initialize() override
Definition
TrigL2CaloLayersAlg.cxx:19
TrigL2CaloLayersAlg::m_caloContainerKey
SG::ReadHandleKey< xAOD::TrigEMClusterContainer > m_caloContainerKey
Definition
TrigL2CaloLayersAlg.h:28
TrigL2CaloLayersAlg::TrigL2CaloLayersAlg
TrigL2CaloLayersAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigL2CaloLayersAlg.cxx:14
TrigL2CaloLayersAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigL2CaloLayersAlg.cxx:29
TrigL2CaloLayersAlg::m_hypoTools
ToolHandleArray< ITrigL2CaloLayersHypoTool > m_hypoTools
Definition
TrigL2CaloLayersAlg.h:29
Generated on
for ATLAS Offline Software by
1.17.0