Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Namespaces | Classes | Typedefs | Functions
MuonML Namespace Reference

Namespaces

 Factory
 

Classes

class  GraphBucketFilterTool
 
class  GraphInferenceToolBase
 Baseline tool to handle the
More...
 
struct  GraphRawData
 Helper struct to ship the Graph from the space point buckets to ONNX. More...
 
class  IGraphInferenceTool
 
class  InferenceAlg
 
struct  InferenceGraph
 Helper struct containing all the information needed to process
More...
 
class  LayerSpBucket
 The LayerSpBucket is a space pointbucket where the points are internally sorted by their layer number as defined in the SpacePointLayerSorter. More...
 
class  NodeConnector
 The NodeConnector is indicating whether two space points inside a bucket, the graph nodes, shall have a connection in their graph neural net representation. More...
 
class  NodeFeature
 The NodeFeature is the gluing instance to extract the information from the space point inside a MuonBucket and then to parse it to the ML inference framework. More...
 
class  NodeFeatureList
 

Typedefs

using HitVec = MuonR4::SpacePointPerLayerSplitter::HitVec
 
using Feature_t = NodeFeatureList::Feature_t
 
using Connector_t = NodeFeatureList::Connector_t
 
using Bucket_t = NodeFeature::Bucket_t
 

Functions

bool operator< (const std::string &a, const Feature_t &b)
 
bool operator< (const Feature_t &a, const std::string &b)
 
bool operator< (const Feature_t &a, const Feature_t &b)
 
bool operator< (const std::string &a, const Connector_t &b)
 
bool operator< (const Connector_t &a, const std::string &b)
 
bool operator< (const Connector_t &a, const Connector_t &b)
 

Typedef Documentation

◆ Bucket_t

Definition at line 15 of file NodeFeatureFactory.cxx.

◆ Connector_t

Definition at line 14 of file NodeFeatureFactory.cxx.

◆ Feature_t

Definition at line 13 of file NodeFeatureFactory.cxx.

◆ HitVec

Definition at line 9 of file LayerBucket.cxx.

Function Documentation

◆ operator<() [1/6]

bool MuonML::operator< ( const Connector_t a,
const Connector_t b 
)

Definition at line 33 of file NodeFeatureFactory.cxx.

33  {
34  return a->name() < b->name();
35  }

◆ operator<() [2/6]

bool MuonML::operator< ( const Connector_t a,
const std::string &  b 
)

Definition at line 30 of file NodeFeatureFactory.cxx.

30  {
31  return a->name() < b;
32  }

◆ operator<() [3/6]

bool MuonML::operator< ( const Feature_t a,
const Feature_t b 
)

Definition at line 23 of file NodeFeatureFactory.cxx.

23  {
24  return a->name() < b->name();
25  }

◆ operator<() [4/6]

bool MuonML::operator< ( const Feature_t a,
const std::string &  b 
)

Definition at line 20 of file NodeFeatureFactory.cxx.

20  {
21  return a->name() < b;
22  }

◆ operator<() [5/6]

bool MuonML::operator< ( const std::string &  a,
const Connector_t b 
)

Definition at line 27 of file NodeFeatureFactory.cxx.

27  {
28  return a < b->name();
29  }

◆ operator<() [6/6]

bool MuonML::operator< ( const std::string &  a,
const Feature_t b 
)

Definition at line 17 of file NodeFeatureFactory.cxx.

17  {
18  return a < b->name();
19  }
plotBeamSpotMon.b
b
Definition: plotBeamSpotMon.py:77
a
TList * a
Definition: liststreamerinfos.cxx:10