ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaTLAPhotonHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TrigEgammaTLAPhotonHypoAlg_H
6
#define TrigEgammaTLAPhotonHypoAlg_H
7
8
#include <string>
9
#include "
DecisionHandling/HypoBase.h
"
10
11
#include "
TrigEgammaTLAPhotonHypoTool.h
"
12
#include "
AsgTools/ToolHandleArray.h
"
13
14
#include "
xAODEgamma/PhotonContainer.h
"
15
16
17
18
class
TrigEgammaTLAPhotonHypoAlg
:
public
HypoBase
{
19
20
public
:
21
TrigEgammaTLAPhotonHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
22
23
virtual
StatusCode
initialize
()
override
;
24
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
25
26
27
private
:
28
ToolHandleArray<TrigEgammaTLAPhotonHypoTool>
m_hypoTools
{
29
this
,
"HypoTools"
, {},
"Hypo Tools"
30
};
31
32
33
SG::WriteHandleKey< xAOD::PhotonContainer >
m_TLAPhotonsKey
{
34
this
,
"TLAOutputName"
,
"TLAOutputName"
,
"TLA Photon container key"
35
};
36
37
};
38
39
#endif
PhotonContainer.h
HypoBase.h
ToolHandleArray.h
TrigEgammaTLAPhotonHypoTool.h
HypoBase::HypoBase
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition
HypoBase.cxx:12
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition
StoreGate/StoreGate/WriteHandleKey.h:40
TrigEgammaTLAPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaTLAPhotonHypoAlg.cxx:21
TrigEgammaTLAPhotonHypoAlg::TrigEgammaTLAPhotonHypoAlg
TrigEgammaTLAPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaTLAPhotonHypoAlg.cxx:17
TrigEgammaTLAPhotonHypoAlg::m_TLAPhotonsKey
SG::WriteHandleKey< xAOD::PhotonContainer > m_TLAPhotonsKey
Definition
TrigEgammaTLAPhotonHypoAlg.h:33
TrigEgammaTLAPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaTLAPhotonHypoAlg.cxx:31
TrigEgammaTLAPhotonHypoAlg::m_hypoTools
ToolHandleArray< TrigEgammaTLAPhotonHypoTool > m_hypoTools
Definition
TrigEgammaTLAPhotonHypoAlg.h:28
Generated on
for ATLAS Offline Software by
1.17.0