ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaPrecisionPhotonHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H
5
#define TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H 1
6
7
#include <string>
8
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
xAODEgamma/PhotonContainer.h
"
11
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
12
#include "
DecisionHandling/HypoBase.h
"
13
#include "
ITrigEgammaPrecisionPhotonHypoTool.h
"
14
#include "
EgammaAnalysisInterfaces/IAsgPhotonIsEMSelector.h
"
15
16
21
class
TrigEgammaPrecisionPhotonHypoAlg
:
public
::HypoBase
{
22
public
:
23
24
TrigEgammaPrecisionPhotonHypoAlg
(
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
ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
32
SG::ReadHandleKey< xAOD::PhotonContainer >
m_photonsKey
{
this
,
"Photons"
,
"Photons"
,
"Photons in roi"
};
33
34
Gaudi::Property<std::vector<std::string>>
m_isemNames
{
this
,
"IsEMNames"
, {},
"IsEM pid names."
};
35
ToolHandleArray< IAsgPhotonIsEMSelector >
m_egammaPhotonCutIDTools
{
this
,
"PhotonIsEMSelectorTools"
, {},
""
};
36
37
};
38
39
#endif
//> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONPHOTONHYPOALG_H
PhotonContainer.h
HypoBase.h
IAsgPhotonIsEMSelector.h
ITrigEgammaPrecisionPhotonHypoTool.h
TrigCompositeUtils.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
TrigEgammaPrecisionPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaPrecisionPhotonHypoAlg.cxx:19
TrigEgammaPrecisionPhotonHypoAlg::m_egammaPhotonCutIDTools
ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools
Definition
TrigEgammaPrecisionPhotonHypoAlg.h:35
TrigEgammaPrecisionPhotonHypoAlg::m_isemNames
Gaudi::Property< std::vector< std::string > > m_isemNames
Definition
TrigEgammaPrecisionPhotonHypoAlg.h:34
TrigEgammaPrecisionPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaPrecisionPhotonHypoAlg.cxx:32
TrigEgammaPrecisionPhotonHypoAlg::TrigEgammaPrecisionPhotonHypoAlg
TrigEgammaPrecisionPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaPrecisionPhotonHypoAlg.cxx:14
TrigEgammaPrecisionPhotonHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools
Definition
TrigEgammaPrecisionPhotonHypoAlg.h:31
TrigEgammaPrecisionPhotonHypoAlg::m_photonsKey
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
Definition
TrigEgammaPrecisionPhotonHypoAlg.h:32
Generated on
for ATLAS Offline Software by
1.17.0