Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4MuBetheBlochModel.hh,v 1.18 2009-02-20 14:48:16 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
// -------------------------------------------------------------------
//
@@ -60,6 +59,8 @@
#ifndef G4MuBetheBlochModel_h
#define G4MuBetheBlochModel_h 1
#include <CLHEP/Units/PhysicalConstants.h>
#include "G4VEmModel.hh"
class G4ParticleChangeForLoss;
@@ -148,7 +149,7 @@ inline void G4MuBetheBlochModel::SetParticle(const G4ParticleDefinition* p)
particle = p;
mass = particle->GetPDGMass();
massSquare = mass*mass;
ratio = electron_mass_c2/mass;
ratio = CLHEP::electron_mass_c2/mass;
}
}