Analysis Software
Documentation for sPHENIX simulation software
|
The nested configuration struct. More...
#include <acts/blob/sPHENIX/Examples/Io/Root/include/ActsExamples/Io/Root/RootSimHitReader.hpp>
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. | |
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
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().