ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::RootTrajectoryWriter::Config Struct Reference

The nested configuration struct. More...

#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootTrajectoryWriter.hpp>

+ Collaboration diagram for FW::RootTrajectoryWriter::Config:

Public Attributes

std::string inputParticles
 input truth particles collection.
 
std::string inputTrajectories
 input (fitted) trajectories collection
 
std::string outputDir
 output directory
 
std::string outputFilename = "tracks.root"
 output filename
 
std::string outputTreename = "tracks"
 name of the output tree
 
std::string fileMode = "RECREATE"
 file access mode
 
TFile * rootFile = nullptr
 common root file
 

Detailed Description

The nested configuration struct.

Definition at line 41 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 41 of file RootTrajectoryWriter.hpp

Member Data Documentation

std::string FW::RootTrajectoryWriter::Config::fileMode = "RECREATE"

file access mode

Definition at line 47 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 47 of file RootTrajectoryWriter.hpp

Referenced by FW::RootTrajectoryWriter::RootTrajectoryWriter().

std::string FW::RootTrajectoryWriter::Config::inputParticles

input truth particles collection.

Definition at line 42 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 42 of file RootTrajectoryWriter.hpp

Referenced by main(), and FW::RootTrajectoryWriter::RootTrajectoryWriter().

std::string FW::RootTrajectoryWriter::Config::inputTrajectories

input (fitted) trajectories collection

Definition at line 43 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 43 of file RootTrajectoryWriter.hpp

Referenced by main(), and FW::RootTrajectoryWriter::RootTrajectoryWriter().

std::string FW::RootTrajectoryWriter::Config::outputDir

output directory

Definition at line 44 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 44 of file RootTrajectoryWriter.hpp

Referenced by main(), and FW::RootTrajectoryWriter::RootTrajectoryWriter().

std::string FW::RootTrajectoryWriter::Config::outputFilename = "tracks.root"

output filename

Definition at line 45 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 45 of file RootTrajectoryWriter.hpp

Referenced by main(), and FW::RootTrajectoryWriter::RootTrajectoryWriter().

std::string FW::RootTrajectoryWriter::Config::outputTreename = "tracks"

name of the output tree

Definition at line 46 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 46 of file RootTrajectoryWriter.hpp

Referenced by main(), and FW::RootTrajectoryWriter::RootTrajectoryWriter().

TFile* FW::RootTrajectoryWriter::Config::rootFile = nullptr

common root file

Definition at line 48 of file RootTrajectoryWriter.hpp.

View newest version in sPHENIX GitHub at line 48 of file RootTrajectoryWriter.hpp


The documentation for this struct was generated from the following file: