Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/TorchEdgeClassifier.hpp>
Public Attributes | |
std::string | modelPath |
int | numFeatures = 3 |
float | cut = 0.21 |
int | nChunks = 1 |
bool | undirected = false |
Definition at line 28 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 28 of file TorchEdgeClassifier.hpp
float Acts::TorchEdgeClassifier::Config::cut = 0.21 |
Definition at line 31 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 31 of file TorchEdgeClassifier.hpp
Referenced by Acts::TorchEdgeClassifier::operator()().
std::string Acts::TorchEdgeClassifier::Config::modelPath |
Definition at line 29 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 29 of file TorchEdgeClassifier.hpp
Referenced by Acts::TorchEdgeClassifier::TorchEdgeClassifier().
int Acts::TorchEdgeClassifier::Config::nChunks = 1 |
Definition at line 32 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 32 of file TorchEdgeClassifier.hpp
Referenced by Acts::TorchEdgeClassifier::operator()().
int Acts::TorchEdgeClassifier::Config::numFeatures = 3 |
Definition at line 30 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 30 of file TorchEdgeClassifier.hpp
Referenced by Acts::TorchEdgeClassifier::operator()().
bool Acts::TorchEdgeClassifier::Config::undirected = false |
Definition at line 33 of file TorchEdgeClassifier.hpp.
View newest version in sPHENIX GitHub at line 33 of file TorchEdgeClassifier.hpp
Referenced by Acts::TorchEdgeClassifier::operator()().