EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::JsonSpacePointWriter< T >::Config Struct Reference

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

+ Collaboration diagram for ActsExamples::JsonSpacePointWriter< T >::Config:

Public Attributes

std::string collection
 which collection to write
 
std::string outputDir
 where to place output files
 
size_t outputPrecision = 6
 floating point precision
 

Detailed Description

template<class T>
struct ActsExamples::JsonSpacePointWriter< T >::Config

Definition at line 35 of file JsonSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 35 of file JsonSpacePointWriter.hpp

Member Data Documentation

template<class T >
std::string ActsExamples::JsonSpacePointWriter< T >::Config::collection

which collection to write

Definition at line 36 of file JsonSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 36 of file JsonSpacePointWriter.hpp

Referenced by ActsExamples::JsonSpacePointWriter< T >::JsonSpacePointWriter().

template<class T >
std::string ActsExamples::JsonSpacePointWriter< T >::Config::outputDir

where to place output files

Definition at line 37 of file JsonSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 37 of file JsonSpacePointWriter.hpp

template<class T >
size_t ActsExamples::JsonSpacePointWriter< T >::Config::outputPrecision = 6

floating point precision

Definition at line 38 of file JsonSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 38 of file JsonSpacePointWriter.hpp


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