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/G4TauPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4TauPlus.cc,v 1.16 2007/03/15 06:53:58 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4TauPlus.cc,v 1.18 2008/11/13 08:23:12 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070  //             shortlived      subType    anti_encoding
    7171   anInstance = new G4ParticleDefinition(
    72                  name,     1.77699*GeV,  2.265e-9*MeV,     1.*eplus,
     72                 name,     1.77699*GeV,  2.280e-9*MeV,     1.*eplus,
    7373                    1,               0,             0,         
    7474                    0,               0,             0,             
     
    8080   G4double muB =  0.5*eplus*hbar_Planck/(1.77699*GeV/c_squared) ;
    8181   
    82    anInstance->SetPDGMagneticMoment( muB * 1.00116);
     82   anInstance->SetPDGMagneticMoment( muB * 2.* 1.00116);
    8383
    8484  //create Decay Table
Note: See TracChangeset for help on using the changeset viewer.