Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TorchEdgeClassifier::Config Struct Reference

#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/TorchEdgeClassifier.hpp>

+ Collaboration diagram for Acts::TorchEdgeClassifier::Config:

Public Attributes

std::string modelPath
 
int numFeatures = 3
 
float cut = 0.21
 
int nChunks = 1
 
bool undirected = false
 

Detailed Description

Definition at line 28 of file TorchEdgeClassifier.hpp.

View newest version in sPHENIX GitHub at line 28 of file TorchEdgeClassifier.hpp

Member Data Documentation

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()().


The documentation for this struct was generated from the following file: