ATLAS Offline Software
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>
13 
14 
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
TrigEgammaFastPhotonHypoAlg::TrigEgammaFastPhotonHypoAlg
TrigEgammaFastPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEgammaFastPhotonHypoAlg.cxx:12
TrigEgammaFastPhotonHypoAlg::m_runInView
Gaudi::Property< bool > m_runInView
Definition: TrigEgammaFastPhotonHypoAlg.h:30
TrigEgammaFastPhotonHypoAlg
Implements Hypo selection on L2 photons.
Definition: TrigEgammaFastPhotonHypoAlg.h:21
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigEgammaFastPhotonHypoAlg::m_photonsKey
SG::ReadHandleKey< xAOD::TrigPhotonContainer > m_photonsKey
Definition: TrigEgammaFastPhotonHypoAlg.h:32
TrigEgammaFastPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEgammaFastPhotonHypoAlg.cxx:17
TrigEgammaFastPhotonHypoTool.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigPhotonContainer.h
TrigEgammaFastPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEgammaFastPhotonHypoAlg.cxx:26
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
HypoBase
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Definition: HypoBase.h:13
TrigEgammaFastPhotonHypoAlg::m_hypoTools
ToolHandleArray< TrigEgammaFastPhotonHypoTool > m_hypoTools
Definition: TrigEgammaFastPhotonHypoAlg.h:29
TrigEMClusterContainer.h
HypoBase.h