EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ActsExamples::RootPlanarClusterWriter::Config Struct Reference

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

+ Collaboration diagram for ActsExamples::RootPlanarClusterWriter::Config:

Public Attributes

std::string inputClusters
 Which cluster collection to write.
 
std::string inputSimulatedHits
 Which simulated (truth) hits collection to use.
 
std::string filePath = ""
 path of the output file
 
std::string fileMode = "RECREATE"
 file access mode
 
std::string treeName = "clusters"
 name of the output tree
 
TFile * rootFile = nullptr
 common root file
 

Detailed Description

Definition at line 36 of file RootPlanarClusterWriter.hpp.

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

Member Data Documentation

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

file access mode

Definition at line 42 of file RootPlanarClusterWriter.hpp.

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

Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().

std::string ActsExamples::RootPlanarClusterWriter::Config::filePath = ""

path of the output file

Definition at line 41 of file RootPlanarClusterWriter.hpp.

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

Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().

std::string ActsExamples::RootPlanarClusterWriter::Config::inputClusters

Which cluster collection to write.

Definition at line 38 of file RootPlanarClusterWriter.hpp.

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

std::string ActsExamples::RootPlanarClusterWriter::Config::inputSimulatedHits

Which simulated (truth) hits collection to use.

Definition at line 40 of file RootPlanarClusterWriter.hpp.

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

Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().

TFile* ActsExamples::RootPlanarClusterWriter::Config::rootFile = nullptr

common root file

Definition at line 44 of file RootPlanarClusterWriter.hpp.

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

std::string ActsExamples::RootPlanarClusterWriter::Config::treeName = "clusters"

name of the output tree

Definition at line 43 of file RootPlanarClusterWriter.hpp.

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

Referenced by ActsExamples::RootPlanarClusterWriter::RootPlanarClusterWriter().


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