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

The nested configuration struct. More...

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

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

Detailed Description

The nested configuration struct.

Definition at line 33 of file RootVertexAndTracksWriter.hpp.

View newest version in sPHENIX GitHub at line 33 of file RootVertexAndTracksWriter.hpp

Member Data Documentation

std::string FW::RootVertexAndTracksWriter::Config::collection

particle collection to write

Definition at line 34 of file RootVertexAndTracksWriter.hpp.

View newest version in sPHENIX GitHub at line 34 of file RootVertexAndTracksWriter.hpp

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

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

file access mode

Definition at line 36 of file RootVertexAndTracksWriter.hpp.

View newest version in sPHENIX GitHub at line 36 of file RootVertexAndTracksWriter.hpp

Referenced by FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().

std::string FW::RootVertexAndTracksWriter::Config::filePath

path of the output file

Definition at line 35 of file RootVertexAndTracksWriter.hpp.

View newest version in sPHENIX GitHub at line 35 of file RootVertexAndTracksWriter.hpp

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

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

common root file

Definition at line 38 of file RootVertexAndTracksWriter.hpp.

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

std::string FW::RootVertexAndTracksWriter::Config::treeName = "event"

name of the output tree

Definition at line 37 of file RootVertexAndTracksWriter.hpp.

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

Referenced by FW::RootVertexAndTracksWriter::RootVertexAndTracksWriter().


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