Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
|
#include "G4HadronicProcess.hh"
#include "G4Types.hh"
#include "G4SystemOfUnits.hh"
#include "G4HadProjectile.hh"
#include "G4ElementVector.hh"
#include "G4Track.hh"
#include "G4Step.hh"
#include "G4Element.hh"
#include "G4ParticleChange.hh"
#include "G4ProcessVector.hh"
#include "G4ProcessManager.hh"
#include "G4NucleiProperties.hh"
#include "G4HadronicException.hh"
#include "G4HadronicProcessStore.hh"
#include "G4HadronicParameters.hh"
#include "G4VCrossSectionDataSet.hh"
#include "G4NistManager.hh"
#include "G4VLeadingParticleBiasing.hh"
#include "G4HadXSHelper.hh"
#include "G4Threading.hh"
#include "G4Exp.hh"
#include <typeinfo>
#include <sstream>
#include <iostream>
Go to the source code of this file.
Variables | |
constexpr G4double | lambdaFactor = 0.8 |
constexpr G4double | invLambdaFactor = 1.0/lambdaFactor |
|
constexpr |
Definition at line 80 of file G4HadronicProcess.cc.
|
constexpr |
Definition at line 79 of file G4HadronicProcess.cc.