![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
The nested configuration struct. More...
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootVertexAndTracksWriter.hpp>
Collaboration diagram for FW::RootVertexAndTracksWriter::Config:Public Attributes | |
| std::string | collection |
| particle collection to write | |
| std::string | filePath |
| path of the output file | |
| std::string | fileMode = "RECREATE" |
| file access mode | |
| std::string | treeName = "event" |
| name of the output tree | |
| TFile * | rootFile = nullptr |
| common root file | |
The nested configuration struct.
Definition at line 33 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootVertexAndTracksWriter.hpp
| std::string FW::RootVertexAndTracksWriter::Config::collection |
particle collection to write
Definition at line 34 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 34 of file RootVertexAndTracksWriter.hpp
Referenced by main(), and FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().
| std::string FW::RootVertexAndTracksWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 36 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 36 of file RootVertexAndTracksWriter.hpp
Referenced by FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().
| std::string FW::RootVertexAndTracksWriter::Config::filePath |
path of the output file
Definition at line 35 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file RootVertexAndTracksWriter.hpp
Referenced by main(), and FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().
| TFile* FW::RootVertexAndTracksWriter::Config::rootFile = nullptr |
common root file
Definition at line 38 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 38 of file RootVertexAndTracksWriter.hpp
| std::string FW::RootVertexAndTracksWriter::Config::treeName = "event" |
name of the output tree
Definition at line 37 of file RootVertexAndTracksWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootVertexAndTracksWriter.hpp
Referenced by FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().