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

The nested configuration struct. More...

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

+ Collaboration diagram for ActsExamples::RootSimHitReader::Config:

Public Attributes

std::string simHitCollection = "simhits"
 name of the whiteboard entry
 
std::string treeName = "hits"
 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 39 of file RootSimHitReader.hpp.

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

Member Data Documentation

std::string ActsExamples::RootSimHitReader::Config::filePath

Definition at line 45 of file RootSimHitReader.hpp.

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

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::RootSimHitReader::RootSimHitReader().

bool ActsExamples::RootSimHitReader::Config::orderedEvents = true

Whether the events are ordered or not.

Definition at line 47 of file RootSimHitReader.hpp.

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

std::string ActsExamples::RootSimHitReader::Config::simHitCollection = "simhits"

name of the whiteboard entry

Definition at line 41 of file RootSimHitReader.hpp.

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

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::RootSimHitReader::RootSimHitReader().

std::string ActsExamples::RootSimHitReader::Config::treeName = "hits"

name of the output tree

The name of the input file

Definition at line 43 of file RootSimHitReader.hpp.

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

Referenced by ActsExamples::RootSimHitReader::RootSimHitReader().


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