![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootPlanarClusterWriter.hpp>
Collaboration diagram for FW::RootPlanarClusterWriter::Config: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 FW::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 FW::RootPlanarClusterWriter::RootPlanarClusterWriter().
| std::string FW::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 FW::RootPlanarClusterWriter::RootPlanarClusterWriter().
| std::string FW::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 FW::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 FW::RootPlanarClusterWriter::RootPlanarClusterWriter().
| TFile* FW::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 FW::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 FW::RootPlanarClusterWriter::RootPlanarClusterWriter().