Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::CsvParticleWriter::Config Struct Reference

#include <acts/blob/sPHENIX/Examples/Io/Csv/include/ActsExamples/Io/Csv/CsvParticleWriter.hpp>

+ Collaboration diagram for ActsExamples::CsvParticleWriter::Config:

Public Attributes

std::string inputParticles
 Input particles collection to write.
 
std::string outputDir
 Where to place output files.
 
std::string outputStem
 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 40 of file CsvParticleWriter.hpp.

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

Member Data Documentation

std::string ActsExamples::CsvParticleWriter::Config::inputParticles

Input particles collection to write.

Definition at line 42 of file CsvParticleWriter.hpp.

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

Referenced by main(), and ActsExamples::Simulation::setupOutput().

std::string ActsExamples::CsvParticleWriter::Config::outputDir

Where to place output files.

Definition at line 44 of file CsvParticleWriter.hpp.

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

Referenced by main(), ActsExamples::Options::readCsvParticleWriterConfig(), and ActsExamples::Simulation::setupOutput().

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

Number of decimal digits for floating point precision in output.

Definition at line 48 of file CsvParticleWriter.hpp.

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

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

std::string ActsExamples::CsvParticleWriter::Config::outputStem

Output filename stem.

Definition at line 46 of file CsvParticleWriter.hpp.

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

Referenced by ActsExamples::CsvParticleWriter::CsvParticleWriter(), main(), and ActsExamples::Simulation::setupOutput().


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