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

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

+ Collaboration diagram for ActsExamples::RootPropagationStepsWriter::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 = "propagation_steps"
 name of the output tree
 
TFile * rootFile = nullptr
 common root file
 

Detailed Description

Definition at line 37 of file RootPropagationStepsWriter.hpp.

View newest version in sPHENIX GitHub at line 37 of file RootPropagationStepsWriter.hpp

Member Data Documentation

std::string ActsExamples::RootPropagationStepsWriter::Config::collection
Initial value:
=
"propagation_steps"

particle collection to write

Definition at line 38 of file RootPropagationStepsWriter.hpp.

View newest version in sPHENIX GitHub at line 38 of file RootPropagationStepsWriter.hpp

Referenced by propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().

std::string ActsExamples::RootPropagationStepsWriter::Config::fileMode = "RECREATE"

file access mode

Definition at line 41 of file RootPropagationStepsWriter.hpp.

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

Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().

std::string ActsExamples::RootPropagationStepsWriter::Config::filePath = ""

path of the output file

Definition at line 40 of file RootPropagationStepsWriter.hpp.

View newest version in sPHENIX GitHub at line 40 of file RootPropagationStepsWriter.hpp

Referenced by propagationExample(), and ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().

TFile* ActsExamples::RootPropagationStepsWriter::Config::rootFile = nullptr

common root file

Definition at line 43 of file RootPropagationStepsWriter.hpp.

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

std::string ActsExamples::RootPropagationStepsWriter::Config::treeName = "propagation_steps"

name of the output tree

Definition at line 42 of file RootPropagationStepsWriter.hpp.

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

Referenced by ActsExamples::RootPropagationStepsWriter::RootPropagationStepsWriter().


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