|
Geant4-11
|
#include "G4GammaConversionToMuons.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4UnitsTable.hh"#include "G4MuonPlus.hh"#include "G4MuonMinus.hh"#include "G4EmProcessSubType.hh"#include "G4EmParameters.hh"#include "G4LossTableManager.hh"#include "G4BetheHeitler5DModel.hh"#include "G4Gamma.hh"#include "G4Electron.hh"#include "G4Positron.hh"#include "G4NistManager.hh"#include "G4Log.hh"#include "G4Exp.hh"#include "G4ProductionCutsTable.hh"Go to the source code of this file.
Variables | |
| static const G4double | PowSat =-0.88 |
| static const G4double | sqrte =sqrt(exp(1.)) |
|
static |
Definition at line 58 of file G4GammaConversionToMuons.cc.
Referenced by G4GammaConversionToMuons::ComputeCrossSectionPerAtom().
|
static |
Definition at line 57 of file G4GammaConversionToMuons.cc.
Referenced by G4GammaConversionToMuons::ComputeCrossSectionPerAtom(), and G4GammaConversionToMuons::PostStepDoIt().