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

#include <acts/blob/sPHENIX/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepSimHitReader.hpp>

+ Collaboration diagram for ActsExamples::EDM4hepSimHitReader::Config:

Public Attributes

std::string inputPath
 Where to the read input file from.
 
std::string inputParticles = "MCParticles"
 Name of the particle collection in EDM4hep.
 
std::string inputSimTrackerHits = "ActsSimTrackerHits"
 Name of the sim tracker hit collection in EDM4hep.
 
std::string outputParticles
 Which particle collection to read into.
 
std::string outputSimHits
 Output simulated (truth) hits collection.
 
std::shared_ptr
< DD4hep::DD4hepDetector
dd4hepDetector
 DD4hep detector for cellID resolution.
 

Detailed Description

Definition at line 35 of file EDM4hepSimHitReader.hpp.

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

Member Data Documentation

std::shared_ptr<DD4hep::DD4hepDetector> ActsExamples::EDM4hepSimHitReader::Config::dd4hepDetector

DD4hep detector for cellID resolution.

Definition at line 47 of file EDM4hepSimHitReader.hpp.

View newest version in sPHENIX GitHub at line 47 of file EDM4hepSimHitReader.hpp

Referenced by ActsExamples::EDM4hepSimHitReader::read().

std::string ActsExamples::EDM4hepSimHitReader::Config::inputParticles = "MCParticles"

Name of the particle collection in EDM4hep.

Definition at line 39 of file EDM4hepSimHitReader.hpp.

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

Referenced by ActsExamples::EDM4hepSimHitReader::read().

std::string ActsExamples::EDM4hepSimHitReader::Config::inputPath

Where to the read input file from.

Definition at line 37 of file EDM4hepSimHitReader.hpp.

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

Referenced by ActsExamples::EDM4hepSimHitReader::EDM4hepSimHitReader().

std::string ActsExamples::EDM4hepSimHitReader::Config::inputSimTrackerHits = "ActsSimTrackerHits"

Name of the sim tracker hit collection in EDM4hep.

Definition at line 41 of file EDM4hepSimHitReader.hpp.

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

Referenced by ActsExamples::EDM4hepSimHitReader::read().

std::string ActsExamples::EDM4hepSimHitReader::Config::outputParticles

Which particle collection to read into.

Definition at line 43 of file EDM4hepSimHitReader.hpp.

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

Referenced by ActsExamples::EDM4hepSimHitReader::EDM4hepSimHitReader(), and ActsExamples::EDM4hepSimHitReader::read().

std::string ActsExamples::EDM4hepSimHitReader::Config::outputSimHits

Output simulated (truth) hits collection.

Definition at line 45 of file EDM4hepSimHitReader.hpp.

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

Referenced by ActsExamples::EDM4hepSimHitReader::EDM4hepSimHitReader().


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