ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::JsonSurfacesReader::Options Struct Reference

Options specification for surface reading The file should contain an array of json surfaces as produced by the SurfaceJsonConverter tools. More...

#include <ActsPlugins/Json/JsonSurfacesReader.hpp>

Collaboration diagram for Acts::JsonSurfacesReader::Options:
[legend]

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 The file should contain an array of json surfaces as produced by the SurfaceJsonConverter tools.

Member Data Documentation

◆ inputFile

std::string Acts::JsonSurfacesReader::Options::inputFile = ""

Which input file to read from.

◆ jsonEntryPath

std::vector<std::string> Acts::JsonSurfacesReader::Options::jsonEntryPath = {"Surfaces", "entries"}

The entry path until you reach the surface entries.