Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

Location:
trunk/source/particles/leptons/src
Files:
13 edited

Legend:

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

    r824 r850  
    2626//
    2727// $Id: G4AntiNeutrinoE.cc,v 1.15 2006/06/29 19:20:48 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4AntiNeutrinoMu.cc

    r824 r850  
    2626//
    2727// $Id: G4AntiNeutrinoMu.cc,v 1.15 2006/06/29 19:20:51 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4AntiNeutrinoTau.cc

    r824 r850  
    2626//
    2727// $Id: G4AntiNeutrinoTau.cc,v 1.15 2006/06/29 19:20:55 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4Electron.cc

    r824 r850  
    2525//
    2626//
    27 // $Id: G4Electron.cc,v 1.14 2007/03/15 06:53:57 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4Electron.cc,v 1.15 2008/03/06 15:41:57 kurasige Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
     
    6464  //             stable         lifetime    decay table
    6565  //             shortlived      subType    anti_encoding
    66    anInstance = new G4ParticleDefinition(
    67                  name,  0.51099906*MeV,       0.0*MeV,    -1.*eplus,
    68                     1,               0,             0,         
    69                     0,               0,             0,             
    70              "lepton",               1,             0,          11,
    71                  true,            -1.0,          NULL,
    72              false,           "e"
     66
     67  // use constants in CLHEP
     68  //  static const double electron_mass_c2 = 0.51099906 * MeV;
     69
     70    anInstance = new G4ParticleDefinition(
     71                 name,  electron_mass_c2,       0.0*MeV,    -1.*eplus,
     72                    1,                 0,             0,         
     73                    0,                 0,             0,             
     74             "lepton",                 1,             0,          11,
     75                 true,              -1.0,          NULL,
     76             false,                  "e"
    7377              );
    7478    // Bohr Magnetron
  • trunk/source/particles/leptons/src/G4LeptonConstructor.cc

    r824 r850  
    2626//
    2727// $Id: G4LeptonConstructor.cc,v 1.5 2006/06/29 19:21:31 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4MuonMinus.cc

    r824 r850  
    2626//
    2727// $Id: G4MuonMinus.cc,v 1.13 2007/03/15 06:53:57 kurasige Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4MuonPlus.cc

    r824 r850  
    2626//
    2727// $Id: G4MuonPlus.cc,v 1.13 2007/03/15 06:53:58 kurasige Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoE.cc

    r824 r850  
    2626//
    2727// $Id: G4NeutrinoE.cc,v 1.15 2006/06/29 19:21:54 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoMu.cc

    r824 r850  
    2626//
    2727// $Id: G4NeutrinoMu.cc,v 1.16 2006/06/29 19:22:18 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoTau.cc

    r824 r850  
    2626//
    2727// $Id: G4NeutrinoTau.cc,v 1.15 2006/06/29 19:22:20 gunter Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4Positron.cc

    r824 r850  
    2525//
    2626//
    27 // $Id: G4Positron.cc,v 1.13 2007/03/15 06:53:58 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-01-patch-02 $
     27// $Id: G4Positron.cc,v 1.14 2008/03/06 15:41:57 kurasige Exp $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
     
    6464  //             stable         lifetime    decay table
    6565  //             shortlived      subType    anti_encoding
     66  // use constants in CLHEP
     67  //  static const double electron_mass_c2 = 0.51099906 * MeV;
     68
    6669   anInstance = new G4ParticleDefinition(
    67                  name,  0.51099906*MeV,       0.0*MeV,    +1.*eplus,
    68                     1,               0,             0,         
    69                     0,               0,             0,             
    70              "lepton",              -1,             0,          -11,
    71                  true,            -1.0,          NULL,
    72                 false,             "e"
     70                name, electron_mass_c2,       0.0*MeV,    +1.*eplus,
     71                   1,                0,             0,         
     72                   0,                0,             0,             
     73            "lepton",               -1,             0,          -11,
     74                true,             -1.0,          NULL,
     75               false,              "e"
    7376              );
    7477 
  • trunk/source/particles/leptons/src/G4TauMinus.cc

    r824 r850  
    2626//
    2727// $Id: G4TauMinus.cc,v 1.16 2007/03/15 06:53:58 kurasige Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4TauPlus.cc

    r824 r850  
    2626//
    2727// $Id: G4TauPlus.cc,v 1.16 2007/03/15 06:53:58 kurasige Exp $
    28 // GEANT4 tag $Name: $
     28// GEANT4 tag $Name: HEAD $
    2929//
    3030//
Note: See TracChangeset for help on using the changeset viewer.