ATLAS Offline Software
Loading...
Searching...
No Matches
MuonML::DVInferenceAlg Class Referencefinal

Run the DV event classifier and publish one score per event. More...

#include <DVInferenceAlg.h>

Inheritance diagram for MuonML::DVInferenceAlg:
Collaboration diagram for MuonML::DVInferenceAlg:

Public Member Functions

StatusCode initialize () override
StatusCode execute (const EventContext &ctx) const override
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual unsigned int cardinality () const override
 Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
virtual void setFilterPassed (bool state, const EventContext &ctx) const
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

ToolHandle< MuonML::DVInferenceToolBasem_inferenceTool
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey
Gaudi::Property< bool > m_decorateEventInfo
SG::WriteDecorHandleKey< xAOD::EventInfom_scoreDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfom_rawDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfom_passDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfom_nNodesDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfom_nEdgesDecorKey
Gaudi::Property< float > m_scoreThreshold
Gaudi::Property< std::string > m_thresholdMode
Gaudi::Property< bool > m_printEveryEvent
bool m_useRawThreshold {false}
std::string m_thresholdModeName {"score"}
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default).
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default).
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Run the DV event classifier and publish one score per event.

EventInfo decorations are kept as an opt-in validation/debug output.

Definition at line 25 of file DVInferenceAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ cardinality()

unsigned int AthCommonReentrantAlgorithm< Gaudi::Algorithm >::cardinality ( ) const
overridevirtualinherited

Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.

Override this to return 0 for reentrant algorithms.

Definition at line 75 of file AthCommonReentrantAlgorithm.cxx.

62{
63 return 0;
64}

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode MuonML::DVInferenceAlg::execute ( const EventContext & ctx) const
override

Definition at line 37 of file DVInferenceAlg.cxx.

37 {
38 DVInferenceResult result{};
39 ATH_CHECK(m_inferenceTool->inferEvent(ctx, result));
40
41 if (!result.valid) {
42 ATH_MSG_WARNING("DV event classifier did not produce a finite score for event "
43 << ctx.eventID().event_number());
44 }
45
46 const float decisionValue = m_useRawThreshold ? result.rawOutput : result.probability;
47 const float cutValue = m_scoreThreshold;
48 const bool pass = result.valid && decisionValue >= cutValue;
50 ATH_MSG_INFO("DV event classifier: event=" << ctx.eventID().event_number()
51 << " score=" << result.probability
52 << " raw=" << result.rawOutput
53 << " decisionValue=" << decisionValue
54 << " cutValue=" << cutValue
55 << " thresholdMode=" << m_thresholdModeName
56 << " pass=" << pass
57 << " nodes=" << result.nNodes
58 << " edges=" << result.nEdges);
59 } else {
60 ATH_MSG_DEBUG("DV event classifier: event=" << ctx.eventID().event_number()
61 << " score=" << result.probability
62 << " raw=" << result.rawOutput
63 << " decisionValue=" << decisionValue
64 << " cutValue=" << cutValue
65 << " thresholdMode=" << m_thresholdModeName
66 << " pass=" << pass
67 << " nodes=" << result.nNodes
68 << " edges=" << result.nEdges);
69 }
70
72 const xAOD::EventInfo* eventInfo{};
73 ATH_CHECK(SG::get(eventInfo, m_eventInfoKey, ctx));
74
75 SG::WriteDecorHandle<xAOD::EventInfo, float> scoreDecor{m_scoreDecorKey, ctx};
76 SG::WriteDecorHandle<xAOD::EventInfo, float> rawDecor{m_rawDecorKey, ctx};
77 SG::WriteDecorHandle<xAOD::EventInfo, char> passDecor{m_passDecorKey, ctx};
78 SG::WriteDecorHandle<xAOD::EventInfo, unsigned int> nNodesDecor{m_nNodesDecorKey, ctx};
79 SG::WriteDecorHandle<xAOD::EventInfo, unsigned int> nEdgesDecor{m_nEdgesDecorKey, ctx};
80
81 scoreDecor(*eventInfo) = result.valid ? result.probability : -1.f;
82 rawDecor(*eventInfo) = result.valid ? result.rawOutput : -1.f;
83 passDecor(*eventInfo) = pass ? 1 : 0;
84 nNodesDecor(*eventInfo) = static_cast<unsigned int>(result.nNodes);
85 nEdgesDecor(*eventInfo) = static_cast<unsigned int>(result.nEdges);
86 }
87
88 return StatusCode::SUCCESS;
89}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_INFO(x)
#define ATH_MSG_WARNING(x)
#define ATH_MSG_DEBUG(x)
SG::WriteDecorHandleKey< xAOD::EventInfo > m_nNodesDecorKey
Gaudi::Property< bool > m_decorateEventInfo
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_scoreDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_passDecorKey
ToolHandle< MuonML::DVInferenceToolBase > m_inferenceTool
Gaudi::Property< bool > m_printEveryEvent
std::string m_thresholdModeName
SG::WriteDecorHandleKey< xAOD::EventInfo > m_rawDecorKey
SG::WriteDecorHandleKey< xAOD::EventInfo > m_nEdgesDecorKey
Gaudi::Property< float > m_scoreThreshold
const T * get(const ReadCondHandleKey< T > &key, const EventContext &ctx)
Convenience function to retrieve an object given a ReadCondHandleKey.
EventInfo_v1 EventInfo
Definition of the latest event info version.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

