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

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

+ Collaboration diagram for ActsExamples::RootSimHitWriter::Config:

Public Attributes

std::string inputSimHits
 Input particle collection to write.
 
std::string filePath
 Path to the output file.
 
std::string fileMode = "RECREATE"
 Output file access mode.
 
std::string treeName = "hits"
 Name of the tree within the output file.
 

Detailed Description

Definition at line 36 of file RootSimHitWriter.hpp.

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

Member Data Documentation

std::string ActsExamples::RootSimHitWriter::Config::fileMode = "RECREATE"

Output file access mode.

Definition at line 42 of file RootSimHitWriter.hpp.

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

Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().

std::string ActsExamples::RootSimHitWriter::Config::filePath

Path to the output file.

Definition at line 40 of file RootSimHitWriter.hpp.

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

Referenced by BOOST_AUTO_TEST_CASE(), ActsExamples::RootSimHitWriter::RootSimHitWriter(), and ActsExamples::Simulation::setupOutput().

std::string ActsExamples::RootSimHitWriter::Config::inputSimHits

Input particle collection to write.

Definition at line 38 of file RootSimHitWriter.hpp.

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

Referenced by BOOST_AUTO_TEST_CASE(), and ActsExamples::Simulation::setupOutput().

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

Name of the tree within the output file.

Definition at line 44 of file RootSimHitWriter.hpp.

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

Referenced by ActsExamples::RootSimHitWriter::RootSimHitWriter().


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