EIC 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 inputSimulatedHits
 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 33 of file RootSimHitWriter.hpp.

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

Member Data Documentation

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

Output file access mode.

Definition at line 39 of file RootSimHitWriter.hpp.

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

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

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

Path to the output file.

Definition at line 37 of file RootSimHitWriter.hpp.

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

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

std::string ActsExamples::RootSimHitWriter::Config::inputSimulatedHits

Input particle collection to write.

Definition at line 35 of file RootSimHitWriter.hpp.

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

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

Name of the tree within the output file.

Definition at line 41 of file RootSimHitWriter.hpp.

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

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


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