ATLAS Offline Software
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaTLAPhotonHypoAlg.h
Go to the documentation of this file.
1
#ifndef TrigEgammaTLAPhotonHypoAlg_H
2
#define TrigEgammaTLAPhotonHypoAlg_H
3
4
#include <string>
5
#include "
AthenaBaseComps/AthAlgorithm.h
"
6
#include "
DecisionHandling/HypoBase.h
"
7
8
#include "
TrigEgammaTLAPhotonHypoTool.h
"
9
10
#include "
xAODEgamma/PhotonContainer.h
"
11
12
13
14
class
TrigEgammaTLAPhotonHypoAlg
:
public
HypoBase
{
15
16
public
:
17
TrigEgammaTLAPhotonHypoAlg
(
const
std::string&
name
, ISvcLocator* pSvcLocator );
18
19
20
21
virtual
StatusCode
initialize
()
override
;
22
virtual
StatusCode
execute
(
const
EventContext& context )
const override
;
23
24
25
private
:
26
ToolHandleArray<TrigEgammaTLAPhotonHypoTool>
m_hypoTools
{
27
this
,
"HypoTools"
, {},
"Hypo Tools"
28
};
29
30
31
SG::WriteHandleKey< xAOD::PhotonContainer >
m_TLAPhotonsKey
{
32
this
,
"TLAOutputName"
,
"TLAOutputName"
,
"TLA Photon container key"
33
};
34
35
36
};
37
38
#endif
TrigEgammaTLAPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:24
AthAlgorithm.h
TrigEgammaTLAPhotonHypoAlg
Definition:
TrigEgammaTLAPhotonHypoAlg.h:14
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:221
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:26
HypoBase.h
TrigEgammaTLAPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:34
TrigEgammaTLAPhotonHypoAlg::m_TLAPhotonsKey
SG::WriteHandleKey< xAOD::PhotonContainer > m_TLAPhotonsKey
Definition:
TrigEgammaTLAPhotonHypoAlg.h:31
PhotonContainer.h
TrigEgammaTLAPhotonHypoAlg::TrigEgammaTLAPhotonHypoAlg
TrigEgammaTLAPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
TrigEgammaTLAPhotonHypoAlg.cxx:20
Generated on Thu Nov 7 2024 21:29:40 for ATLAS Offline Software by
1.8.18