ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FW::RootSimHitWriter::Config Struct Reference

#include <acts/blob/master/Examples/Io/Root/include/ACTFW/Io/Root/RootSimHitWriter.hpp>

+ Collaboration diagram for FW::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 FW::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 FW::RootSimHitWriter::RootSimHitWriter().

std::string FW::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 FW::RootSimHitWriter::RootSimHitWriter().

std::string FW::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 FW::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 FW::RootSimHitWriter::RootSimHitWriter().


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