ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::CsvParticleWriter::Config Struct Reference

#include <acts/blob/master/Examples/Io/Csv/include/ACTFW/Io/Csv/CsvParticleWriter.hpp>

+ Collaboration diagram for FW::CsvParticleWriter::Config:

Public Attributes

std::string inputParticles
 Input particles collection to write.
 
std::string outputDir
 Where to place output files.
 
std::string outputStem = "particles"
 Output filename stem.
 
size_t outputPrecision = std::numeric_limits<float>::max_digits10
 Number of decimal digits for floating point precision in output.
 

Detailed Description

Definition at line 36 of file CsvParticleWriter.hpp.

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

Member Data Documentation

std::string FW::CsvParticleWriter::Config::inputParticles

Input particles collection to write.

Definition at line 38 of file CsvParticleWriter.hpp.

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

Referenced by main().

std::string FW::CsvParticleWriter::Config::outputDir

Where to place output files.

Definition at line 40 of file CsvParticleWriter.hpp.

View newest version in sPHENIX GitHub at line 40 of file CsvParticleWriter.hpp

Referenced by main(), and FW::Options::readCsvParticleWriterConfig().

size_t FW::CsvParticleWriter::Config::outputPrecision = std::numeric_limits<float>::max_digits10

Number of decimal digits for floating point precision in output.

Definition at line 44 of file CsvParticleWriter.hpp.

View newest version in sPHENIX GitHub at line 44 of file CsvParticleWriter.hpp

Referenced by FW::Options::readCsvParticleWriterConfig().

std::string FW::CsvParticleWriter::Config::outputStem = "particles"

Output filename stem.

Definition at line 42 of file CsvParticleWriter.hpp.

View newest version in sPHENIX GitHub at line 42 of file CsvParticleWriter.hpp

Referenced by FW::CsvParticleWriter::CsvParticleWriter(), and main().


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