|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef TrigEgammaForwardPrecisionElectronHypoAlg_h
5 #define TrigEgammaForwardPrecisionElectronHypoAlg_h
37 Gaudi::Property< bool >
m_runInView {
this,
"RunInView", false ,
"Set input DH for running in views" };
40 ToolHandleArray< ITrigEgammaForwardPrecisionElectronHypoTool >
m_hypoTools {
this,
"HypoTools", {},
"Hypo tools" };
41 ToolHandleArray<IAsgElectronLikelihoodTool>
m_egammaElectronLHTools{
this,
"FwdElectronLHSelectorTools", {},
"Forward Likelihood tools" };
43 Gaudi::Property<std::vector<std::string>>
m_lhNames {
this,
"LHNames", {},
"LH pid names."};
48 ToolHandle< GenericMonitoringTool >
m_monTool {
this,
"MonTool",
"",
"Monitoring tool" };
53 #endif //> !TRIGEGAMMAHYPO_TESTTRIGPRECISIONELECTRONHYPOALG_H
virtual StatusCode initialize() override
Implements precision electron selection for the new HLT framework.
SG::ReadDecorHandleKey< xAOD::EventInfo > m_avgMuKey
ToolHandleArray< IAsgElectronLikelihoodTool > m_egammaElectronLHTools
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< GenericMonitoringTool > m_monTool
ToolHandleArray< ITrigEgammaForwardPrecisionElectronHypoTool > m_hypoTools
Gaudi::Property< std::vector< std::string > > m_lhNames
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronsKey
TrigEgammaForwardPrecisionElectronHypoAlg()
virtual StatusCode execute(const EventContext &context) const override
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< bool > m_runInView