ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Csv/include/ACTFW/Io/Csv/CsvTrackingGeometryWriter.hpp>
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. | |
Definition at line 36 of file CsvTrackingGeometryWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file CsvTrackingGeometryWriter.hpp
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().