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

#include <acts/blob/sPHENIX/Examples/Io/NuclearInteractions/include/ActsExamples/Io/NuclearInteractions/RootNuclearInteractionParametersWriter.hpp>

+ Collaboration diagram for ActsExamples::RootNuclearInteractionParametersWriter::Config:

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.
 

Detailed Description

Definition at line 33 of file RootNuclearInteractionParametersWriter.hpp.

View newest version in sPHENIX GitHub at line 33 of file RootNuclearInteractionParametersWriter.hpp

Member Data Documentation

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"
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


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