ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#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 | sqrte =sqrt(exp(1.)) |
static const G4double | PowSat =-0.88 |
|
static |
Definition at line 58 of file G4GammaConversionToMuons.cc.
View newest version in sPHENIX GitHub at line 58 of file G4GammaConversionToMuons.cc
Referenced by G4GammaConversionToMuons::ComputeCrossSectionPerAtom().
|
static |
Definition at line 57 of file G4GammaConversionToMuons.cc.
View newest version in sPHENIX GitHub at line 57 of file G4GammaConversionToMuons.cc
Referenced by G4GammaConversionToMuons::ComputeCrossSectionPerAtom(), MuCrossSections::CRB_Mephi(), MuCrossSections::CRP_Mephi(), and G4GammaConversionToMuons::PostStepDoIt().