Import Geant4 9.2.0 source tree
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4UnitsTable.cc,v 1.36 2006/11/30 10:37:57 gcosmo Exp $
|
||||
// GEANT4 tag $Name: geant4-09-01 $
|
||||
// $Id: G4UnitsTable.cc,v 1.37 2008/05/06 17:17:08 maire Exp $
|
||||
// GEANT4 tag $Name: geant4-09-02 $
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//
|
||||
@@ -41,6 +41,7 @@
|
||||
// 15-02-06: g/cm2 ("Mass/Surface")
|
||||
// MeV*cm2/g ..etc.. ("Energy*Surface/Mass")
|
||||
// 18-08-06: remove symbol mum (mma)
|
||||
// 06-05-08: V/m ("Electric field") (mma)
|
||||
//
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
|
||||
@@ -295,6 +296,9 @@ void G4UnitDefinition::BuildUnitsTable()
|
||||
new G4UnitDefinition("kilovolt","kV","Electric potential",kilovolt);
|
||||
new G4UnitDefinition("megavolt","MV","Electric potential",megavolt);
|
||||
|
||||
//Electric field
|
||||
new G4UnitDefinition( "volt/m","V/m","Electric field",volt/m);
|
||||
|
||||
//Magnetic flux
|
||||
new G4UnitDefinition("weber","Wb","Magnetic flux",weber);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user