Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::JsonSurfacesReader::Options Struct Reference

Options specification for surface reading. More...

#include <acts/blob/sPHENIX/Examples/Io/Json/include/ActsExamples/Io/Json/JsonSurfacesReader.hpp>

+ Collaboration diagram for ActsExamples::JsonSurfacesReader::Options:

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.
 

Detailed Description

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

Member Data Documentation

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


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