EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::CsvPlanarClusterWriter::Config Struct Reference

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

+ Collaboration diagram for ActsExamples::CsvPlanarClusterWriter::Config:

Public Attributes

std::string inputClusters
 Which cluster collection to write.
 
std::string inputSimulatedHits
 Which simulated (truth) hits collection to use.
 
std::string outputDir
 Where to place output files.
 
size_t outputPrecision = std::numeric_limits<float>::max_digits10
 Number of decimal digits for floating point precision in output.
 

Detailed Description

Definition at line 39 of file CsvPlanarClusterWriter.hpp.

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

Member Data Documentation

std::string ActsExamples::CsvPlanarClusterWriter::Config::inputClusters

Which cluster collection to write.

Definition at line 41 of file CsvPlanarClusterWriter.hpp.

View newest version in sPHENIX GitHub at line 41 of file CsvPlanarClusterWriter.hpp

std::string ActsExamples::CsvPlanarClusterWriter::Config::inputSimulatedHits

Which simulated (truth) hits collection to use.

Definition at line 43 of file CsvPlanarClusterWriter.hpp.

View newest version in sPHENIX GitHub at line 43 of file CsvPlanarClusterWriter.hpp

Referenced by ActsExamples::CsvPlanarClusterWriter::CsvPlanarClusterWriter().

std::string ActsExamples::CsvPlanarClusterWriter::Config::outputDir

Where to place output files.

Definition at line 45 of file CsvPlanarClusterWriter.hpp.

View newest version in sPHENIX GitHub at line 45 of file CsvPlanarClusterWriter.hpp

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

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

Number of decimal digits for floating point precision in output.

Definition at line 47 of file CsvPlanarClusterWriter.hpp.

View newest version in sPHENIX GitHub at line 47 of file CsvPlanarClusterWriter.hpp

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


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