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

The nested configuration struct. More...

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

+ Collaboration diagram for ActsExamples::RootParticleReader::Config:

Public Attributes

std::string particleCollection
 particle collection to read
 
std::string vertexPrimaryCollection
 primary vertex collection to read
 
std::string vertexSecondaryCollection
 secondary vertex collection to read
 
std::string treeName = "particles"
 name of the output tree
 
std::string filePath
 
bool orderedEvents = true
 Whether the events are ordered or not.
 

Detailed Description

The nested configuration struct.

Definition at line 38 of file RootParticleReader.hpp.

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

Member Data Documentation

std::string ActsExamples::RootParticleReader::Config::filePath

The name of the input file

Definition at line 45 of file RootParticleReader.hpp.

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

Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().

bool ActsExamples::RootParticleReader::Config::orderedEvents = true

Whether the events are ordered or not.

Definition at line 47 of file RootParticleReader.hpp.

View newest version in sPHENIX GitHub at line 47 of file RootParticleReader.hpp

Referenced by ActsExamples::RootParticleReader::RootParticleReader().

std::string ActsExamples::RootParticleReader::Config::particleCollection
Initial value:
=
"particleCollection"

particle collection to read

Definition at line 39 of file RootParticleReader.hpp.

View newest version in sPHENIX GitHub at line 39 of file RootParticleReader.hpp

Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().

std::string ActsExamples::RootParticleReader::Config::treeName = "particles"

name of the output tree

Definition at line 44 of file RootParticleReader.hpp.

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

Referenced by main(), and ActsExamples::RootParticleReader::RootParticleReader().

std::string ActsExamples::RootParticleReader::Config::vertexPrimaryCollection

primary vertex collection to read

Definition at line 41 of file RootParticleReader.hpp.

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

Referenced by ActsExamples::RootParticleReader::RootParticleReader().

std::string ActsExamples::RootParticleReader::Config::vertexSecondaryCollection

secondary vertex collection to read

Definition at line 43 of file RootParticleReader.hpp.

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

Referenced by ActsExamples::RootParticleReader::RootParticleReader().


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