ATLAS Offline Software
TrigEgammaPrecisionPhotonHypoAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H
5 #define TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H 1
6 
7 #include <string>
8 
9 #include "GaudiKernel/ToolHandle.h"
11 #include "xAODEgamma/Photon.h"
16 
17 
23  public:
24 
25  TrigEgammaPrecisionPhotonHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
26 
27  virtual StatusCode initialize() override;
28  virtual StatusCode execute( const EventContext& context ) const override;
29 
30  private:
31 
32  ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
33  SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey { this, "Photons", "Photons", "Photons in roi" };
34 
35  Gaudi::Property<std::vector<std::string>> m_isemNames {this, "IsEMNames", {}, "IsEM pid names."};
36  ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools { this, "PhotonIsEMSelectorTools", {},"" };
37 
38 };
39 
40 #endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONPHOTONHYPOALG_H
TrigEgammaPrecisionPhotonHypoAlg::m_egammaPhotonCutIDTools
ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools
Definition: TrigEgammaPrecisionPhotonHypoAlg.h:36
TrigEgammaPrecisionPhotonHypoAlg
Implements egamma calo selection for the new HLT framework.
Definition: TrigEgammaPrecisionPhotonHypoAlg.h:22
TrigCompositeUtils.h
IAsgPhotonIsEMSelector.h
TrigEgammaPrecisionPhotonHypoAlg::initialize
virtual StatusCode initialize() override
Definition: TrigEgammaPrecisionPhotonHypoAlg.cxx:19
TrigEgammaPrecisionPhotonHypoAlg::m_hypoTools
ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools
Definition: TrigEgammaPrecisionPhotonHypoAlg.h:32
TrigEgammaPrecisionPhotonHypoAlg::m_photonsKey
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
Definition: TrigEgammaPrecisionPhotonHypoAlg.h:33
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
TrigEgammaPrecisionPhotonHypoAlg::TrigEgammaPrecisionPhotonHypoAlg
TrigEgammaPrecisionPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TrigEgammaPrecisionPhotonHypoAlg.cxx:14
Photon.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
TrigEgammaPrecisionPhotonHypoAlg::m_isemNames
Gaudi::Property< std::vector< std::string > > m_isemNames
Definition: TrigEgammaPrecisionPhotonHypoAlg.h:35
TrigEgammaPrecisionPhotonHypoAlg::execute
virtual StatusCode execute(const EventContext &context) const override
Definition: TrigEgammaPrecisionPhotonHypoAlg.cxx:32
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
ITrigEgammaPrecisionPhotonHypoTool.h
HypoBase.h
PhotonContainer.h