|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H
5 #define TRIGEGAMMAHYPO_TRIGPRECISIONPHOTONHYPOALG_PRECISION_H 1
9 #include "GaudiKernel/ToolHandle.h"
32 ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Hypo tools" };
35 Gaudi::Property<std::vector<std::string>>
m_isemNames {
this,
"IsEMNames", {},
"IsEM pid names."};
40 #endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONPHOTONHYPOALG_H
ToolHandleArray< IAsgPhotonIsEMSelector > m_egammaPhotonCutIDTools
Implements egamma calo selection for the new HLT framework.
virtual StatusCode initialize() override
ToolHandleArray< ITrigEgammaPrecisionPhotonHypoTool > m_hypoTools
SG::ReadHandleKey< xAOD::PhotonContainer > m_photonsKey
Property holding a SG store/key/clid from which a ReadHandle is made.
TrigEgammaPrecisionPhotonHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_isemNames
virtual StatusCode execute(const EventContext &context) const override
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...