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

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

+ Collaboration diagram for ActsExamples::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 writeSensitive = true
 Write sensitive surfaces.
 
bool writeBoundary = false
 Write boundary surfaces.
 
bool writeSurfaceGrid = true
 Write the surface grid information.
 
bool writeLayerVolume = true
 Write the layer volume representation.
 
bool writePerEvent = false
 Whether to write the per-event file.
 

Detailed Description

Definition at line 42 of file CsvTrackingGeometryWriter.hpp.

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

Member Data Documentation

std::string ActsExamples::CsvTrackingGeometryWriter::Config::outputDir
std::size_t ActsExamples::CsvTrackingGeometryWriter::Config::outputPrecision = std::numeric_limits<float>::max_digits10

Number of decimal digits for floating point precision in output.

Definition at line 48 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by ActsExamples::CsvTrackingGeometryWriter::finalize(), ActsExamples::Options::readCsvTrackingGeometryWriterConfig(), and ActsExamples::CsvTrackingGeometryWriter::write().

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

The tracking geometry that should be written.

Definition at line 44 of file CsvTrackingGeometryWriter.hpp.

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

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

bool ActsExamples::CsvTrackingGeometryWriter::Config::writeBoundary = false

Write boundary surfaces.

Definition at line 52 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by ActsExamples::CsvTrackingGeometryWriter::finalize(), and ActsExamples::CsvTrackingGeometryWriter::write().

bool ActsExamples::CsvTrackingGeometryWriter::Config::writeLayerVolume = true

Write the layer volume representation.

Definition at line 56 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by ActsExamples::CsvTrackingGeometryWriter::finalize(), and ActsExamples::CsvTrackingGeometryWriter::write().

bool ActsExamples::CsvTrackingGeometryWriter::Config::writePerEvent = false

Whether to write the per-event file.

Definition at line 58 of file CsvTrackingGeometryWriter.hpp.

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

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

bool ActsExamples::CsvTrackingGeometryWriter::Config::writeSensitive = true

Write sensitive surfaces.

Definition at line 50 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by ActsExamples::CsvTrackingGeometryWriter::finalize(), and ActsExamples::CsvTrackingGeometryWriter::write().

bool ActsExamples::CsvTrackingGeometryWriter::Config::writeSurfaceGrid = true

Write the surface grid information.

Definition at line 54 of file CsvTrackingGeometryWriter.hpp.

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

Referenced by ActsExamples::CsvTrackingGeometryWriter::finalize(), and ActsExamples::CsvTrackingGeometryWriter::write().


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