| 
    Geant4
    10.00.p03
    
   | 
 
#include "G4BraggModel.hh"#include "G4PhysicalConstants.hh"#include "G4SystemOfUnits.hh"#include "Randomize.hh"#include "G4Electron.hh"#include "G4ParticleChangeForLoss.hh"#include "G4LossTableManager.hh"#include "G4EmCorrections.hh"#include "G4DeltaAngle.hh"#include "G4Log.hh"#include "G4Exp.hh"
 Include dependency graph for G4BraggModel.cc:Go to the source code of this file.
Variables | |
| static const G4double | invLog10 = 1.0/G4Log(10.) | 
Definition at line 82 of file G4BraggModel.cc.
Referenced by G4BraggModel::StoppingPower().