Analysis Software
Documentation for sPHENIX simulation software
|
Options specification for surface reading. More...
#include <acts/blob/sPHENIX/Examples/Io/Json/include/ActsExamples/Io/Json/JsonSurfacesReader.hpp>
Public Attributes | |
std::string | inputFile = "" |
Which input file to read from. | |
std::vector< std::string > | jsonEntryPath = {"Surfaces", "entries"} |
The entry path until you reach the surface entries. | |
Options specification for surface reading.
Definition at line 26 of file JsonSurfacesReader.hpp.
View newest version in sPHENIX GitHub at line 26 of file JsonSurfacesReader.hpp
std::string ActsExamples::JsonSurfacesReader::Options::inputFile = "" |
Which input file to read from.
Definition at line 28 of file JsonSurfacesReader.hpp.
View newest version in sPHENIX GitHub at line 28 of file JsonSurfacesReader.hpp
Referenced by ActsExamples::JsonSurfacesReader::read().
std::vector<std::string> ActsExamples::JsonSurfacesReader::Options::jsonEntryPath = {"Surfaces", "entries"} |
The entry path until you reach the surface entries.
Definition at line 30 of file JsonSurfacesReader.hpp.
View newest version in sPHENIX GitHub at line 30 of file JsonSurfacesReader.hpp
Referenced by ActsExamples::JsonSurfacesReader::read().