ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootTrackParameterWriter.hpp>
Public Attributes | |
std::string | collection |
parameter collection to write | |
std::string | filePath |
path of the output file | |
std::string | fileMode = "RECREATE" |
file access mode | |
std::string | treeName = "trackparameters" |
name of the output tree | |
TFile * | rootFile = nullptr |
common root file | |
Definition at line 28 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 28 of file RootTrackParameterWriter.hpp
std::string FW::RootTrackParameterWriter::Config::collection |
parameter collection to write
Definition at line 29 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 29 of file RootTrackParameterWriter.hpp
Referenced by FW::RootTrackParameterWriter::RootTrackParameterWriter().
std::string FW::RootTrackParameterWriter::Config::fileMode = "RECREATE" |
file access mode
Definition at line 31 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 31 of file RootTrackParameterWriter.hpp
Referenced by FW::RootTrackParameterWriter::RootTrackParameterWriter().
std::string FW::RootTrackParameterWriter::Config::filePath |
path of the output file
Definition at line 30 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 30 of file RootTrackParameterWriter.hpp
Referenced by FW::RootTrackParameterWriter::RootTrackParameterWriter().
TFile* FW::RootTrackParameterWriter::Config::rootFile = nullptr |
common root file
Definition at line 33 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootTrackParameterWriter.hpp
std::string FW::RootTrackParameterWriter::Config::treeName = "trackparameters" |
name of the output tree
Definition at line 32 of file RootTrackParameterWriter.hpp.
View newest version in sPHENIX GitHub at line 32 of file RootTrackParameterWriter.hpp
Referenced by FW::RootTrackParameterWriter::RootTrackParameterWriter().