#include <CONEXStructures.h>
Public Member Functions | |
void | AddInteractionNumber (const int intnumber) |
void | AddParticleEnergy (const double penergy) |
void | AddParticleId (const double pId) |
void | AddParticleMass (const double pmass) |
double | GetDepth () const |
double | GetEnergyCM () const |
double | GetHeight () const |
double | GetKinel () const |
int | GetMultiplicity () const |
double | GetParentEnergy () const |
int | GetParentId () const |
std::vector< double > | GetParticleEnergies () const |
std::vector< int > | GetParticleIds () const |
int | GetTargetMass () const |
void | SetDepth (const double depth) |
void | SetEnergyCM (const double energyCM) |
void | SetHeight (const double height) |
void | SetKinel (const double kinel) |
void | SetMultiplicity (const int mult) |
void | SetParentEnergy (const double parentEnergy) |
void | SetParentId (const int parentId) |
void | SetTargetMass (const int targetMass) |
Private Attributes | |
double | fDepth |
double | fEnergyCM |
double | fHeight |
std::vector< int > | fInteractionNumber |
double | fKinel |
int | fMultiplicity |
double | fParentEnergy |
int | fParentId |
std::vector< double > | fParticleEnergies |
std::vector< int > | fParticleIds |
std::vector< double > | fParticleMass |
int | fTargetMass |
Definition at line 112 of file CONEXStructures.h.
|
inline |
Definition at line 138 of file CONEXStructures.h.
References fInteractionNumber.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 137 of file CONEXStructures.h.
References fParticleEnergies.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 136 of file CONEXStructures.h.
References fParticleIds.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 139 of file CONEXStructures.h.
References fParticleMass.
|
inline |
Definition at line 121 of file CONEXStructures.h.
References fDepth.
|
inline |
Definition at line 117 of file CONEXStructures.h.
References fEnergyCM.
|
inline |
Definition at line 122 of file CONEXStructures.h.
References fHeight.
|
inline |
Definition at line 118 of file CONEXStructures.h.
References fKinel.
|
inline |
Definition at line 119 of file CONEXStructures.h.
References fMultiplicity.
|
inline |
Definition at line 116 of file CONEXStructures.h.
References fParentEnergy.
|
inline |
Definition at line 115 of file CONEXStructures.h.
References fParentId.
|
inline |
Definition at line 125 of file CONEXStructures.h.
References fParticleEnergies.
|
inline |
Definition at line 124 of file CONEXStructures.h.
References fParticleIds.
|
inline |
Definition at line 120 of file CONEXStructures.h.
References fTargetMass.
|
inline |
Definition at line 133 of file CONEXStructures.h.
References fDepth.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 129 of file CONEXStructures.h.
References fEnergyCM.
|
inline |
Definition at line 134 of file CONEXStructures.h.
References fHeight.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 130 of file CONEXStructures.h.
References fKinel.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 131 of file CONEXStructures.h.
References fMultiplicity.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 128 of file CONEXStructures.h.
References fParentEnergy.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 127 of file CONEXStructures.h.
References fParentId.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
inline |
Definition at line 132 of file CONEXStructures.h.
References fTargetMass.
Referenced by ConexShowerGeneratorKG::ConexInterface::SimulateShower().
|
private |
Definition at line 148 of file CONEXStructures.h.
Referenced by GetDepth(), and SetDepth().
|
private |
Definition at line 144 of file CONEXStructures.h.
Referenced by GetEnergyCM(), and SetEnergyCM().
|
private |
Definition at line 149 of file CONEXStructures.h.
Referenced by GetHeight(), and SetHeight().
|
private |
Definition at line 154 of file CONEXStructures.h.
Referenced by AddInteractionNumber().
|
private |
Definition at line 145 of file CONEXStructures.h.
Referenced by GetKinel(), and SetKinel().
|
private |
Definition at line 146 of file CONEXStructures.h.
Referenced by GetMultiplicity(), and SetMultiplicity().
|
private |
Definition at line 143 of file CONEXStructures.h.
Referenced by GetParentEnergy(), and SetParentEnergy().
|
private |
Definition at line 142 of file CONEXStructures.h.
Referenced by GetParentId(), and SetParentId().
|
private |
Definition at line 152 of file CONEXStructures.h.
Referenced by AddParticleEnergy(), and GetParticleEnergies().
|
private |
Definition at line 151 of file CONEXStructures.h.
Referenced by AddParticleId(), and GetParticleIds().
|
private |
Definition at line 153 of file CONEXStructures.h.
Referenced by AddParticleMass().
|
private |
Definition at line 147 of file CONEXStructures.h.
Referenced by GetTargetMass(), and SetTargetMass().