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