ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "G4EvaporationProbability.hh"
#include "G4NuclearLevelData.hh"
#include "G4VCoulombBarrier.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4PairingCorrection.hh"
#include "G4NucleiProperties.hh"
#include "G4KalbachCrossSection.hh"
#include "G4ChatterjeeCrossSection.hh"
#include "Randomize.hh"
#include "G4Exp.hh"
#include "G4Log.hh"
#include "G4Pow.hh"
Go to the source code of this file.
Variables | |
static const G4double | explim = 160. |
|
static |
Definition at line 57 of file G4EvaporationProbability.cc.
View newest version in sPHENIX GitHub at line 57 of file G4EvaporationProbability.cc
Referenced by G4EvaporationProbability::SampleKineticEnergy(), and G4EvaporationProbability::TotalProbability().