EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#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 | inputSimulatedHits |
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" |
name of the output tree | |
TFile * | rootFile = nullptr |
common root file | |
Definition at line 36 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file RootPlanarClusterWriter.hpp
std::string ActsExamples::RootPlanarClusterWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 42 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::string ActsExamples::RootPlanarClusterWriter::Config::filePath = "" |
path of the output file
Definition at line 41 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 41 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
std::string ActsExamples::RootPlanarClusterWriter::Config::inputClusters |
Which cluster collection to write.
Definition at line 38 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file RootPlanarClusterWriter.hpp
std::string ActsExamples::RootPlanarClusterWriter::Config::inputSimulatedHits |
Which simulated (truth) hits collection to use.
Definition at line 40 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 40 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().
TFile* ActsExamples::RootPlanarClusterWriter::Config::rootFile = nullptr |
common root file
Definition at line 44 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootPlanarClusterWriter.hpp
std::string ActsExamples::RootPlanarClusterWriter::Config::treeName = "clusters" |
name of the output tree
Definition at line 43 of file RootPlanarClusterWriter.hpp.
View newest version in sPHENIX GitHub at line 43 of file RootPlanarClusterWriter.hpp
Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().