Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepParticleWriter.hpp>
Public Attributes | |
std::string | inputParticles |
Input particles collection to write. | |
std::string | outputPath |
Where to place the output file. | |
std::string | outputParticles = "MCParticles" |
Name of the particle collection in EDM4hep. | |
Definition at line 27 of file EDM4hepParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 27 of file EDM4hepParticleWriter.hpp
std::string ActsExamples::EDM4hepParticleWriter::Config::inputParticles |
Input particles collection to write.
Definition at line 29 of file EDM4hepParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 29 of file EDM4hepParticleWriter.hpp
Referenced by ActsExamples::EDM4hepParticleWriter::EDM4hepParticleWriter().
std::string ActsExamples::EDM4hepParticleWriter::Config::outputParticles = "MCParticles" |
Name of the particle collection in EDM4hep.
Definition at line 33 of file EDM4hepParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file EDM4hepParticleWriter.hpp
Referenced by ActsExamples::EDM4hepParticleWriter::writeT().
std::string ActsExamples::EDM4hepParticleWriter::Config::outputPath |
Where to place the output file.
Definition at line 31 of file EDM4hepParticleWriter.hpp.
View newest version in sPHENIX GitHub at line 31 of file EDM4hepParticleWriter.hpp
Referenced by ActsExamples::EDM4hepParticleWriter::EDM4hepParticleWriter().