ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaPrecisionPhotonCaloIsoHypoAlg.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_TRIGPHOTONCALOISOHYPOALG_PRECISION_H
5#define TRIGEGAMMAHYPO_TRIGPHOTONCALOISOHYPOALG_PRECISION_H 1
6
7#include <string>
8
9#include "GaudiKernel/ToolHandle.h"
15
16
22 public:
23
24 TrigEgammaPrecisionPhotonCaloIsoHypoAlg( 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< ITrigEgammaPrecisionPhotonCaloIsoHypoTool > m_hypoTools { this, "HypoTools", {}, "Hypo tools" };
32 SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey { this, "Photons", "", "Photons in roi" };
33 SG::WriteHandleKey< xAOD::PhotonContainer > m_IsophotonsKey { this, "IsoPhotons", "", "Output isolated photon container" };
34
35 //Gaudi::Property<std::vector<std::string>> m_isemNames {this, "IsEMNames", {}, "IsEM pid names."};
36 // Should I add here the isolation tool and run it as in Egamma reconstruction?
37
38};
39
40#endif //> !TRIGEGAMMAHYPO_TESTTRIGPHOTONCALOISOHYPOALG_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.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< xAOD::PhotonContainer > m_IsophotonsKey
ToolHandleArray< ITrigEgammaPrecisionPhotonCaloIsoHypoTool > m_hypoTools
virtual StatusCode execute(const EventContext &context) const override
TrigEgammaPrecisionPhotonCaloIsoHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey