Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Csv/include/ActsExamples/Io/Csv/CsvSimHitWriter.hpp>
Public Attributes | |
std::string | inputSimHits |
Which simulated (truth) hits collection to use. | |
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. | |
Definition at line 39 of file CsvSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file CsvSimHitWriter.hpp
std::string ActsExamples::CsvSimHitWriter::Config::inputSimHits |
Which simulated (truth) hits collection to use.
Definition at line 41 of file CsvSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file CsvSimHitWriter.hpp
Referenced by ActsExamples::Simulation::setupOutput().
std::string ActsExamples::CsvSimHitWriter::Config::outputDir |
Where to place output files.
Definition at line 43 of file CsvSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file CsvSimHitWriter.hpp
Referenced by ActsExamples::Options::readCsvSimHitWriterConfig(), and ActsExamples::Simulation::setupOutput().
size_t ActsExamples::CsvSimHitWriter::Config::outputPrecision = std::numeric_limits<float>::max_digits10 |
Number of decimal digits for floating point precision in output.
Definition at line 47 of file CsvSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 47 of file CsvSimHitWriter.hpp
std::string ActsExamples::CsvSimHitWriter::Config::outputStem |
Output filename stem.
Definition at line 45 of file CsvSimHitWriter.hpp.
View newest version in sPHENIX GitHub at line 45 of file CsvSimHitWriter.hpp
Referenced by ActsExamples::CsvSimHitWriter::CsvSimHitWriter(), and ActsExamples::Simulation::setupOutput().