ATLAS Offline Software
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
TrigEgammaTLAPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:21
TrigEgammaTLAPhotonHypoAlg
Definition:
TrigEgammaTLAPhotonHypoAlg.h:18
ToolHandleArray.h
TrigEgammaTLAPhotonHypoTool.h
SG::WriteHandleKey
Property holding a SG store/key/clid from which a WriteHandle is made.
Definition:
StoreGate/StoreGate/WriteHandleKey.h:40
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition:
HypoBase.h:13
TrigEgammaTLAPhotonHypoAlg::m_hypoTools
ToolHandleArray< TrigEgammaTLAPhotonHypoTool > m_hypoTools
Definition:
TrigEgammaTLAPhotonHypoAlg.h:28
HypoBase.h
TrigEgammaTLAPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:31
TrigEgammaTLAPhotonHypoAlg::m_TLAPhotonsKey
SG::WriteHandleKey< xAOD::PhotonContainer > m_TLAPhotonsKey
Definition:
TrigEgammaTLAPhotonHypoAlg.h:33
PhotonContainer.h
TrigEgammaTLAPhotonHypoAlg::TrigEgammaTLAPhotonHypoAlg
TrigEgammaTLAPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:17
Generated on Mon Sep 1 2025 21:22:04 for ATLAS Offline Software by
1.8.18