Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGADCOMBOHYPO_TRIGADCOMBOHYPOTOOL_H
6 #define TRIGADCOMBOHYPO_TRIGADCOMBOHYPOTOOL_H
33 Gaudi::Property<unsigned int>
m_maxjs{
this,
"max_jets",{6},
"Maximum number of jets allowed in the event"};
34 Gaudi::Property<unsigned int>
m_maxes{
this,
"max_electrons",{3},
"Maximum number of electrons allowed in the event"};
35 Gaudi::Property<unsigned int>
m_maxms{
this,
"max_muons",{3},
"Maximum number of muons allowed in the event"};
36 Gaudi::Property<unsigned int>
m_maxgs{
this,
"max_photons",{3},
"Maximum number of photons allowed in the event"};
38 Gaudi::Property<double>
m_adScoreThres{
this,
"adScoreThres", {0.},
"HLT AD score threshold"};
41 const std::vector<const xAOD::Jet*> &input_jets,
42 const std::vector<const xAOD::Muon*> &input_muons,
43 const std::vector<const xAOD::Electron*> &input_electrons,
44 const std::vector<const xAOD::Photon*> &input_photons,
45 const std::vector<const xAOD::TauJet*> &input_taus,
46 const std::vector<const xAOD::TrigMissingET*> &input_mets)
const;
61 Gaudi::Property<std::string>
m_modelFileName{
this,
"ModelFileName",
"TrigAnomalyDetectionHypo/2025-03-10/HLT_AD_v1.onnx"};
std::map< TrigCompositeUtils::DecisionID, std::vector< ElementLink< TrigCompositeUtils::DecisionContainer > > > LegDecisionsMap
LegDecisionsMap For a given chain leg key, this map holds all Decision Objects which are active on th...
::StatusCode StatusCode
StatusCode definition for legacy code.