Analysis Software
Documentation for sPHENIX simulation 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 inputSimHits
 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.
 
std::shared_ptr< const
Acts::TrackingGeometry
trackingGeometry
 Tracking geometry required to access global-to-local transforms.
 

Detailed Description

Definition at line 52 of file CsvPlanarClusterWriter.hpp.

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

Member Data Documentation

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

Which cluster collection to write.

Definition at line 54 of file CsvPlanarClusterWriter.hpp.

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

std::string ActsExamples::CsvPlanarClusterWriter::Config::inputSimHits

Which simulated (truth) hits collection to use.

Definition at line 56 of file CsvPlanarClusterWriter.hpp.

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

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

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

Where to place output files.

Definition at line 58 of file CsvPlanarClusterWriter.hpp.

View newest version in sPHENIX GitHub at line 58 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 60 of file CsvPlanarClusterWriter.hpp.

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

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

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

Tracking geometry required to access global-to-local transforms.

Definition at line 62 of file CsvPlanarClusterWriter.hpp.

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

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


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