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

The nested configuration struct. More...

#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootTrajectoryWriter.hpp>

+ Collaboration diagram for ActsExamples::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 ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

std::string ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

std::string ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

std::string ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

std::string ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

std::string ActsExamples::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 ActsExamples::RootTrajectoryWriter::RootTrajectoryWriter().

TFile* ActsExamples::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: