Ignore:
Timestamp:
Feb 16, 2009, 10:14:30 AM (15 years ago)
Author:
garnier
Message:

en test de gl2ps. Problemes de libraries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/leptons/src/G4Electron.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4Electron.cc,v 1.15 2008/03/06 15:41:57 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4Electron.cc,v 1.17 2008/11/13 08:23:12 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7777              );
    7878    // Bohr Magnetron
    79    G4double muB =  -0.5*eplus*hbar_Planck/(0.51099906*MeV/c_squared) ;
     79   G4double muB =  -0.5*eplus*hbar_Planck/(electron_mass_c2/c_squared) ;
    8080   
    81    anInstance->SetPDGMagneticMoment( muB * 1.0011596521859 );
     81   anInstance->SetPDGMagneticMoment( muB * 2.* 1.0011596521859 );
    8282
    8383  }
Note: See TracChangeset for help on using the changeset viewer.