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

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

+ Collaboration diagram for ActsExamples::RootParticleWriter::Config:

Public Attributes

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

Detailed Description

Definition at line 37 of file RootParticleWriter.hpp.

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

Member Data Documentation

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

Output file access mode.

Definition at line 43 of file RootParticleWriter.hpp.

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

Referenced by ActsExamples::RootParticleWriter::RootParticleWriter().

std::string ActsExamples::RootParticleWriter::Config::filePath

Path to the output file.

Definition at line 41 of file RootParticleWriter.hpp.

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

Referenced by main(), ActsExamples::RootParticleWriter::RootParticleWriter(), and ActsExamples::Simulation::setupOutput().

std::string ActsExamples::RootParticleWriter::Config::inputParticles

Input particle collection to write.

Definition at line 39 of file RootParticleWriter.hpp.

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

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

std::string ActsExamples::RootParticleWriter::Config::treeName = "particles"

Name of the tree within the output file.

Definition at line 45 of file RootParticleWriter.hpp.

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

Referenced by ActsExamples::RootParticleWriter::RootParticleWriter().


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