Geant4  10.00.p03
G4SeltzerBergerModel.cc File Reference
#include "G4SeltzerBergerModel.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4Electron.hh"
#include "G4Positron.hh"
#include "G4Gamma.hh"
#include "Randomize.hh"
#include "G4Material.hh"
#include "G4Element.hh"
#include "G4ElementVector.hh"
#include "G4ProductionCutsTable.hh"
#include "G4ParticleChangeForLoss.hh"
#include "G4ModifiedTsai.hh"
#include "G4Physics2DVector.hh"
#include "G4Exp.hh"
#include "G4Log.hh"
#include "G4ios.hh"
#include <fstream>
#include <iomanip>
#include "G4AutoLock.hh"
+ Include dependency graph for G4SeltzerBergerModel.cc:

Go to the source code of this file.

Variables

static const G4double emaxlog = 4*G4Log(10.)
 
static const G4double alpha = CLHEP::twopi*CLHEP::fine_structure_const
 
static const G4double epeaklimit = 300*CLHEP::MeV
 
static const G4double elowlimit = 20*CLHEP::keV
 

Variable Documentation

const G4double alpha = CLHEP::twopi*CLHEP::fine_structure_const
static
const G4double elowlimit = 20*CLHEP::keV
static

Definition at line 81 of file G4SeltzerBergerModel.cc.

Referenced by G4SeltzerBergerModel::SampleSecondaries().

const G4double emaxlog = 4*G4Log(10.)
static

Definition at line 78 of file G4SeltzerBergerModel.cc.

Referenced by G4SeltzerBergerModel::ReadData().

const G4double epeaklimit = 300*CLHEP::MeV
static

Definition at line 80 of file G4SeltzerBergerModel.cc.

Referenced by G4SeltzerBergerModel::SampleSecondaries().