Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
std::string | inputSimulationProcesses |
Input collection to map measured hits to simulated hits. | |
std::string | filePath = "parameters.root" |
output filename. | |
std::string | fileMode = "RECREATE" |
file access mode. | |
unsigned int | interactionProbabilityBins = 1e6 |
Number of bins used for the interaction probability distributions. | |
unsigned int | momentumBins = 1e6 |
Number of bins used for the momentum distributions. | |
unsigned int | invariantMassBins = 1e6 |
Number of bins used for the invariant mass distributions. | |
unsigned int | multiplicityMax = 10 |
The highest final state multiplicity that will considered. | |
bool | writeOptionalHistograms = true |
Choice whether the histograms should be written to file. | |
unsigned int | nSimulatedEvents = 0 |
Number of simulated histograms. | |
Definition at line 33 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 33 of file RootNuclearInteractionParametersWriter.hpp
std::string ActsExamples::RootNuclearInteractionParametersWriter::Config::fileMode = "RECREATE" |
file access mode.
Definition at line 39 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 39 of file RootNuclearInteractionParametersWriter.hpp
std::string ActsExamples::RootNuclearInteractionParametersWriter::Config::filePath = "parameters.root" |
output filename.
Definition at line 37 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 37 of file RootNuclearInteractionParametersWriter.hpp
Referenced by ActsExamples::RootNuclearInteractionParametersWriter::RootNuclearInteractionParametersWriter().
std::string ActsExamples::RootNuclearInteractionParametersWriter::Config::inputSimulationProcesses |
Input collection to map measured hits to simulated hits.
Definition at line 35 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 35 of file RootNuclearInteractionParametersWriter.hpp
Referenced by main(), and ActsExamples::RootNuclearInteractionParametersWriter::RootNuclearInteractionParametersWriter().
unsigned int ActsExamples::RootNuclearInteractionParametersWriter::Config::interactionProbabilityBins = 1e6 |
Number of bins used for the interaction probability distributions.
Definition at line 42 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 42 of file RootNuclearInteractionParametersWriter.hpp
unsigned int ActsExamples::RootNuclearInteractionParametersWriter::Config::invariantMassBins = 1e6 |
Number of bins used for the invariant mass distributions.
Definition at line 46 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 46 of file RootNuclearInteractionParametersWriter.hpp
unsigned int ActsExamples::RootNuclearInteractionParametersWriter::Config::momentumBins = 1e6 |
Number of bins used for the momentum distributions.
Definition at line 44 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 44 of file RootNuclearInteractionParametersWriter.hpp
unsigned int ActsExamples::RootNuclearInteractionParametersWriter::Config::multiplicityMax = 10 |
The highest final state multiplicity that will considered.
Definition at line 48 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 48 of file RootNuclearInteractionParametersWriter.hpp
unsigned int ActsExamples::RootNuclearInteractionParametersWriter::Config::nSimulatedEvents = 0 |
Number of simulated histograms.
Definition at line 52 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 52 of file RootNuclearInteractionParametersWriter.hpp
bool ActsExamples::RootNuclearInteractionParametersWriter::Config::writeOptionalHistograms = true |
Choice whether the histograms should be written to file.
Definition at line 50 of file RootNuclearInteractionParametersWriter.hpp.
View newest version in sPHENIX GitHub at line 50 of file RootNuclearInteractionParametersWriter.hpp