Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootPlanarClusterWriter.hpp>
Public Attributes | |
std::string | inputClusters |
Which cluster collection to write. | |
std::string | inputSimHits |
Which simulated (truth) hits collection to use. | |
std::string | filePath = "" |
path of the output file | |
std::string | fileMode = "RECREATE" |
file access mode | |
std::string | treeName = "clusters" |
std::shared_ptr< const Acts::TrackingGeometry > | trackingGeometry |
Tracking geometry required to access global-to-local transforms. | |
Definition at line 50 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 50 of file RootPlanarClusterWriter.hpp
std::string ActsExamples::RootPlanarClusterWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 56 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 56 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::string ActsExamples::RootPlanarClusterWriter::Config::filePath = "" |
path of the output file
Definition at line 55 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 55 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::string ActsExamples::RootPlanarClusterWriter::Config::inputClusters |
Which cluster collection to write.
Definition at line 52 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 52 of file RootPlanarClusterWriter.hpp
std::string ActsExamples::RootPlanarClusterWriter::Config::inputSimHits |
Which simulated (truth) hits collection to use.
Definition at line 54 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 54 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::shared_ptr<const Acts::TrackingGeometry> ActsExamples::RootPlanarClusterWriter::Config::trackingGeometry |
Tracking geometry required to access global-to-local transforms.
Definition at line 59 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 59 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::string ActsExamples::RootPlanarClusterWriter::Config::treeName = "clusters" |
name of the output tree
Definition at line 57 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 57 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().