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

The nested configuration struct. More...

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

+ Collaboration diagram for FW::RootVertexAndTracksReader::Config:

Public Attributes

std::string outputCollection = "vertexAndTracksCollection"
 
std::string treeName = "event"
 name of the output tree
 
std::vector< std::string > fileList
 The name of the input file.
 
unsigned int batchSize = 1
 

Detailed Description

The nested configuration struct.

Definition at line 32 of file RootVertexAndTracksReader.hpp.

View newest version in sPHENIX GitHub at line 32 of file RootVertexAndTracksReader.hpp

Member Data Documentation

unsigned int FW::RootVertexAndTracksReader::Config::batchSize = 1

Definition at line 36 of file RootVertexAndTracksReader.hpp.

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

std::vector<std::string> FW::RootVertexAndTracksReader::Config::fileList

The name of the input file.

Definition at line 35 of file RootVertexAndTracksReader.hpp.

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

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

std::string FW::RootVertexAndTracksReader::Config::outputCollection = "vertexAndTracksCollection"

Definition at line 33 of file RootVertexAndTracksReader.hpp.

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

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

name of the output tree

Definition at line 34 of file RootVertexAndTracksReader.hpp.

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

Referenced by FW::RootVertexAndTracksReader::RootVertexAndTracksReader().


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