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

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

+ Collaboration diagram for FW::CsvTrackingGeometryWriter::Config:

Public Attributes

std::shared_ptr< const
Acts::TrackingGeometry
trackingGeometry
 The tracking geometry that should be written.
 
std::string outputDir
 Where to place output files.
 
std::size_t outputPrecision = std::numeric_limits<float>::max_digits10
 Number of decimal digits for floating point precision in output.
 
bool writePerEvent = false
 Whether to write the per-event file.
 

Detailed Description

Definition at line 36 of file CsvTrackingGeometryWriter.hpp.

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

Member Data Documentation

std::string FW::CsvTrackingGeometryWriter::Config::outputDir

Where to place output files.

Definition at line 40 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by FW::CsvTrackingGeometryWriter::endRun(), processGeometry(), FW::Options::readCsvTrackingGeometryWriterConfig(), and FW::CsvTrackingGeometryWriter::write().

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

Number of decimal digits for floating point precision in output.

Definition at line 42 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by FW::CsvTrackingGeometryWriter::endRun(), FW::Options::readCsvTrackingGeometryWriterConfig(), and FW::CsvTrackingGeometryWriter::write().

std::shared_ptr<const Acts::TrackingGeometry> FW::CsvTrackingGeometryWriter::Config::trackingGeometry

The tracking geometry that should be written.

Definition at line 38 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by FW::CsvTrackingGeometryWriter::CsvTrackingGeometryWriter(), and processGeometry().

bool FW::CsvTrackingGeometryWriter::Config::writePerEvent = false

Whether to write the per-event file.

Definition at line 44 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by processGeometry(), FW::Options::readCsvTrackingGeometryWriterConfig(), and FW::CsvTrackingGeometryWriter::write().


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