|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
    4 #ifndef TRIGEGAMMAHYPO_TRIGPRECISIONELECTRONHYPOALG_PRECISION_H 
    5 #define TRIGEGAMMAHYPO_TRIGPRECISIONELECTRONHYPOALG_PRECISION_H 1 
   39     Gaudi::Property< bool > 
m_runInView { 
this, 
"RunInView", false , 
"Set input DH for running in views" };     
 
   43     ToolHandleArray< ITrigEgammaPrecisionElectronHypoTool > 
m_hypoTools { 
this, 
"HypoTools", {}, 
"Hypo tools" };
 
   44     PublicToolHandleArray<IAsgElectronIsEMSelector> 
m_egammaElectronCBTools{ 
this, 
"ElectronCBSelectorTools", {},
"Cut-based tools" };
 
   45     PublicToolHandleArray<IAsgElectronLikelihoodTool> 
m_egammaElectronLHTools{ 
this, 
"ElectronLHSelectorTools", {},
"Likelihood tools" };
 
   46     PublicToolHandleArray<IAsgElectronLikelihoodTool> 
m_egammaElectronDNNTools{ 
this, 
"ElectronDNNSelectorTools", {},
"DNN tools" };
 
   48     Gaudi::Property<std::vector<std::string>> 
m_cbNames {
this, 
"CBNames", {}, 
"CB pid names."};
 
   49     Gaudi::Property<std::vector<std::string>> 
m_lhNames {
this, 
"LHNames", {}, 
"LH pid names."};
 
   50     Gaudi::Property<std::vector<std::string>> 
m_dnnNames {
this, 
"DNNNames", {}, 
"DNN pid names."};
 
   53     ToolHandle< GenericMonitoringTool >   
m_monTool { 
this, 
"MonTool", 
"", 
"Monitoring tool" };
 
   65 #endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONELECTRONHYPOALG_H 
  
SG::ReadDecorHandleKey< xAOD::EventInfo > m_avgMuKey
Implements precision electron selection for the new HLT framework.
ToolHandle< GenericMonitoringTool > m_monTool
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_decorClPhiKey
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_decorD0Key
TrigEgammaPrecisionElectronHypoAlg()
SG::WriteDecorHandleKey< xAOD::ElectronContainer > m_decorClEtaKey
PublicToolHandleArray< IAsgElectronLikelihoodTool > m_egammaElectronDNNTools
::StatusCode StatusCode
StatusCode definition for legacy code.
Gaudi::Property< std::vector< std::string > > m_cbNames
Handle class for adding a decoration to an object.
PublicToolHandleArray< IAsgElectronLikelihoodTool > m_egammaElectronLHTools
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Gaudi::Property< std::vector< std::string > > m_dnnNames
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronsKey
virtual StatusCode initialize() override
PublicToolHandleArray< IAsgElectronIsEMSelector > m_egammaElectronCBTools
Gaudi::Property< bool > m_runInView
ToolHandleArray< ITrigEgammaPrecisionElectronHypoTool > m_hypoTools
Handle class for reading a decoration on an object.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< std::vector< std::string > > m_lhNames
virtual StatusCode execute(const EventContext &context) const override