![]() |
ATLAS Offline Software
|
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) |
using MuonML::Bucket_t = typedef NodeFeature::Bucket_t |
Definition at line 15 of file NodeFeatureFactory.cxx.
using MuonML::Connector_t = typedef NodeFeatureList::Connector_t |
Definition at line 14 of file NodeFeatureFactory.cxx.
using MuonML::Feature_t = typedef NodeFeatureList::Feature_t |
Definition at line 13 of file NodeFeatureFactory.cxx.
using MuonML::HitVec = typedef MuonR4::SpacePointPerLayerSplitter::HitVec |
Definition at line 9 of file LayerBucket.cxx.
bool MuonML::operator< | ( | const Connector_t & | a, |
const Connector_t & | b | ||
) |
Definition at line 33 of file NodeFeatureFactory.cxx.
bool MuonML::operator< | ( | const Connector_t & | a, |
const std::string & | b | ||
) |
Definition at line 30 of file NodeFeatureFactory.cxx.
Definition at line 23 of file NodeFeatureFactory.cxx.
Definition at line 20 of file NodeFeatureFactory.cxx.
bool MuonML::operator< | ( | const std::string & | a, |
const Connector_t & | b | ||
) |
Definition at line 27 of file NodeFeatureFactory.cxx.