Geant4-11
Variables
G4MuPairProductionModel.cc File Reference
#include "G4MuPairProductionModel.hh"
#include "G4PhysicalConstants.hh"
#include "G4SystemOfUnits.hh"
#include "G4EmParameters.hh"
#include "G4Electron.hh"
#include "G4Positron.hh"
#include "G4MuonMinus.hh"
#include "G4MuonPlus.hh"
#include "Randomize.hh"
#include "G4Material.hh"
#include "G4Element.hh"
#include "G4ElementVector.hh"
#include "G4ProductionCutsTable.hh"
#include "G4ParticleChangeForLoss.hh"
#include "G4ModifiedMephi.hh"
#include "G4Log.hh"
#include "G4Exp.hh"
#include <iostream>
#include <fstream>

Go to the source code of this file.

Variables

static const G4double ak1 = 6.9
 
static const G4double ak2 = 1.0
 
static const G4int nzdat = 5
 
static const G4double wgi []
 
static const G4double xgi []
 
static const G4int zdat [5] = {1, 4, 13, 29, 92}
 

Variable Documentation

◆ ak1

const G4double ak1 = 6.9
static

◆ ak2

const G4double ak2 = 1.0
static

◆ nzdat

const G4int nzdat = 5
static

◆ wgi

const G4double wgi[]
static
Initial value:
=
{ 0.0506142681451880, 0.1111905172266870, 0.1568533229389435, 0.1813418916891810,
0.1813418916891810, 0.1568533229389435, 0.1111905172266870, 0.0506142681451880 }

Definition at line 104 of file G4MuPairProductionModel.cc.

Referenced by G4MuPairProductionModel::ComputeDMicroscopicCrossSection(), G4KokoulinMuonNuclearXS::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputeMicroscopicCrossSection(), and G4MuPairProductionModel::ComputMuPairLoss().

◆ xgi

const G4double xgi[]
static
Initial value:
=
{ 0.0198550717512320, 0.1016667612931865, 0.2372337950418355, 0.4082826787521750,
0.5917173212478250, 0.7627662049581645, 0.8983332387068135, 0.9801449282487680 }

Definition at line 100 of file G4MuPairProductionModel.cc.

Referenced by G4MuPairProductionModel::ComputeDMicroscopicCrossSection(), G4KokoulinMuonNuclearXS::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputeMicroscopicCrossSection(), and G4MuPairProductionModel::ComputMuPairLoss().

◆ zdat

const G4int zdat[5] = {1, 4, 13, 29, 92}
static