Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ParticleHPPInelasticFS.hh>
Additional Inherited Members | |
Protected Member Functions inherited from G4ParticleHPFinalState | |
void | adjust_final_state (G4LorentzVector) |
Protected Attributes inherited from G4ParticleHPInelasticCompFS | |
G4ParticleHPVector * | theXsection [51] |
G4ParticleHPEnergyDistribution * | theEnergyDistribution [51] |
G4ParticleHPAngular * | theAngularDistribution [51] |
G4ParticleHPEnAngCorrelation * | theEnergyAngData [51] |
G4ParticleHPPhotonDist * | theFinalStatePhotons [51] |
std::vector< G4double > | QI |
std::vector< G4int > | LR |
G4ParticleHPDeExGammas | theGammas |
G4String | gammaPath |
Protected Attributes inherited from G4ParticleHPFinalState | |
G4ParticleDefinition * | theProjectile {nullptr} |
G4ParticleHPManager * | fManager |
G4IonTable * | ionTable |
G4int | theBaseA {0} |
G4int | theBaseZ {0} |
G4int | theBaseM {0} |
G4int | theNDLDataZ {0} |
G4int | theNDLDataA {0} |
G4int | theNDLDataM {0} |
G4int | secID {-1} |
G4bool | hasXsec {true} |
G4bool | hasFSData {true} |
G4bool | hasAnyData {true} |
G4ParticleHPNames | theNames |
G4Cache< G4HadFinalState * > | theResult |
Definition at line 41 of file G4ParticleHPPInelasticFS.hh.
G4ParticleHPPInelasticFS::G4ParticleHPPInelasticFS | ( | ) |
Definition at line 38 of file G4ParticleHPPInelasticFS.cc.
Referenced by New().
|
overridedefault |
|
overridevirtual |
Implements G4ParticleHPInelasticCompFS.
Definition at line 77 of file G4ParticleHPPInelasticFS.cc.
|
overridevirtual |
Reimplemented from G4ParticleHPInelasticCompFS.
Definition at line 43 of file G4ParticleHPPInelasticFS.cc.
|
inlineoverridevirtual |
Implements G4ParticleHPInelasticCompFS.
Definition at line 49 of file G4ParticleHPPInelasticFS.hh.