 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGADCOMBOHYPO_TRIGADCOMBOHYPOTOOL_H
6 #define TRIGADCOMBOHYPO_TRIGADCOMBOHYPOTOOL_H
35 Gaudi::Property<unsigned int>
m_maxjs{
this,
"max_jets",{6},
"Maximum number of jets allowed in the event"};
36 Gaudi::Property<unsigned int>
m_maxes{
this,
"max_electrons",{3},
"Maximum number of electrons allowed in the event"};
37 Gaudi::Property<unsigned int>
m_maxms{
this,
"max_muons",{3},
"Maximum number of muons allowed in the event"};
38 Gaudi::Property<unsigned int>
m_maxgs{
this,
"max_photons",{3},
"Maximum number of photons allowed in the event"};
40 Gaudi::Property<double>
m_adScoreThres{
this,
"adScoreThres", {0.},
"HLT AD score threshold"};
43 ToolHandle<GenericMonitoringTool>
m_monTool{
this,
"monTool",
"",
"Monitoring tool"};
44 Gaudi::Property<bool>
m_monFlag{
this,
"monFlag",
false,
"Monitoring flag"};
47 const std::vector<const xAOD::Jet*> &input_jets,
48 const std::vector<const xAOD::Muon*> &input_muons,
49 const std::vector<const xAOD::Electron*> &input_electrons,
50 const std::vector<const xAOD::Photon*> &input_photons,
51 const std::vector<const xAOD::TauJet*> &input_taus,
52 const std::vector<const xAOD::TrigMissingET*> &input_mets)
const;
67 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...
Property holding a SG store/key/clid from which a WriteHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.
Header file to be included by clients of the Monitored infrastructure.