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

#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootMeasurementWriter.hpp>

+ Collaboration diagram for ActsExamples::RootMeasurementWriter::Config:

Public Attributes

std::string inputMeasurements
 Which measurement collection to write.
 
std::string inputClusters
 Which cluster collection to write (optional)
 
std::string inputSimHits
 Which simulated (truth) hits collection to use.
 
std::string inputMeasurementSimHitsMap
 Input collection to map measured hits to simulated hits.
 
std::string filePath = ""
 path of the output file
 
std::string fileMode = "RECREATE"
 
Acts::GeometryHierarchyMap
< std::vector
< Acts::BoundIndices > > 
boundIndices
 The indices for this digitization configurations.
 
std::shared_ptr< const
Acts::TrackingGeometry
trackingGeometry
 Tracking geometry required to access local-to-global transforms.
 

Detailed Description

Definition at line 61 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 61 of file RootMeasurementWriter.hpp

Member Data Documentation

Acts::GeometryHierarchyMap<std::vector<Acts::BoundIndices> > ActsExamples::RootMeasurementWriter::Config::boundIndices

The indices for this digitization configurations.

Definition at line 73 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 73 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().

std::string ActsExamples::RootMeasurementWriter::Config::fileMode = "RECREATE"

file access mode

Definition at line 71 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 71 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter().

std::string ActsExamples::RootMeasurementWriter::Config::filePath = ""

path of the output file

Definition at line 70 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 70 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().

std::string ActsExamples::RootMeasurementWriter::Config::inputClusters

Which cluster collection to write (optional)

Definition at line 65 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 65 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().

std::string ActsExamples::RootMeasurementWriter::Config::inputMeasurements

Which measurement collection to write.

Definition at line 63 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 63 of file RootMeasurementWriter.hpp

Referenced by runDigitizationExample().

std::string ActsExamples::RootMeasurementWriter::Config::inputMeasurementSimHitsMap

Input collection to map measured hits to simulated hits.

Definition at line 69 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 69 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().

std::string ActsExamples::RootMeasurementWriter::Config::inputSimHits

Which simulated (truth) hits collection to use.

Definition at line 67 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 67 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().

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

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

Definition at line 75 of file RootMeasurementWriter.hpp.

View newest version in sPHENIX GitHub at line 75 of file RootMeasurementWriter.hpp

Referenced by ActsExamples::RootMeasurementWriter::RootMeasurementWriter(), and runDigitizationExample().


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