Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGMUONHYPO_TRIGMUONEFHYPOALG_H
6 #define TRIGMUONHYPO_TRIGMUONEFHYPOALG_H 1
27 ToolHandleArray<TrigMuonEFHypoTool>
m_hypoTools {
this,
"HypoTools", {},
"Tools to perform selection"};
30 this,
"MuonDecisions",
"MuonEFCombiner_MuonData",
"Name of the input data on xAOD::MuonContainer produced by MuonCreatorAlg"};
32 this,
"MapToPreviousDecisions",
false,
"Map to decisions from previous decisions (needed if IM has mergeUsingFeature=True)"};
34 this,
"IncludeSAmuons",
false,
"Include SA muons for SA hypo alg, but not for CB hypo alg"};
Gaudi::Property< bool > m_inclSAmuons
virtual StatusCode execute(const EventContext &context) const override
ToolHandleArray< TrigMuonEFHypoTool > m_hypoTools
virtual StatusCode initialize() override
SG::ReadHandleKey< xAOD::MuonContainer > m_muonKey
::StatusCode StatusCode
StatusCode definition for legacy code.
Hypothesis algorithms take the output of reco algorithms and the decision from the preceeding InputMa...
Gaudi::Property< bool > m_mapToPrevDec
TrigMuonEFHypoAlg(const std::string &name, ISvcLocator *pSvcLocator)