ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaPrecisionPhotonHypoAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 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"
15
16
22 public:
23
24 TrigEgammaPrecisionPhotonHypoAlg( const std::string& name, ISvcLocator* pSvcLocator );
25
26 virtual StatusCode initialize() override;
27 virtual StatusCode execute( const EventContext& context ) const override;
28
29 private:
30
31 ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
32 SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey { this, "Photons", "Photons", "Photons in roi" };
33
34 Gaudi::Property<std::vector<std::string>> m_isemNames {this, "IsEMNames", {}, "IsEM pid names."};
35 ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools { this, "PhotonIsEMSelectorTools", {},"" };
36
37};
38
39#endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONPHOTONHYPOALG_H
HypoBase(const std::string &name, ISvcLocator *pSvcLocator)
constructor, to be called by sub-class constructors
Definition HypoBase.cxx:12
Property holding a SG store/key/clid from which a ReadHandle is made.
ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools
Gaudi::Property< std::vector< std::string > > m_isemNames
virtual StatusCode execute(const EventContext &context) const override
TrigEgammaPrecisionPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey