Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Examples/Io/EDM4hep/include/ActsExamples/Io/EDM4hep/EDM4hepTrackWriter.hpp>
Public Attributes | |
std::string | inputTracks |
Input track collection. | |
std::string | outputTracks = "ActsTracks" |
Output track collection in edm4hep. | |
std::string | outputPath |
Where to place output file. | |
double | Bz |
Definition at line 26 of file EDM4hepTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 26 of file EDM4hepTrackWriter.hpp
double ActsExamples::EDM4hepTrackWriter::Config::Bz |
Magnetic field along the z axis (needed for the conversion of parameters)
Definition at line 35 of file EDM4hepTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file EDM4hepTrackWriter.hpp
Referenced by ActsExamples::EDM4hepTrackWriter::writeT().
std::string ActsExamples::EDM4hepTrackWriter::Config::inputTracks |
Input track collection.
Definition at line 28 of file EDM4hepTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 28 of file EDM4hepTrackWriter.hpp
Referenced by ActsExamples::EDM4hepTrackWriter::EDM4hepTrackWriter().
std::string ActsExamples::EDM4hepTrackWriter::Config::outputPath |
Where to place output file.
Definition at line 32 of file EDM4hepTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 32 of file EDM4hepTrackWriter.hpp
std::string ActsExamples::EDM4hepTrackWriter::Config::outputTracks = "ActsTracks" |
Output track collection in edm4hep.
Definition at line 30 of file EDM4hepTrackWriter.hpp.
View newest version in sPHENIX GitHub at line 30 of file EDM4hepTrackWriter.hpp
Referenced by ActsExamples::EDM4hepTrackWriter::writeT().