Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::RootTrajectorySummaryReader::Config Struct Reference

The nested configuration struct. More...

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

+ Collaboration diagram for ActsExamples::RootTrajectorySummaryReader::Config:

Public Attributes

std::string outputTracks = "outputTracks"
 track collection to read
 
std::string outputParticles
 particle collection to read
 
std::string treeName = "tracksummary"
 name of the input tree
 
std::string filePath
 The name of the input file.
 
bool orderedEvents = true
 Whether the events are ordered or not.
 

Detailed Description

The nested configuration struct.

Definition at line 40 of file RootTrajectorySummaryReader.hpp.

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

Member Data Documentation

std::string ActsExamples::RootTrajectorySummaryReader::Config::filePath

The name of the input file.

Definition at line 45 of file RootTrajectorySummaryReader.hpp.

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

Referenced by main().

bool ActsExamples::RootTrajectorySummaryReader::Config::orderedEvents = true

Whether the events are ordered or not.

Definition at line 48 of file RootTrajectorySummaryReader.hpp.

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

std::string ActsExamples::RootTrajectorySummaryReader::Config::outputParticles
Initial value:
=
"outputParticles"

particle collection to read

Definition at line 42 of file RootTrajectorySummaryReader.hpp.

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

Referenced by main().

std::string ActsExamples::RootTrajectorySummaryReader::Config::outputTracks = "outputTracks"

track collection to read

Definition at line 41 of file RootTrajectorySummaryReader.hpp.

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

Referenced by main().

std::string ActsExamples::RootTrajectorySummaryReader::Config::treeName = "tracksummary"

name of the input tree

Definition at line 44 of file RootTrajectorySummaryReader.hpp.

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


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