ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigHypothesis
TrigEgammaHypo
src
TrigEgammaFastPhotonHypoAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef TRIGEGAMMAHYPO_TRIGEGAMMAFASTPHOTONHYPOALG_H
6
#define TRIGEGAMMAHYPO_TRIGEGAMMAFASTPHOTONHYPOALG_H 1
7
8
#include <string>
9
#include "
xAODTrigEgamma/TrigPhotonContainer.h
"
10
#include "
TrigEgammaFastPhotonHypoTool.h
"
11
#include "
xAODTrigCalo/TrigEMClusterContainer.h
"
12
#include "
DecisionHandling/HypoBase.h
"
13
14
19
20
class
TrigEgammaFastPhotonHypoAlg
:
public
::HypoBase
21
{
22
public
:
23
24
TrigEgammaFastPhotonHypoAlg
(
const
std::string& name, ISvcLocator* pSvcLocator );
25
virtual
StatusCode
initialize
()
override
;
26
virtual
StatusCode
execute
(
const
EventContext& context)
const override
;
27
28
private
:
29
ToolHandleArray< TrigEgammaFastPhotonHypoTool >
m_hypoTools
{
this
,
"HypoTools"
, {},
"Tools to perfrom selection"
};
30
Gaudi::Property< bool >
m_runInView
{
this
,
"RunInView"
, false ,
"Set input DH for running in views"
};
31
// internally used to getch from views
32
SG::ReadHandleKey< xAOD::TrigPhotonContainer >
m_photonsKey
{
this
,
"Photons"
,
"L2PhotonContainer"
,
"Input"
};
33
34
};
35
36
#endif
//> !TRIGEGAMMAHYPO_TRIGEGAMMAFASTPHOTONHYPOALG_H
TrigEMClusterContainer.h
TrigPhotonContainer.h
HypoBase.h
TrigEgammaFastPhotonHypoTool.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
TrigEgammaFastPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition
TrigEgammaFastPhotonHypoAlg.cxx:26
TrigEgammaFastPhotonHypoAlg::TrigEgammaFastPhotonHypoAlg
TrigEgammaFastPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
TrigEgammaFastPhotonHypoAlg.cxx:12
TrigEgammaFastPhotonHypoAlg::m_photonsKey
SG::ReadHandleKey< xAOD::TrigPhotonContainer > m_photonsKey
Definition
TrigEgammaFastPhotonHypoAlg.h:32
TrigEgammaFastPhotonHypoAlg::m_hypoTools
ToolHandleArray< TrigEgammaFastPhotonHypoTool > m_hypoTools
Definition
TrigEgammaFastPhotonHypoAlg.h:29
TrigEgammaFastPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition
TrigEgammaFastPhotonHypoAlg.cxx:17
TrigEgammaFastPhotonHypoAlg::m_runInView
Gaudi::Property< bool > m_runInView
Definition
TrigEgammaFastPhotonHypoAlg.h:30
Generated on
for ATLAS Offline Software by
1.17.0