ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.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_TRIGPHOTONCALOISOHYPOALG_PRECISION_H
5
#define TRIGEGAMMAHYPO_TRIGPHOTONCALOISOHYPOALG_PRECISION_H 1
6
7
#include <string>
8
9
#include "GaudiKernel/ToolHandle.h"
10
#include "
xAODEgamma/PhotonContainer.h
"
11
#include "
xAODEgamma/PhotonAuxContainer.h
"
12
#include "
TrigCompositeUtils/TrigCompositeUtils.h
"
13
#include "
DecisionHandling/HypoBase.h
"
14
#include "
ITrigEgammaPrecisionPhotonCaloIsoHypoTool.h
"
15
16
21
class
TrigEgammaPrecisionPhotonCaloIsoHypoAlg
:
public
::HypoBase
{
22
public
:
23
24
TrigEgammaPrecisionPhotonCaloIsoHypoAlg
(
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< ITrigEgammaPrecisionPhotonCaloIsoHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Hypo tools"
};
32
SG::ReadHandleKey< xAOD::PhotonContainer >
m_photonsKey
{
this
,
"Photons"
,
""
,
"Photons in roi"
};
33
SG::WriteHandleKey< xAOD::PhotonContainer >
m_IsophotonsKey
{
this
,
"IsoPhotons"
,
""
,
"Output isolated photon container"
};
34
35
//Gaudi::Property<std::vector<std::string>> m_isemNames {this, "IsEMNames", {}, "IsEM pid names."};
36
// Should I add here the isolation tool and run it as in Egamma reconstruction?
37
38
};
39
40
#endif
//> !TRIGEGAMMAHYPO_TESTTRIGPHOTONCALOISOHYPOALG_H
PhotonContainer.h
HypoBase.h
ITrigEgammaPrecisionPhotonCaloIsoHypoTool.h
PhotonAuxContainer.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
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::m_IsophotonsKey
SG::WriteHandleKey< xAOD::PhotonContainer > m_IsophotonsKey
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.h:33
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.cxx:19
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaPrecisionPhotonCaloIsoHypoTool > m_hypoTools
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.h:31
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.cxx:32
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::TrigEgammaPrecisionPhotonCaloIsoHypoAlg
TrigEgammaPrecisionPhotonCaloIsoHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.cxx:14
TrigEgammaPrecisionPhotonCaloIsoHypoAlg::m_photonsKey
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
Definition
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.h:32
Generated on
for ATLAS Offline Software by
1.17.0