ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 "G4ParticleChangeForGamma.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 | zdat [5] = {1, 4, 13, 29, 92} |
|
static |
Definition at line 95 of file G4MuPairProductionModel.cc.
View newest version in sPHENIX GitHub at line 95 of file G4MuPairProductionModel.cc
Referenced by G4KokoulinMuonNuclearXS::ComputeMicroscopicCrossSection(), G4MuBremsstrahlungModel::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputeMicroscopicCrossSection(), G4MuBremsstrahlungModel::ComputMuBremLoss(), and G4MuPairProductionModel::ComputMuPairLoss().
|
static |
Definition at line 96 of file G4MuPairProductionModel.cc.
View newest version in sPHENIX GitHub at line 96 of file G4MuPairProductionModel.cc
Referenced by G4KokoulinMuonNuclearXS::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputeMicroscopicCrossSection(), G4MuPairProductionModel::ComputMuPairLoss(), G4RK547FEq3::makeStep(), G4RK547FEq1::makeStep(), G4RK547FEq2::makeStep(), and G4BogackiShampine23::makeStep().
|
static |
Definition at line 97 of file G4MuPairProductionModel.cc.
View newest version in sPHENIX GitHub at line 97 of file G4MuPairProductionModel.cc
Referenced by G4MuPairProductionModel::MakeSamplingTables(), G4MuPairProductionModel::RetrieveTables(), G4MuPairProductionModel::SampleSecondaries(), and G4MuPairProductionModel::StoreTables().