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

#include <acts/blob/master/Examples/Io/Json/include/ACTFW/Plugins/Json/JsonSpacePointWriter.hpp>

+ Collaboration diagram for FW::Json::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 FW::Json::JsonSpacePointWriter< T >::Config

Definition at line 36 of file JsonSpacePointWriter.hpp.

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

Member Data Documentation

template<class T >
std::string FW::Json::JsonSpacePointWriter< T >::Config::collection

which collection to write

Definition at line 37 of file JsonSpacePointWriter.hpp.

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

Referenced by FW::Json::JsonSpacePointWriter< T >::JsonSpacePointWriter().

template<class T >
std::string FW::Json::JsonSpacePointWriter< T >::Config::outputDir

where to place output files

Definition at line 38 of file JsonSpacePointWriter.hpp.

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

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

floating point precision

Definition at line 39 of file JsonSpacePointWriter.hpp.

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


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