Add StoreName to extra input/output deps as needed.

use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given

◆ extraOutputDeps()

const DataObjIDColl & AthCommonReentrantAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 94 of file AthCommonReentrantAlgorithm.cxx.

88{
89 // If we didn't find any symlinks to add, just return the collection
90 // from the base class. Otherwise, return the extended collection.
91 if (!m_extendedExtraObjects.empty()) {
93 }
95}
An algorithm that can be simultaneously executed in multiple threads.

◆ filterPassed()

virtual bool AthCommonReentrantAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Definition at line 96 of file AthCommonReentrantAlgorithm.h.

96 {
97 return execState( ctx ).filterPassed();
98 }
virtual bool filterPassed(const EventContext &ctx) const

◆ initialize()

StatusCode MuonML::DVInferenceAlg::initialize ( )
override

Definition at line 11 of file DVInferenceAlg.cxx.

11 {
12 ATH_CHECK(m_inferenceTool.retrieve());
13 const bool decorateEventInfo = m_decorateEventInfo;
14 ATH_CHECK(m_eventInfoKey.initialize(decorateEventInfo));
15 ATH_CHECK(m_scoreDecorKey.initialize(decorateEventInfo));
16 ATH_CHECK(m_rawDecorKey.initialize(decorateEventInfo));
17 ATH_CHECK(m_passDecorKey.initialize(decorateEventInfo));
18 ATH_CHECK(m_nNodesDecorKey.initialize(decorateEventInfo));
19 ATH_CHECK(m_nEdgesDecorKey.initialize(decorateEventInfo));
20
22 if (m_thresholdModeName != "score" && m_thresholdModeName != "raw") {
23 ATH_MSG_ERROR("ThresholdMode must be either 'score' or 'raw', got " << m_thresholdModeName);
24 return StatusCode::FAILURE;
25 }
27 const float scoreThreshold = m_scoreThreshold;
28 ATH_MSG_INFO("Initialized DVInferenceAlg with ScoreThreshold=" << scoreThreshold
29 << ", ThresholdMode=" << m_thresholdModeName
30 << ", DecorateEventInfo=" << decorateEventInfo);
31 if (decorateEventInfo) {
32 ATH_MSG_INFO("EventInfo DV decorations are enabled for validation/debug output only");
33 }
34 return StatusCode::SUCCESS;
35}
#define ATH_MSG_ERROR(x)
Gaudi::Property< std::string > m_thresholdMode

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::inputHandles ( ) const
overridevirtualinherited

Return this algorithm's input handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ isClonable()

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::outputHandles ( ) const
overridevirtualinherited

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonReentrantAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Definition at line 100 of file AthCommonReentrantAlgorithm.h.

100 {
102 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const

◆ sysExecute()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Definition at line 85 of file AthCommonReentrantAlgorithm.cxx.

75{
76 return BaseAlg::sysExecute (ctx);
77}

◆ sysInitialize()

StatusCode AthCommonReentrantAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in HypoBase, and InputMakerBase.

Definition at line 61 of file AthCommonReentrantAlgorithm.cxx.

105 {
107
108 if (sc.isFailure()) {
109 return sc;
110 }
111
112 ServiceHandle<ICondSvc> cs("CondSvc",name());
113 for (auto h : outputHandles()) {
114 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
115 // do this inside the loop so we don't create the CondSvc until needed
116 if ( cs.retrieve().isFailure() ) {
117 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
118 return StatusCode::SUCCESS;
119 }
120 if (cs->regHandle(this,*h).isFailure()) {
122 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
123 << " with CondSvc");
124 }
125 }
126 }
127 return sc;
128}
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }

Member Data Documentation

◆ m_decorateEventInfo

Gaudi::Property<bool> MuonML::DVInferenceAlg::m_decorateEventInfo
private
Initial value:
{
this, "DecorateEventInfo", false, "Opt-in: Decorate EventInfo with DV classifier outputs"}

Definition at line 39 of file DVInferenceAlg.h.

