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

#include <acts/blob/master/Examples/Io/Obj/include/ACTFW/Plugins/Obj/ObjSpacePointWriter.hpp>

+ Collaboration diagram for FW::Obj::ObjSpacePointWriter< T >::Config:

Public Attributes

std::string collection
 which collection to write
 
std::string outputDir
 where to place output files
 
double outputScalor = 1.0
 scale output values
 
size_t outputPrecision = 6
 floating point precision
 

Detailed Description

template<typename T>
struct FW::Obj::ObjSpacePointWriter< T >::Config

Definition at line 33 of file ObjSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 33 of file ObjSpacePointWriter.hpp

Member Data Documentation

template<typename T >
std::string FW::Obj::ObjSpacePointWriter< T >::Config::collection

which collection to write

Definition at line 34 of file ObjSpacePointWriter.hpp.

View newest version in sPHENIX GitHub at line 34 of file ObjSpacePointWriter.hpp

Referenced by FW::Obj::ObjSpacePointWriter< T >::ObjSpacePointWriter().

template<typename T >
std::string FW::Obj::ObjSpacePointWriter< T >::Config::outputDir

where to place output files

Definition at line 35 of file ObjSpacePointWriter.hpp.

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

template<typename T >
size_t FW::Obj::ObjSpacePointWriter< T >::Config::outputPrecision = 6

floating point precision

Definition at line 37 of file ObjSpacePointWriter.hpp.

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

template<typename T >
double FW::Obj::ObjSpacePointWriter< T >::Config::outputScalor = 1.0

scale output values

Definition at line 36 of file ObjSpacePointWriter.hpp.

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


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