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

en test de gl2ps. Problemes de libraries

Location:
trunk/source/particles/hadrons/barions/src
Files:
21 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/hadrons/barions/src/G4AntiLambda.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiLambda.cc,v 1.18 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiLambda.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.115683*GeV,  2.501e-12*MeV,         0.0,
     72                 name,    1.115683*GeV,  2.518e-12*MeV,         0.0,
    7373                    1,              +1,             0,         
    7474                    0,               0,             0,             
  • trunk/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiLambdacPlus.cc,v 1.13 2006/06/29 19:16:22 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiLambdacPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.2849*GeV,   3.30e-9*MeV,   -1.*eplus,
     72                 name,      2.2849*GeV,   3.32e-9*MeV,   -1.*eplus,
    7373                    1,              +1,             0,
    7474                    0,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiNeutron.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiNeutron.cc,v 1.22 2008/03/06 15:41:56 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiNeutron.cc,v 1.23 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    6969
    7070  anInstance = new G4ParticleDefinition(
    71                  name, neutron_mass_c2, 7.432e-28*GeV,         0.0,
     71                 name, neutron_mass_c2, 7.480e-28*GeV,         0.0,
    7272                    1,              +1,             0,         
    7373                    1,              +1,             0,             
  • trunk/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiOmegaMinus.cc,v 1.14 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiOmegaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,     1.67245*GeV,  8.02e-12*MeV,       eplus,
     72                 name,     1.67245*GeV,  8.07e-12*MeV,       eplus,
    7373                    3,              +1,             0,
    7474                    0,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiSigmaMinus.cc,v 1.14 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiSigmaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.197449*GeV,  4.45e-12*MeV,       eplus,
     72                 name,    1.197449*GeV,  4.48e-12*MeV,       eplus,
    7373                    1,              +1,             0,
    7474                    2,              +2,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiSigmaPlus.cc,v 1.14 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiSigmaPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.18937*GeV, 8.209e-12*MeV,   -1.*eplus,
     72                 name,    1.18937*GeV, 8.264e-12*MeV,   -1.*eplus,
    7373                    1,              +1,             0,
    7474                    2,              -2,             0,
    7575             "baryon",               0,            -1,       -3222,
    76                 false,       0.0802*ns,          NULL,
     76                false,      0.08018*ns,          NULL,
    7777                false,       "sigma");
    7878
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiSigmaZero.cc,v 1.18 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiSigmaZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.192642*GeV,   8.9e-3*MeV,          0.0,
     72                 name,    1.192642*GeV,    9.0e-3*MeV,          0.0,
    7373                    1,              +1,             0,
    7474                    2,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXiMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiXiMinus.cc,v 1.13 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiXiMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.32131*GeV,  4.02e-12*MeV,       eplus,
     72                 name,    1.32171*GeV,  4.04e-12*MeV,       eplus,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXiZero.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiXiZero.cc,v 1.19 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiXiZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,     1.31483*GeV,  2.27e-12*MeV,         0.0,
     72                 name,     1.31483*GeV,  2.28e-12*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    1,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXicPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiXicPlus.cc,v 1.13 2006/06/29 19:16:52 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiXicPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4680*GeV,   1.49e-9*MeV,   -1.*eplus,
     72                 name,      2.4680*GeV,   1.50e-9*MeV,   -1.*eplus,
    7373                    1,              +1,             0,
    7474                    1,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXicZero.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4AntiXicZero.cc,v 1.19 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4AntiXicZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4710*GeV,    6.0e-9*MeV,         0.0,
     72                 name,      2.4710*GeV,    5.9e-9*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
  • trunk/source/particles/hadrons/barions/src/G4Lambda.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4Lambda.cc,v 1.18 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4Lambda.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.115683*GeV,  2.501e-12*MeV,         0.0,
     72                 name,    1.115683*GeV,  2.518e-12*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    0,               0,             0,             
  • trunk/source/particles/hadrons/barions/src/G4LambdacPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4LambdacPlus.cc,v 1.14 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4LambdacPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171   anInstance = new G4ParticleDefinition(
    72                  name,     2.28646*GeV,   3.30e-9*MeV,   +1.*eplus,
     72                 name,     2.28646*GeV,   3.32e-9*MeV,   +1.*eplus,
    7373                    1,              +1,             0,
    7474                    0,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4Neutron.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4Neutron.cc,v 1.22 2008/03/06 15:41:57 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4Neutron.cc,v 1.23 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7373
    7474    anInstance = new G4Ions(
    75                  name, neutron_mass_c2, 7.432e-28*GeV,         0.0,
     75                 name, neutron_mass_c2, 7.480e-28*GeV,         0.0,
    7676                    1,              +1,             0,         
    7777                    1,              -1,             0,             
    7878             "baryon",               0,            +1,        2112,
    79                 false,    886.7*second,          NULL,
     79                false,    885.7*second,          NULL,
    8080                false,       "nucleon",             0,
    8181                  0.0
  • trunk/source/particles/hadrons/barions/src/G4OmegaMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4OmegaMinus.cc,v 1.14 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4OmegaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.67245*GeV,  8.02e-12*MeV,    -1*eplus,
     72                 name,    1.67245*GeV,  8.07e-12*MeV,    -1*eplus,
    7373                    3,              +1,             0,
    7474                    0,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4SigmaMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4SigmaMinus.cc,v 1.13 2007/03/11 07:17:34 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4SigmaMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.197449*GeV,  4.45e-12*MeV,    -1*eplus,
     72                 name,    1.197449*GeV,  4.48e-12*MeV,    -1*eplus,
    7373                    1,              +1,             0,
    7474                    2,              -2,             0,
  • trunk/source/particles/hadrons/barions/src/G4SigmaPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4SigmaPlus.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4SigmaPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.18937*GeV, 8.209e-12*MeV,       eplus,
     72                 name,    1.18937*GeV, 8.264e-12*MeV,       eplus,
    7373                    1,              +1,             0,
    7474                    2,              +2,             0,
    7575             "baryon",               0,            +1,        3222,
    76                 false,       0.0802*ns,          NULL,
     76                false,      0.08018*ns,          NULL,
    7777                false,       "sigma");
    7878 
  • trunk/source/particles/hadrons/barions/src/G4SigmaZero.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4SigmaZero.cc,v 1.18 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4SigmaZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.192642*GeV,    8.9e-3*MeV,         0.0,
     72                 name,    1.192642*GeV,    9.0e-3*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    2,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4XiMinus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4XiMinus.cc,v 1.13 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4XiMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,    1.32131*GeV,  4.02e-12*MeV,    -1*eplus,
     72                 name,    1.32171*GeV,  4.04e-12*MeV,    -1*eplus,
    7373                    1,              +1,             0,
    7474                    1,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4XiZero.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4XiZero.cc,v 1.18 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4XiZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,     1.31483*GeV,  2.27e-12*MeV,         0.0,
     72                 name,     1.31483*GeV,  2.28e-12*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
  • trunk/source/particles/hadrons/barions/src/G4XicPlus.cc

    r850 r921  
    2525//
    2626//
    27 // $Id: G4XicPlus.cc,v 1.13 2006/06/29 19:17:31 gunter Exp $
    28 // GEANT4 tag $Name: HEAD $
     27// $Id: G4XicPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-02-cand-01 $
    2929//
    3030//
     
    7070
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4680*GeV,   1.49e-9*MeV,   +1.*eplus,
     72                 name,      2.4680*GeV,   1.50e-9*MeV,   +1.*eplus,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
Note: See TracChangeset for help on using the changeset viewer.