|
Geant4-11
|
#include "G4BetheHeitler5DModel.hh"#include "G4EmParameters.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "G4Electron.hh"#include "G4Positron.hh"#include "G4Gamma.hh"#include "G4MuonPlus.hh"#include "G4MuonMinus.hh"#include "G4IonTable.hh"#include "G4NucleiProperties.hh"#include "Randomize.hh"#include "G4ParticleChangeForGamma.hh"#include "G4Pow.hh"#include "G4Log.hh"#include "G4Exp.hh"#include "G4LorentzVector.hh"#include "G4ThreeVector.hh"#include "G4RotationMatrix.hh"#include <cassert>Go to the source code of this file.
Variables | |
| const G4int | kEPair = 0 |
| const G4int | kMuPair = 1 |
| const G4int kEPair = 0 |
Definition at line 125 of file G4BetheHeitler5DModel.cc.
Referenced by G4BetheHeitler5DModel::Initialise(), and G4BetheHeitler5DModel::SetLeptonPair().
| const G4int kMuPair = 1 |
Definition at line 126 of file G4BetheHeitler5DModel.cc.
Referenced by G4BetheHeitler5DModel::Initialise(), and G4BetheHeitler5DModel::SetLeptonPair().