Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Json/include/ActsExamples/Io/Json/JsonSurfacesWriter.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 | writeLayer = false |
Write layer surfaces. | |
bool | writeApproach = false |
Write layer approach. | |
bool | writeSensitive = false |
Write sensitive surfaces. | |
bool | writeBoundary = false |
Write boundary surfaces. | |
bool | writePerEvent = false |
Whether to write the per-event file. | |
bool | writeOnlyNames = false |
Write a string object, containing the type name. | |
Definition at line 42 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file JsonSurfacesWriter.hpp
std::string ActsExamples::JsonSurfacesWriter::Config::outputDir |
Where to place output files.
Definition at line 46 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 46 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
std::size_t ActsExamples::JsonSurfacesWriter::Config::outputPrecision = std::numeric_limits<float>::max_digits10 |
Number of decimal digits for floating point precision in output.
Definition at line 48 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 48 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::JsonSurfacesWriter::Config::trackingGeometry |
The tracking geometry that should be written.
Definition at line 44 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 44 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::JsonSurfacesWriter().
bool ActsExamples::JsonSurfacesWriter::Config::writeApproach = false |
Write layer approach.
Definition at line 52 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 52 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
bool ActsExamples::JsonSurfacesWriter::Config::writeBoundary = false |
Write boundary surfaces.
Definition at line 56 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 56 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
bool ActsExamples::JsonSurfacesWriter::Config::writeLayer = false |
Write layer surfaces.
Definition at line 50 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 50 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
bool ActsExamples::JsonSurfacesWriter::Config::writeOnlyNames = false |
Write a string object, containing the type name.
Definition at line 60 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 60 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().
bool ActsExamples::JsonSurfacesWriter::Config::writePerEvent = false |
Whether to write the per-event file.
Definition at line 58 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 58 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::write().
bool ActsExamples::JsonSurfacesWriter::Config::writeSensitive = false |
Write sensitive surfaces.
Definition at line 54 of file JsonSurfacesWriter.hpp.
View newest version in sPHENIX GitHub at line 54 of file JsonSurfacesWriter.hpp
Referenced by ActsExamples::JsonSurfacesWriter::finalize(), ActsExamples::Options::readJsonSurfacesWriterConfig(), and ActsExamples::JsonSurfacesWriter::write().