39 {
40 this, "DecorateEventInfo", false, "Opt-in: Decorate EventInfo with DV classifier outputs"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_eventInfoKey
private
Initial value:
{
this, "EventInfoKey", "EventInfo", "Optional validation EventInfo object to decorate with DV inference output"}

Definition at line 36 of file DVInferenceAlg.h.

36 {
37 this, "EventInfoKey", "EventInfo", "Optional validation EventInfo object to decorate with DV inference output"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthCommonReentrantAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 114 of file AthCommonReentrantAlgorithm.h.

◆ m_inferenceTool

ToolHandle<MuonML::DVInferenceToolBase> MuonML::DVInferenceAlg::m_inferenceTool
private
Initial value:
{
this, "InferenceTool", "MuonML::DVInferenceToolBase/DisplacedVertexInferenceTool"}

Definition at line 33 of file DVInferenceAlg.h.

33 {
34 this, "InferenceTool", "MuonML::DVInferenceToolBase/DisplacedVertexInferenceTool"};

◆ m_nEdgesDecorKey

SG::WriteDecorHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_nEdgesDecorKey
private
Initial value:
{
this, "NEdgesDecoration", "EventInfo.dv_nEdges", "Optional: Number of directed edges in the DV event graph"}

Definition at line 50 of file DVInferenceAlg.h.

50 {
51 this, "NEdgesDecoration", "EventInfo.dv_nEdges", "Optional: Number of directed edges in the DV event graph"};

◆ m_nNodesDecorKey

SG::WriteDecorHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_nNodesDecorKey
private
Initial value:
{
this, "NNodesDecoration", "EventInfo.dv_nNodes", "Optional: Number of nodes in the DV event graph"}

Definition at line 48 of file DVInferenceAlg.h.

48 {
49 this, "NNodesDecoration", "EventInfo.dv_nNodes", "Optional: Number of nodes in the DV event graph"};

◆ m_passDecorKey

SG::WriteDecorHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_passDecorKey
private
Initial value:
{
this, "PassDecoration", "EventInfo.dv_pass", "Optional: Whether DV score passes ScoreThreshold"}

Definition at line 46 of file DVInferenceAlg.h.

46 {
47 this, "PassDecoration", "EventInfo.dv_pass", "Optional: Whether DV score passes ScoreThreshold"};

◆ m_printEveryEvent

Gaudi::Property<bool> MuonML::DVInferenceAlg::m_printEveryEvent
private
Initial value:
{
this, "PrintEveryEvent", false, "Print the DV inference result for every event at INFO level"}

Definition at line 57 of file DVInferenceAlg.h.

57 {
58 this, "PrintEveryEvent", false, "Print the DV inference result for every event at INFO level"};

◆ m_rawDecorKey

SG::WriteDecorHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_rawDecorKey
private
Initial value:
{
this, "RawOutputDecoration", "EventInfo.dv_rawOutput", "Optional: Raw event-level DV ONNX output"}

Definition at line 44 of file DVInferenceAlg.h.

44 {
45 this, "RawOutputDecoration", "EventInfo.dv_rawOutput", "Optional: Raw event-level DV ONNX output"};

◆ m_scoreDecorKey

SG::WriteDecorHandleKey<xAOD::EventInfo> MuonML::DVInferenceAlg::m_scoreDecorKey
private
Initial value:
{
this, "ScoreDecoration", "EventInfo.dv_score", "Optional: Event-level DV signal probability"}

Definition at line 42 of file DVInferenceAlg.h.

42 {
43 this, "ScoreDecoration", "EventInfo.dv_score", "Optional: Event-level DV signal probability"};

◆ m_scoreThreshold

Gaudi::Property<float> MuonML::DVInferenceAlg::m_scoreThreshold
private
Initial value:
{
this, "ScoreThreshold", 0.5f, "DV event score threshold used for the pass decision"}

Definition at line 53 of file DVInferenceAlg.h.

53 {
54 this, "ScoreThreshold", 0.5f, "DV event score threshold used for the pass decision"};

◆ m_thresholdMode

Gaudi::Property<std::string> MuonML::DVInferenceAlg::m_thresholdMode
private
Initial value:
{
this, "ThresholdMode", "score", "Quantity compared to ScoreThreshold."}

Definition at line 55 of file DVInferenceAlg.h.

55 {
56 this, "ThresholdMode", "score", "Quantity compared to ScoreThreshold."};

◆ m_thresholdModeName

std::string MuonML::DVInferenceAlg::m_thresholdModeName {"score"}
private

Definition at line 60 of file DVInferenceAlg.h.

60{"score"};

◆ m_useRawThreshold

bool MuonML::DVInferenceAlg::m_useRawThreshold {false}
private

Definition at line 59 of file DVInferenceAlg.h.

59{false};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files: