Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (16 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

Location:
trunk/source/particles
Files:
280 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/History

    r992 r1196  
    1 $Id: History,v 1.164 2009/01/28 13:56:05 gcosmo Exp $
     1$Id: History,v 1.184 2009/11/20 14:01:31 kurasige Exp $
    22-------------------------------------------------------------------
    33
     
    1818     ----------------------------------------------------------
    1919
    20 - Jan. 28 2008      G.Cosmo
     20- Nov 20 2009     Laurent Desorgher (particles-V09-02-17)
     21- Add Geant4 disclaimer to  G4AdjointProton and Adjoint-light ions
     22
     23- Nov 06 2009     Hisaya Kurashige (particles-V09-02-16)
     24- Add G4AdjointProton and Adjoint-light ions (Laurent)
     25
     26- Oct 21 2009     Hisaya Kurashige (particles-V09-02-15)
     27- Change G4ElectronOccupancies::MaxSizeOfOrbit to 10
     28
     29- Oct 9 2009     Hisaya Kurashige (particles-V09-02-14)
     30- Fix small difference of mass of  taus, mesons, and baryons between PDG2009
     31
     32- Oct 8 2009     Hisaya Kurashige (particles-V09-02-13)
     33- Fix mass of anti baryons (Sigmac, Lambdac) and anti-diquarks A
     34
     35- Sep 23 2009     Hisaya Kurashige (particles-V09-02-12)
     36- Fix a bug in G4IonTable::FIndIon
     37   (use multimap instead of map)
     38- Fix a bug in G4IonTable::CreateIon
     39   (remove deleteion of G4IsotopeProperty* pointer)
     40
     41- Sep 16 2009     Hisaya Kurashige (particles-V09-02-11)
     42- Add check on application state in the constructor of G4ParticleDefinition
     43- Use sstream instead of strstrem in test/checkParticles
     44
     45- Sep 14 2009     Hisaya Kurashige (particles-V09-02-10)
     46- Clean up codes for DecayChannels and so on
     47
     48- Aug 05 2009     Hisaya Kurashige (particles-V09-02-09)
     49- Fix a bug that A nad Z of neutron are not defined
     50- Fix handling of PDG encoding for proton in G4IonTable
     51
     52- Aug 03 2009     Hisaya Kurashige (particles-V09-02-08)
     53- Remove G4NucleiPropertiesTable
     54- Modify G4IonTable::IsIon
     55 
     56- July 31 2009     Hisaya Kurashige (particles-V09-02-07)
     57- Use STL map for G4IonTable
     58- Add G4IonTable::CreateAllIon() method
     59- Add /particle/createAllIon command
     60
     61- May  5 2009      P.Gumplinger (particles-V09-02-06)
     62- ascertain that the absolute of the argument to boost is <1.0
     63  in G4MuonRadiativeDecayChannelWithSpin.cc
     64
     65- May. 2 2009      H.Kurashige  (particles-V09-02-05)
     66- Add G4NuclearProperty::GetNuclearMass(const G4int A, const G4int Z)
     67- Fix bugs in  electron mass calculation and move it to G4NucleiPropertiesTableAME03
     68- Add  printMassTable in test
     69
     70- Apr. 29 2009      H.Kurashige  (particles-V09-02-04)
     71- Clean up comments in G4NucleiPropertiesTableAME03
     72
     73- Apr. 7 2009      H.Kurashige  (particles-V09-02-03)
     74- Migrate to use G4NucleiPropertiesTableAME03 instead of G4NucleiPropertiesTable
     75- Introduce  G4NucleiPropertiesTableAME03 to use AME 03 mass table (T.Koi)
     76
     77- Apr. 2 2009      H.Kurashige  (particles-V09-02-02)
     78- Use std::fabs() instead of abs()
     79
     80- Feb. 27 2009      H.Kurashige  (particles-V09-02-01)
     81- Update masses of light ions
     82
     83- Jan. 29 2009      H.Kurashige  (particles-V09-02-00)
     84- include fixes in "partman-V09-02-00" and CalculateAnomaly method
     85
     86- Jan. 28 2009      G.Cosmo
    2187- Optimised G4IonTable::IsIon() implementation for usage of strings
    2288  (on kind suggestion of P.Elmer, CMS).
  • trunk/source/particles/adjoint/include/G4AdjointElectron.hh

    r992 r1196  
    2626//
    2727// $Id: G4AdjointElectron.hh,v 1.1 2008/11/06 13:17:36 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030// ------------------------------------------------------------
  • trunk/source/particles/adjoint/include/G4AdjointGamma.hh

    r992 r1196  
    2626//
    2727// $Id: G4AdjointGamma.hh,v 1.1 2008/11/06 13:17:36 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/adjoint/include/G4AdjointPositron.hh

    r992 r1196  
    2626//
    2727// $Id: G4AdjointPositron.hh,v 1.1 2008/11/06 13:17:36 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030// ------------------------------------------------------------
  • trunk/source/particles/adjoint/src/G4AdjointElectron.cc

    r992 r1196  
    2626//
    2727// $Id: G4AdjointElectron.cc,v 1.2 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/adjoint/src/G4AdjointGamma.cc

    r992 r1196  
    2626//
    2727// $Id: G4AdjointGamma.cc,v 1.1 2008/11/06 13:17:36 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030// ------------------------------------------------------------
  • trunk/source/particles/adjoint/src/G4AdjointPositron.cc

    r992 r1196  
    2626//
    2727// $Id: G4AdjointPositron.cc,v 1.3 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/include/G4BosonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4BosonConstructor.hh,v 1.6 2006/06/29 19:14:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/include/G4ChargedGeantino.hh

    r992 r1196  
    2626//
    2727// $Id: G4ChargedGeantino.hh,v 1.12 2006/06/29 19:14:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/include/G4Gamma.hh

    r992 r1196  
    2525//
    2626// $Id: G4Gamma.hh,v 1.15 2006/06/29 19:14:35 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//
  • trunk/source/particles/bosons/include/G4Geantino.hh

    r992 r1196  
    2626//
    2727// $Id: G4Geantino.hh,v 1.12 2006/06/29 19:14:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/include/G4OpticalPhoton.hh

    r992 r1196  
    2626//
    2727// $Id: G4OpticalPhoton.hh,v 1.12 2006/06/29 19:14:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/include/G4UnknownParticle.hh

    r992 r1196  
    2626//
    2727// $Id: G4UnknownParticle.hh,v 1.5 2006/06/29 19:14:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4BosonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4BosonConstructor.cc,v 1.5 2006/06/29 19:14:47 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4ChargedGeantino.cc

    r992 r1196  
    2626//
    2727// $Id: G4ChargedGeantino.cc,v 1.15 2006/06/29 19:14:49 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4Gamma.cc

    r992 r1196  
    2626//
    2727// $Id: G4Gamma.cc,v 1.13 2006/06/29 19:14:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4Geantino.cc

    r992 r1196  
    2626//
    2727// $Id: G4Geantino.cc,v 1.15 2006/06/29 19:14:55 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4OpticalPhoton.cc

    r992 r1196  
    2626//
    2727// $Id: G4OpticalPhoton.cc,v 1.13 2006/06/29 19:14:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/bosons/src/G4UnknownParticle.cc

    r992 r1196  
    2626//
    2727// $Id: G4UnknownParticle.cc,v 1.4 2006/06/29 19:15:00 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiLambda.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiLambda.hh,v 1.13 2006/06/29 19:15:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiLambdacPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiLambdacPlus.hh,v 1.9 2006/06/29 19:15:04 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiNeutron.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutron.hh,v 1.14 2006/06/29 19:15:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiOmegaMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiOmegaMinus.hh,v 1.10 2006/06/29 19:15:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiOmegacZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiOmegacZero.hh,v 1.12 2006/06/29 19:15:10 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiProton.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiProton.hh,v 1.11 2006/06/29 19:15:13 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmaMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaMinus.hh,v 1.10 2006/06/29 19:15:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmaPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaPlus.hh,v 1.10 2006/06/29 19:15:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmaZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaZero.hh,v 1.13 2006/06/29 19:15:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmacPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmacPlus.hh,v 1.9 2006/06/29 19:15:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmacPlusPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmacPlusPlus.hh,v 1.9 2006/06/29 19:15:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiSigmacZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmacZero.hh,v 1.12 2006/06/29 19:15:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiXiMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiXiMinus.hh,v 1.10 2006/06/29 19:15:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiXiZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiXiZero.hh,v 1.13 2006/06/29 19:15:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiXicPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiXicPlus.hh,v 1.9 2006/06/29 19:15:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4AntiXicZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiXicZero.hh,v 1.12 2006/06/29 19:15:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4BaryonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4BaryonConstructor.hh,v 1.5 2006/06/29 19:15:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4Lambda.hh

    r992 r1196  
    2626//
    2727// $Id: G4Lambda.hh,v 1.13 2006/06/29 19:15:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4LambdacPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4LambdacPlus.hh,v 1.9 2006/06/29 19:15:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4Neutron.hh

    r992 r1196  
    2626//
    2727// $Id: G4Neutron.hh,v 1.16 2006/06/29 19:15:45 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4OmegaMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4OmegaMinus.hh,v 1.10 2006/06/29 19:15:47 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4OmegacZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4OmegacZero.hh,v 1.12 2006/06/29 19:15:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4Proton.hh

    r992 r1196  
    2626//
    2727// $Id: G4Proton.hh,v 1.13 2006/06/29 19:15:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmaMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmaMinus.hh,v 1.10 2006/06/29 19:15:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmaPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmaPlus.hh,v 1.10 2006/06/29 19:15:57 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmaZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmaZero.hh,v 1.13 2006/06/29 19:15:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmacPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmacPlus.hh,v 1.9 2006/06/29 19:16:01 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmacPlusPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmacPlusPlus.hh,v 1.9 2006/06/29 19:16:03 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4SigmacZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4SigmacZero.hh,v 1.12 2006/06/29 19:16:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4XiMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4XiMinus.hh,v 1.10 2006/06/29 19:16:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4XiZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4XiZero.hh,v 1.13 2006/06/29 19:16:12 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4XicPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4XicPlus.hh,v 1.9 2006/06/29 19:16:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/include/G4XicZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4XicZero.hh,v 1.12 2006/06/29 19:16:17 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiLambda.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiLambda.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiLambdacPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiLambdacPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiLambdacPlus.cc,v 1.16 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.2849*GeV,   3.32e-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/G4AntiNeutron.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutron.cc,v 1.23 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiOmegaMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiOmegaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiOmegacZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiOmegacZero.cc,v 1.19 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiProton.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiProton.cc,v 1.14 2008/03/06 15:41:57 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmaZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiSigmaZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmacPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiSigmacPlus.cc,v 1.12 2006/06/29 19:16:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiSigmacPlus.cc,v 1.13 2009/10/08 14:55:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4513*GeV,       2.2*MeV,  -1.0*eplus,
     72                 name,      2.4529*GeV,       2.2*MeV,  -1.0*eplus,
    7373                    1,              +1,             0,
    7474                    2,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmacPlusPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiSigmacPlusPlus.cc,v 1.12 2006/06/29 19:16:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiSigmacPlusPlus.cc,v 1.13 2009/10/08 14:55:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4525*GeV,      2.23*MeV,  -2.0*eplus,
     72                 name,      2.45402*GeV,      2.23*MeV,  -2.0*eplus,
    7373                    1,              +1,             0,
    7474                    2,              -2,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiSigmacZero.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiSigmacZero.cc,v 1.17 2006/06/29 19:16:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiSigmacZero.cc,v 1.18 2009/10/08 14:55:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4522*GeV,       2.2*MeV,  +0.0*eplus,
     72                 name,      2.45376*GeV,       2.2*MeV,  +0.0*eplus,
    7373                    1,              +1,             0,
    7474                    2,               0,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXiMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiXiMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4AntiXiZero.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiXiZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiXiZero.cc,v 1.21 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070 
    7171    anInstance = new G4ParticleDefinition(
    72                  name,     1.31483*GeV,  2.28e-12*MeV,         0.0,
     72                 name,     1.31486*GeV,  2.28e-12*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    1,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXicPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiXicPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiXicPlus.cc,v 1.15 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070 
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4680*GeV,   1.50e-9*MeV,   -1.*eplus,
     72                 name,      2.4679*GeV,   1.50e-9*MeV,   -1.*eplus,
    7373                    1,              +1,             0,
    7474                    1,              -1,             0,
  • trunk/source/particles/hadrons/barions/src/G4AntiXicZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiXicZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4BaryonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4BaryonConstructor.cc,v 1.4 2006/06/29 19:16:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4Lambda.cc

    r992 r1196  
    2626//
    2727// $Id: G4Lambda.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4LambdacPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4LambdacPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4LambdacPlus.cc,v 1.16 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4Neutron.cc

    r992 r1196  
    2626//
    2727// $Id: G4Neutron.cc,v 1.23 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4OmegaMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4OmegaMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4OmegacZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4OmegacZero.cc,v 1.19 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4Proton.cc

    r992 r1196  
    2626//
    2727// $Id: G4Proton.cc,v 1.14 2008/03/06 15:41:57 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmaMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmaMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmaPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmaPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmaZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmaZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmacPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmacPlus.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmacPlusPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmacPlusPlus.cc,v 1.13 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4SigmacZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4SigmacZero.cc,v 1.18 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4XiMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4XiMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/barions/src/G4XiZero.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4XiZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4XiZero.cc,v 1.20 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070
    7171    anInstance = new G4ParticleDefinition(
    72                  name,     1.31483*GeV,  2.28e-12*MeV,         0.0,
     72                 name,     1.31486*GeV,  2.28e-12*MeV,         0.0,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
  • trunk/source/particles/hadrons/barions/src/G4XicPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4XicPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4XicPlus.cc,v 1.15 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070
    7171   anInstance = new G4ParticleDefinition(
    72                  name,      2.4680*GeV,   1.50e-9*MeV,   +1.*eplus,
     72                 name,      2.4679*GeV,   1.50e-9*MeV,   +1.*eplus,
    7373                    1,              +1,             0,
    7474                    1,              +1,             0,
  • trunk/source/particles/hadrons/barions/src/G4XicZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4XicZero.cc,v 1.19 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4Alpha.hh

    r992 r1196  
    2626//
    2727// $Id: G4Alpha.hh,v 1.11 2006/06/29 19:17:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4Deuteron.hh

    r992 r1196  
    2626//
    2727// $Id: G4Deuteron.hh,v 1.11 2006/06/29 19:17:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4GenericIon.hh

    r992 r1196  
    2626//
    2727// $Id: G4GenericIon.hh,v 1.11 2006/06/29 19:17:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4He3.hh

    r992 r1196  
    2626//
    2727// $Id: G4He3.hh,v 1.11 2006/06/29 19:17:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4IonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4IonConstructor.hh,v 1.5 2006/06/29 19:17:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/include/G4Triton.hh

    r992 r1196  
    2626//
    2727// $Id: G4Triton.hh,v 1.11 2006/06/29 19:17:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4Alpha.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4Alpha.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Alpha.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868   anInstance = new G4Ions(
    69                  name,   3.727417*GeV,       0.0*MeV,  +2.0*eplus,
     69                 name,    3.727379*GeV,       0.0*MeV,  +2.0*eplus,
    7070                    0,              +1,             0,
    7171                    0,               0,             0,
  • trunk/source/particles/hadrons/ions/src/G4Deuteron.cc

    r992 r1196  
    2626//
    2727// $Id: G4Deuteron.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4GenericIon.cc

    r992 r1196  
    2626//
    2727// $Id: G4GenericIon.cc,v 1.13 2006/06/29 19:17:55 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4He3.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4He3.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4He3.cc,v 1.15 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868    anInstance = new G4Ions(
    69                  name,   2.80923*GeV,       0.0*MeV,  +2.0*eplus,
     69                 name,    2.808391*GeV,       0.0*MeV,  +2.0*eplus,
    7070                    1,              +1,             0,
    7171                    0,               0,             0,
  • trunk/source/particles/hadrons/ions/src/G4IonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4IonConstructor.cc,v 1.4 2006/06/29 19:18:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/ions/src/G4Triton.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4Triton.cc,v 1.14 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Triton.cc,v 1.16 2009/02/26 23:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767  //             excitation
    6868    anInstance = new G4Ions(
    69                  name,   2.80925*GeV,       0.0*MeV,  +1.0*eplus,
     69                 name,    2.808921*GeV,       0.0*MeV,  +1.0*eplus,
    7070                    1,              +1,             0,
    7171                    0,               0,             0,
  • trunk/source/particles/hadrons/mesons/include/G4AntiBMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiBMesonZero.hh,v 1.11 2006/06/29 19:18:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4AntiBsMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiBsMesonZero.hh,v 1.11 2006/06/29 19:18:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4AntiDMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiDMesonZero.hh,v 1.11 2006/06/29 19:18:11 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4AntiKaonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiKaonZero.hh,v 1.13 2006/06/29 19:18:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4BMesonMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4BMesonMinus.hh,v 1.8 2006/06/29 19:18:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4BMesonPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4BMesonPlus.hh,v 1.8 2006/06/29 19:18:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4BMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4BMesonZero.hh,v 1.11 2006/06/29 19:18:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4BsMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4BsMesonZero.hh,v 1.11 2006/06/29 19:18:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4DMesonMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4DMesonMinus.hh,v 1.8 2006/06/29 19:18:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4DMesonPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4DMesonPlus.hh,v 1.8 2006/06/29 19:18:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4DMesonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4DMesonZero.hh,v 1.11 2006/06/29 19:18:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4DsMesonMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4DsMesonMinus.hh,v 1.8 2006/06/29 19:18:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4DsMesonPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4DsMesonPlus.hh,v 1.8 2006/06/29 19:18:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4Eta.hh

    r992 r1196  
    2626//
    2727// $Id: G4Eta.hh,v 1.12 2006/06/29 19:18:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4EtaPrime.hh

    r992 r1196  
    2626//
    2727// $Id: G4EtaPrime.hh,v 1.12 2006/06/29 19:18:37 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4JPsi.hh

    r992 r1196  
    2626//
    2727// $Id: G4JPsi.hh,v 1.11 2006/06/29 19:18:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4KaonMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4KaonMinus.hh,v 1.10 2006/06/29 19:18:41 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4KaonPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4KaonPlus.hh,v 1.10 2006/06/29 19:18:43 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4KaonZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4KaonZero.hh,v 1.13 2006/06/29 19:18:45 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4KaonZeroLong.hh

    r992 r1196  
    2626//
    2727// $Id: G4KaonZeroLong.hh,v 1.12 2006/06/29 19:18:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4KaonZeroShort.hh

    r992 r1196  
    2626//
    2727// $Id: G4KaonZeroShort.hh,v 1.12 2006/06/29 19:18:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4MesonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4MesonConstructor.hh,v 1.5 2006/06/29 19:18:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4PionMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4PionMinus.hh,v 1.10 2006/06/29 19:18:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4PionPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4PionPlus.hh,v 1.10 2006/06/29 19:18:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/include/G4PionZero.hh

    r992 r1196  
    2626//
    2727// $Id: G4PionZero.hh,v 1.13 2006/06/29 19:19:01 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4AntiBMesonZero.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4AntiBMesonZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4AntiBMesonZero.cc,v 1.21 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6666
    6767   anInstance = new G4ParticleDefinition(
    68                  name,      5.2794*GeV, 4.331e-10*MeV,          0.,
     68                 name,     5.27953*GeV, 4.331e-10*MeV,          0.,
    6969                    0,              -1,             0,
    7070                    1,              +1,             0,
  • trunk/source/particles/hadrons/mesons/src/G4AntiBsMesonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiBsMesonZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4AntiDMesonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiDMesonZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4AntiKaonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiKaonZero.cc,v 1.16 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4BMesonMinus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4BMesonMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4BMesonMinus.cc,v 1.16 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767
    6868   anInstance = new G4ParticleDefinition(
    69                  name,      5.2790*GeV, 4.045e-10*MeV,    -1.*eplus,
     69                 name,     5.27915*GeV, 4.045e-10*MeV,    -1.*eplus,
    7070                    0,              -1,             0,
    7171                    1,              -1,             0,
  • trunk/source/particles/hadrons/mesons/src/G4BMesonPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4BMesonPlus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4BMesonPlus.cc,v 1.16 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6767
    6868   anInstance = new G4ParticleDefinition(
    69                  name,      5.2790*GeV, 4.045e-10*MeV,   +1.*eplus,
     69                 name,     5.27915*GeV, 4.045e-10*MeV,   +1.*eplus,
    7070                    0,              -1,             0,
    7171                    1,              +1,             0,
  • trunk/source/particles/hadrons/mesons/src/G4BMesonZero.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4BMesonZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4BMesonZero.cc,v 1.21 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6666
    6767   anInstance = new G4ParticleDefinition(
    68                  name,      5.2794*GeV, 4.331e-10*MeV,          0.,
     68                 name,     5.27953*GeV, 4.331e-10*MeV,          0.,
    6969                    0,              -1,             0,
    7070                    1,              -1,             0,
  • trunk/source/particles/hadrons/mesons/src/G4BsMesonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4BsMesonZero.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4DMesonMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4DMesonMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4DMesonPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4DMesonPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4DMesonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4DMesonZero.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4DsMesonMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4DsMesonMinus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4DsMesonPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4DsMesonPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4Eta.cc

    r992 r1196  
    2626//
    2727// $Id: G4Eta.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4EtaPrime.cc

    r992 r1196  
    2626//
    2727// $Id: G4EtaPrime.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4JPsi.cc

    r992 r1196  
    2626//
    2727// $Id: G4JPsi.cc,v 1.18 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4KaonMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4KaonMinus.cc,v 1.15 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4KaonPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4KaonPlus.cc,v 1.14 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4KaonZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4KaonZero.cc,v 1.16 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4KaonZeroLong.cc

    r992 r1196  
    2626//
    2727// $Id: G4KaonZeroLong.cc,v 1.19 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4KaonZeroShort.cc

    r992 r1196  
    2626//
    2727// $Id: G4KaonZeroShort.cc,v 1.18 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4MesonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4MesonConstructor.cc,v 1.5 2006/06/29 19:19:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4PionMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4PionMinus.cc,v 1.12 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4PionPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4PionPlus.cc,v 1.13 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/hadrons/mesons/src/G4PionZero.cc

    r992 r1196  
    2626//
    2727// $Id: G4PionZero.cc,v 1.17 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4AntiNeutrinoE.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoE.hh,v 1.12 2006/06/29 19:20:07 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4AntiNeutrinoMu.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoMu.hh,v 1.12 2006/06/29 19:20:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4AntiNeutrinoTau.hh

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoTau.hh,v 1.13 2006/06/29 19:20:11 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4Electron.hh

    r992 r1196  
    2626//
    2727// $Id: G4Electron.hh,v 1.12 2006/06/29 19:20:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4LeptonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4LeptonConstructor.hh,v 1.6 2006/06/29 19:20:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4MuonMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4MuonMinus.hh,v 1.11 2006/06/29 19:20:19 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4MuonPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4MuonPlus.hh,v 1.10 2006/06/29 19:20:21 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4NeutrinoE.hh

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoE.hh,v 1.12 2006/06/29 19:20:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4NeutrinoMu.hh

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoMu.hh,v 1.12 2006/06/29 19:20:25 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4NeutrinoTau.hh

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoTau.hh,v 1.13 2006/06/29 19:20:27 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4Positron.hh

    r992 r1196  
    2626//
    2727// $Id: G4Positron.hh,v 1.11 2006/06/29 19:20:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4TauMinus.hh

    r992 r1196  
    2626//
    2727// $Id: G4TauMinus.hh,v 1.10 2006/06/29 19:20:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/include/G4TauPlus.hh

    r992 r1196  
    2626//
    2727// $Id: G4TauPlus.hh,v 1.10 2006/06/29 19:20:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4AntiNeutrinoE.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoE.cc,v 1.15 2006/06/29 19:20:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4AntiNeutrinoMu.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoMu.cc,v 1.15 2006/06/29 19:20:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4AntiNeutrinoTau.cc

    r992 r1196  
    2626//
    2727// $Id: G4AntiNeutrinoTau.cc,v 1.15 2006/06/29 19:20:55 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4Electron.cc

    r992 r1196  
    2626//
    2727// $Id: G4Electron.cc,v 1.17 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4LeptonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4LeptonConstructor.cc,v 1.5 2006/06/29 19:21:31 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4MuonMinus.cc

    r992 r1196  
    2626//
    2727// $Id: G4MuonMinus.cc,v 1.15 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4MuonPlus.cc

    r992 r1196  
    2626//
    2727// $Id: G4MuonPlus.cc,v 1.15 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoE.cc

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoE.cc,v 1.15 2006/06/29 19:21:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoMu.cc

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoMu.cc,v 1.16 2006/06/29 19:22:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4NeutrinoTau.cc

    r992 r1196  
    2626//
    2727// $Id: G4NeutrinoTau.cc,v 1.15 2006/06/29 19:22:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4Positron.cc

    r992 r1196  
    2626//
    2727// $Id: G4Positron.cc,v 1.16 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/leptons/src/G4TauMinus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4TauMinus.cc,v 1.18 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4TauMinus.cc,v 1.19 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070  //             shortlived      subType    anti_encoding
    7171   anInstance = new G4ParticleDefinition(
    72                  name,     1.77699*GeV,  2.280e-9*MeV,    -1.*eplus,
     72                 name,     1.77684*GeV,  2.280e-9*MeV,    -1.*eplus,
    7373                    1,               0,             0,         
    7474                    0,               0,             0,             
  • trunk/source/particles/leptons/src/G4TauPlus.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4TauPlus.cc,v 1.18 2008/11/13 08:23:12 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4TauPlus.cc,v 1.19 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7070  //             shortlived      subType    anti_encoding
    7171   anInstance = new G4ParticleDefinition(
    72                  name,     1.77699*GeV,  2.280e-9*MeV,     1.*eplus,
     72                 name,     1.77684*GeV,  2.280e-9*MeV,     1.*eplus,
    7373                    1,               0,             0,         
    7474                    0,               0,             0,             
  • trunk/source/particles/management/include/G4DalitzDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4DalitzDecayChannel.hh,v 1.5 2006/06/29 19:22:43 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DecayProducts.hh

    r992 r1196  
    2626//
    2727// $Id: G4DecayProducts.hh,v 1.12 2006/06/29 19:22:45 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DecayTable.hh

    r992 r1196  
    2626//
    2727// $Id: G4DecayTable.hh,v 1.9 2006/06/29 19:22:47 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DecayTableMessenger.hh

    r992 r1196  
    2626//
    2727// $Id: G4DecayTableMessenger.hh,v 1.8 2006/06/29 19:22:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DynamicParticle.hh

    r992 r1196  
    2626//
    2727// $Id: G4DynamicParticle.hh,v 1.18 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DynamicParticle.icc

    r992 r1196  
    2626//
    2727// $Id: G4DynamicParticle.icc,v 1.16 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4DynamicParticleFastVector.hh

    r992 r1196  
    2626//
    2727// $Id: G4DynamicParticleFastVector.hh,v 1.4 2006/06/29 19:23:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ElectronOccupancy.hh

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ElectronOccupancy.hh,v 1.9 2006/06/29 19:23:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ElectronOccupancy.hh,v 1.10 2009/10/21 12:50:31 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6262{
    6363 public:
    64    enum { MaxSizeOfOrbit = 7};
     64   enum { MaxSizeOfOrbit = 10};
    6565
    6666 public: // With Description
  • trunk/source/particles/management/include/G4HyperNucleiProperties.hh

    r992 r1196  
    2626//
    2727// $Id: G4HyperNucleiProperties.hh,v 1.1 2007/09/14 07:04:09 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4IonTable.hh

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4IonTable.hh,v 1.26 2008/03/20 02:23:30 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4IonTable.hh,v 1.28 2009/09/23 12:13:48 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    4343//      New design using G4VIsotopeTable          5 Oct. 99 H.Kurashige
    4444//      Add GetNucleusEncoding according PDG 2006 9 Oct. 2006 H.Kurashige
     45//      Use STL map                              30 Jul. 2009 H.Kurashige
    4546
    4647#ifndef G4IonTable_h
     
    5051#include "globals.hh"
    5152#include "G4ParticleDefinition.hh"
     53#include "G4ParticleTableIterator.hh"
     54#include "G4Ions.hh"
    5255
    5356#include <cmath>
    5457#include <vector>
     58#include <map>
    5559
    5660class G4ParticleTable;
     
    6670
    6771 public:
    68    // Use STL Vector as list of ions
    69    typedef std::vector<G4ParticleDefinition*> G4IonList;
     72   // Use STL map as list of ions
     73   typedef  std::multimap<G4int, G4ParticleDefinition*> G4IonList;
     74   typedef  std::multimap<G4int, G4ParticleDefinition*>::iterator G4IonListIterator;
    7075
    7176 public:
     
    111116   // The ion can be get by using PDG encoding
    112117   // !! Only ground state can be obtained .i.e. Isomer = 0
    113  
     118   
     119   void CreateAllIon();
     120   // All ground state ions will be created
    114121
    115122   // Find/Get "excited state"
     
    130137   // The third and last arguments gives no effect
    131138
    132    static G4bool        IsIon(G4ParticleDefinition*);
     139   static G4bool        IsIon(const G4ParticleDefinition*);
    133140   // return true if the particle is ion
    134141
     
    183190   G4ParticleDefinition* GetParticle(G4int index) const;
    184191   // Return the pointer of index-th ion in the table
    185 
     192 
    186193   G4bool                Contains(const G4ParticleDefinition *particle) const;
    187194   // Return 'true' if the ion exists
     
    237244  return numberOfElements;
    238245}
     246
    239247inline G4bool  G4IonTable::Contains(const G4ParticleDefinition* particle) const
    240248{
    241   G4IonList::iterator i;
    242   for (i = fIonList->begin(); i!= fIonList->end(); ++i) {
    243     if (**i==*particle) return true;
     249  if (!IsIon(particle)) return false;
     250
     251  G4int Z = particle->GetAtomicNumber();
     252  G4int A = particle->GetAtomicMass(); 
     253  G4int L = particle->GetQuarkContent(3);  //strangeness
     254  G4int encoding=GetNucleusEncoding(Z, A, L);
     255  G4bool found = false;
     256  if (encoding !=0 ) {
     257    G4IonList::iterator i = fIonList->find(encoding);
     258    for( ;i != fIonList->end() ; i++) {
     259      if (particle == i->second ) {
     260        found  = true;
     261        break;
     262      }
     263    }
    244264  }
    245   return false;
     265  return found;
    246266}
    247267
     
    258278inline void G4IonTable::clear()
    259279{
     280#ifdef G4VERBOSE
     281    if (GetVerboseLevel()>2) {
     282      G4cout << "G4IonTable::Clear() : number of Ion regsitered =  ";
     283      G4cout << fIonList->size() <<  G4endl;
     284    }
     285#endif
    260286  fIonList->clear();
    261287}
    262288
    263 inline G4ParticleDefinition*  G4IonTable::GetParticle(G4int index) const
    264 {
    265   if ( (index >=0 ) && (index < Entries()) ){
    266     return (*fIonList)[index];
    267   } else {
    268     return 0;
    269   }
    270 }
    271289
    272290
  • trunk/source/particles/management/include/G4Ions.hh

    r992 r1196  
    2626//
    2727// $Id: G4Ions.hh,v 1.15 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4IsotopeProperty.hh

    r992 r1196  
    2626//
    2727// $Id: G4IsotopeProperty.hh,v 1.5 2007/03/15 06:53:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4KL3DecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4KL3DecayChannel.hh,v 1.5 2006/06/29 19:23:33 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4MuonDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4MuonDecayChannel.hh,v 1.6 2006/06/29 19:23:35 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4NeutronBetaDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4NeutronBetaDecayChannel.hh,v 1.2 2006/06/29 19:23:51 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4NucleiProperties.hh

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4NucleiProperties.hh,v 1.18 2008/10/28 07:12:31 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4NucleiProperties.hh,v 1.20 2009/05/02 11:58:17 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    3838// excess formula by V.Lara (9 May 99)
    3939//
     40// 090331 Migrate to AME03 by Koi, Tatsumi
    4041
    4142#ifndef G4NucleiProperties_h
     
    4445#include "globals.hh"
    4546#include "G4ios.hh"
    46 #include "G4NucleiPropertiesTable.hh"
     47#include "G4NucleiPropertiesTableAME03.hh"
    4748#include "G4NucleiPropertiesTheoreticalTable.hh"
    4849#include "G4ParticleTable.hh"
     
    6768  // Give mass of nucleus A,Z
    6869  static G4double GetNuclearMass(const G4double A, const G4double Z);
     70  static G4double GetNuclearMass(const G4int A, const G4int Z);
    6971
    7072  // return 'true' if the nucleus in the stable table
    7173  // (i.e.in G4NucleiPropertiesTable)
    7274  static bool IsInStableTable(const G4double A, const G4double Z);
     75  static bool IsInStableTable(const G4int A, const G4int Z);
    7376
    7477  // Give binding energy
     
    8891 
    8992  static G4double  AtomicMass(G4double A, G4double Z);
     93 
     94  static G4double  NuclearMass(G4double A, G4double Z);
    9095 
    9196  static G4double BindingEnergy(G4double A, G4double Z);
  • trunk/source/particles/management/include/G4NucleiPropertiesTheoreticalTable.hh

    r992 r1196  
    2626//
    2727// $Id: G4NucleiPropertiesTheoreticalTable.hh,v 1.8 2008/10/22 12:35:46 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4PDGCodeChecker.hh

    r992 r1196  
    2626//
    2727// $Id: G4PDGCodeChecker.hh,v 1.9 2007/09/14 07:04:09 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticleDefinition.hh

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleDefinition.hh,v 1.32 2008/03/22 06:03:40 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleDefinition.hh,v 1.33 2008/11/14 16:26:30 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    129129 
    130130      G4double GetPDGMagneticMoment() const { return thePDGMagneticMoment; }
    131   void SetPDGMagneticMoment(G4double mageticMoment);
     131      void     SetPDGMagneticMoment(G4double mageticMoment);
     132      G4double CalculateAnomaly()  const;
     133      // gives the anomaly of magnetic moment for spin 1/2 particles
    132134
    133135      const G4String& GetParticleType() const { return theParticleType; }
  • trunk/source/particles/management/include/G4ParticleDefinition.icc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleDefinition.icc,v 1.12 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleDefinition.icc,v 1.14 2009/03/27 20:33:50 gum Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
     
    155155}
    156156
    157 
     157inline
     158  G4double G4ParticleDefinition::CalculateAnomaly()  const
     159{
     160   // gives the anomaly of magnetic moment for spin 1/2 particles
     161   if (thePDGiSpin==1) {
     162     G4double muB = 0.5*eplus*hbar_Planck/(thePDGMass/c_squared);
     163     return 0.5*std::fabs(thePDGMagneticMoment/muB - 2.*thePDGCharge/eplus);   
     164   } else {     
     165     return 0.0;
     166   }
     167}
  • trunk/source/particles/management/include/G4ParticleMessenger.hh

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleMessenger.hh,v 1.8 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleMessenger.hh,v 1.9 2009/07/31 06:39:22 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    7171//    25 Nov. 1998, H. Kurashige   : add /particle/find
    7272//    08 Jun. 2008, H. Kurashige   : add /particle/verbose
     73//    30 Jul. 2009, H. Kurashige   : add /particle/createAllIon
    7374//---------------------------------------------------------------
    7475
     
    8485class G4UIcmdWithAString;
    8586class G4UIcmdWithAnInteger;
     87class G4UIcmdWithoutParameter;
    8688
    8789#include "G4UImessenger.hh"
     
    108110    G4UIcmdWithAString *        selectCmd;
    109111    G4UIcmdWithAnInteger *      findCmd;
     112    G4UIcmdWithoutParameter *   createAllCmd;
    110113    G4UIcmdWithAnInteger *      verboseCmd;
    111114
  • trunk/source/particles/management/include/G4ParticleMomentum.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticleMomentum.hh,v 1.6 2006/06/29 19:24:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticlePropertyData.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticlePropertyData.hh,v 1.3 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticlePropertyMessenger.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticlePropertyMessenger.hh,v 1.7 2006/06/29 19:24:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticlePropertyTable.hh

    r992 r1196  
    2525//
    2626// $Id: G4ParticlePropertyTable.hh,v 1.4 2006/06/29 19:24:18 gunter Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929//
  • trunk/source/particles/management/include/G4ParticleTable.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticleTable.hh,v 1.21 2008/03/22 06:03:40 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticleTable.icc

    r992 r1196  
    2626//
    2727// $Id: G4ParticleTable.icc,v 1.11 2007/09/14 07:04:09 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticleTableIterator.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticleTableIterator.hh,v 1.7 2006/06/29 19:24:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ParticleWithCuts.hh

    r992 r1196  
    2626//
    2727// $Id: G4ParticleWithCuts.hh,v 1.19 2006/06/29 19:24:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4PhaseSpaceDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4PhaseSpaceDecayChannel.hh,v 1.6 2006/06/29 19:24:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4PrimaryParticle.hh

    r992 r1196  
    2626//
    2727// $Id: G4PrimaryParticle.hh,v 1.4 2006/09/28 14:29:43 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4PrimaryVertex.hh

    r992 r1196  
    2626//
    2727// $Id: G4PrimaryVertex.hh,v 1.4 2006/07/20 15:14:43 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4ShortLivedTable.hh

    r992 r1196  
    2626//
    2727// $Id: G4ShortLivedTable.hh,v 1.13 2008/03/20 02:23:31 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4TauLeptonicDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4TauLeptonicDecayChannel.hh,v 1.2 2006/06/29 19:24:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4VDecayChannel.hh

    r992 r1196  
    2626//
    2727// $Id: G4VDecayChannel.hh,v 1.12 2006/06/29 19:24:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4VIsotopeTable.hh

    r992 r1196  
    2626//
    2727// $Id: G4VIsotopeTable.hh,v 1.6 2006/06/29 19:24:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4VUserPrimaryParticleInformation.hh

    r992 r1196  
    2626//
    2727// $Id: G4VUserPrimaryParticleInformation.hh,v 1.2 2006/06/29 19:24:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/include/G4VUserPrimaryVertexInformation.hh

    r992 r1196  
    2626//
    2727// $Id: G4VUserPrimaryVertexInformation.hh,v 1.2 2006/06/29 19:24:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4DalitzDecayChannel.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4DalitzDecayChannel.cc,v 1.8 2006/06/29 19:24:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4DalitzDecayChannel.cc,v 1.9 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    5252                   :G4VDecayChannel("Dalitz Decay",1)
    5353{
    54   //#ifdef G4VERBOSE
    55   //if (GetVerboseLevel()>1) {
    56   //  G4cout << "G4DalitzDecayChannel:: constructor ";
    57   //  G4cout << "addr[" << this << "]" << G4endl;
    58   //}
    59   //#endif
    6054  // set names for daughter particles
    6155  SetParent(theParentName);
     
    6660  SetDaughter(idLepton, theLeptonName);
    6761  SetDaughter(idAntiLepton, theAntiLeptonName);
    68   //
    69   //#ifdef G4VERBOSE
    70   //if (GetVerboseLevel()>1) DumpInfo();
    71   //#endif
    7262}
    7363
  • trunk/source/particles/management/src/G4DecayProducts.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4DecayProducts.cc,v 1.16 2007/10/06 06:49:29 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4DecayProducts.cc,v 1.17 2009/04/02 02:24:53 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    240240  G4ThreeVector parent_momentum = direction*(theParentParticle->GetTotalMomentum());
    241241  // check momentum dirction is a unit vector
    242   if ( (parent_momentum.mag() >0.0) && (std::abs(direction.mag()-1.0) >1.0e-6 ) ) {
     242  if ( (parent_momentum.mag() >0.0) && (std::fabs(direction.mag()-1.0) >1.0e-6 ) ) {
    243243#ifdef G4VERBOSE
    244244    G4cout << " Momentum Direction Vector of Parent is not normalized ";
     
    261261    momentum = direction*(theProductVector[index]->GetTotalMomentum());
    262262    // check momentum dirction is a unit vector
    263     if ( (momentum.mag()>0.0) && (std::abs(direction.mag()-1.0) > 1.0e-6)) {
     263    if ( (momentum.mag()>0.0) && (std::fabs(direction.mag()-1.0) > 1.0e-6)) {
    264264#ifdef G4VERBOSE
    265265      G4cout << " Momentum Direction Vector of Daughter [" << index;
     
    280280  }
    281281  // check energy/momentum conservation
    282   if ( (std::abs(total_energy) >1.0e-6) || (total_momentum.mag() >1.0e-6 ) ){
     282  if ( (std::fabs(total_energy) >1.0e-9*MeV) || (total_momentum.mag() >1.0e-9*MeV ) ){
    283283#ifdef G4VERBOSE
    284284    G4cout << " Energy/Momentum is not conserved   "<< G4endl;
  • trunk/source/particles/management/src/G4DecayTable.cc

    r992 r1196  
    2626//
    2727// $Id: G4DecayTable.cc,v 1.8 2006/06/29 19:25:02 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4DecayTableMessenger.cc

    r992 r1196  
    2626//
    2727// $Id: G4DecayTableMessenger.cc,v 1.6 2006/06/29 19:25:04 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4DynamicParticle.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4DynamicParticle.cc,v 1.25 2007/03/11 07:17:35 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4DynamicParticle.cc,v 1.26 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    173173    G4double totalenergy = aParticleMomentum.t();
    174174    G4double mass2 = totalenergy*totalenergy - pModule2;
    175     if(mass2 < 0.0001*MeV*MeV) {
     175    if(mass2 < EnergyMomentumRelationAllowance*EnergyMomentumRelationAllowance) {
    176176      theDynamicalMass = 0.;
    177177      SetKineticEnergy(totalenergy);
     
    213213
    214214    G4double mass2 = totalEnergy*totalEnergy - pModule2;
    215     if(mass2 < 0.0001*MeV*MeV) {
     215    if(mass2 < EnergyMomentumRelationAllowance*EnergyMomentumRelationAllowance) {
    216216      theDynamicalMass = 0.;
    217217      SetKineticEnergy(totalEnergy);
     
    309309  // remove preassigned decay
    310310  if (thePreAssignedDecayProducts != 0) {
    311     G4cout << " G4DynamicParticle::SetDefinition()::";
    312     G4cout << "!!! Pre-assigned decay products is attached !!!! " << G4endl;
    313     DumpInfo(0);
    314     G4cout << "!!! New Definition is " << aParticleDefinition->GetParticleName() << " !!! " << G4endl;
    315     G4cout << "!!! Pre-assigned decay products will be deleted !!!! " << G4endl;
     311#ifdef G4VERBOSE
     312    if (verboseLevel>0) {
     313      G4cout << " G4DynamicParticle::SetDefinition()::";
     314      G4cout << "!!! Pre-assigned decay products is attached !!!! " << G4endl;
     315      DumpInfo(0);
     316      G4cout << "!!! New Definition is " << aParticleDefinition->GetParticleName()
     317             << " !!! " << G4endl;
     318      G4cout << "!!! Pre-assigned decay products will be deleted !!!! " << G4endl;
     319    }
     320#endif
    316321    delete thePreAssignedDecayProducts;
    317322  }
     
    414419void G4DynamicParticle::DumpInfo(G4int mode) const
    415420{
     421#ifdef G4VERBOSE
    416422  if (theParticleDefinition == 0) {
    417423    G4cout << " G4DynamicParticle::DumpInfo():: !!!Particle type not defined !!!! " << G4endl;
     
    438444    }
    439445  }
     446#endif
    440447}
    441448
  • trunk/source/particles/management/src/G4ElectronOccupancy.cc

    r992 r1196  
    2626//
    2727// $Id: G4ElectronOccupancy.cc,v 1.9 2006/06/29 19:25:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4HyperNucleiProperties.cc

    r992 r1196  
    2525//
    2626// $Id: G4HyperNucleiProperties.cc,v 1.4 2008/10/22 12:35:46 kurasige Exp $
    27 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2828//
    2929// ------------------------------------------------------------
  • trunk/source/particles/management/src/G4IonTable.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4IonTable.cc,v 1.54 2009/01/28 13:49:04 gcosmo Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4IonTable.cc,v 1.60 2009/09/23 12:13:48 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    129129    }
    130130#endif
    131       return 0;
     131    return 0;
    132132  }
    133133
     
    137137  G4double mu = 0.0;
    138138
    139   G4IsotopeProperty*  fProperty = FindIsotope(Z, A, E, J);
     139  const G4IsotopeProperty*  fProperty = FindIsotope(Z, A, E, J);
    140140  if (fProperty !=0 ){
    141141    E    = fProperty->GetEnergy();
     
    167167 
    168168#ifdef G4VERBOSE
    169   if (GetVerboseLevel()>1) {
    170     G4cout << "G4IonTable::CreateIon() : create ion of " << name << G4endl;
     169   if (GetVerboseLevel()>1) {
     170    G4cout << "G4IonTable::CreateIon() : create ion of " << name
     171           << "  " << Z << ", " << A
     172           << " encoding=" << encoding << G4endl;
    171173  }
    172174#endif
     
    174176  // Add process manager to the ion
    175177  AddProcessManager(name);
    176      
    177   if (fProperty !=0) delete fProperty;
     178 
    178179  return ion;
    179180}
     
    243244#ifdef G4VERBOSE
    244245  if (GetVerboseLevel()>1) {
    245     G4cout << "G4IonTable::CreateIon() : create ion of " << name << G4endl;
     246    G4cout << "G4IonTable::CreateIon() : create hyper ion of " << name
     247           << " encoding=" << encoding << G4endl;
    246248  }
    247249#endif
     
    369371
    370372  // -- loop over all particles in Ion table
    371   G4IonList::iterator idx;
    372   for (idx = fIonList->begin(); idx!= fIonList->end(); ++idx) {
    373     ion = *idx;
    374 
    375     // Z = Atomic Number
    376     G4int     anAtomicNumber   = ion->GetAtomicNumber();
    377      // A = baryon number
    378     G4int  anAtomicMass    =  ion->GetAtomicMass();
     373  G4int encoding=GetNucleusEncoding(Z, A, 0);
     374  G4IonList::iterator i = fIonList->find(encoding);
     375  for( ;i != fIonList->end() ; i++) {
     376    ion = i->second;
     377    if ( ( ion->GetAtomicNumber() != Z) || (ion->GetAtomicMass()!=A) ) break;
     378
    379379     // excitation level
    380380    G4double anExcitaionEnergy = ((const G4Ions*)(ion))->GetExcitationEnergy();
    381 
    382     if ( (A == anAtomicMass) &&
    383          (Z == anAtomicNumber ) &&
    384          ( std::abs(E - anExcitaionEnergy ) < EnergyTorelance ) ) {
     381    if ( ( std::fabs(E - anExcitaionEnergy ) < EnergyTorelance ) ) {
    385382      isFound = true;
    386383      break;
     
    421418
    422419  // -- loop over all particles in Ion table
    423   G4IonList::iterator idx;
    424   for (idx = fIonList->begin(); idx!= fIonList->end(); ++idx) {
    425     ion = *idx;
    426 
    427     // Z = Atomic Number
    428     G4int     anAtomicNumber   = ion->GetAtomicNumber();
    429     // A = baryon number
    430     G4int  anAtomicMass    =  ion->GetAtomicMass();
    431     // L = lambda number
    432     G4int lambdaNumber = ion->GetQuarkContent(3);
     420  G4int encoding=GetNucleusEncoding(Z, A, L);
     421  G4IonList::iterator i = fIonList->find(encoding);
     422  for( ;i != fIonList->end() ; i++) {
     423    ion = i->second;
     424    if ( ( ion->GetAtomicNumber() != Z) || (ion->GetAtomicMass()!=A) ) break;
     425    if(  ion->GetQuarkContent(3) != L) break;
     426
    433427     // excitation level
    434428    G4double anExcitaionEnergy = ((const G4Ions*)(ion))->GetExcitationEnergy();
    435429
    436     if ( (A == anAtomicMass) &&
    437          (Z == anAtomicNumber ) &&
    438          (L == lambdaNumber ) &&
    439          ( std::abs(E - anExcitaionEnergy ) < EnergyTorelance ) ) {
     430    if ( ( std::fabs(E - anExcitaionEnergy ) < EnergyTorelance ) ) {
    440431      isFound = true;
    441432      break;
     
    454445G4int G4IonTable::GetNucleusEncoding(G4int Z, G4int A, G4double E, G4int )
    455446{
    456 // PDG code for Ions
    457 // Nuclear codes are given as 10-digit numbers +-100ZZZAAAI.
    458 //For a nucleus consisting of np protons and nn neutrons
    459 // A = np + nn and Z = np.
    460 // I gives the isomer level, with I = 0 corresponding
    461 // to the ground state and I >0 to excitations
    462 
    463 //!!! I = 1 is assigned fo all excitation states !!!   
    464 
     447  // PDG code for Ions
     448  // Nuclear codes are given as 10-digit numbers +-100ZZZAAAI.
     449  //For a nucleus consisting of np protons and nn neutrons
     450  // A = np + nn and Z = np.
     451  // I gives the isomer level, with I = 0 corresponding
     452  // to the ground state and I >0 to excitations
     453 
     454  //!!! I = 1 is assigned fo all excitation states !!!   
     455  const G4double EnergyTorelance = 0.1 * keV;
     456  if ( Z==1 && A==1 && E< EnergyTorelance ) {
     457    //proton
     458    return 2212;
     459  }
     460 
    465461  G4int encoding = 1000000000;
    466462  encoding += Z * 10000;
     
    502498    // anti particle   
    503499    return false;
    504   }
     500  }
     501  if (encoding == 2212) {
     502    // proton
     503    Z = 1;
     504    A = 1;
     505    E=0.0;
     506    J=0;
     507    return true;
     508  }
     509
    505510  if (encoding % 10 != 0) {
    506511    //!!!not supported for excitation states !!!   
     
    586591
    587592/////////////////
    588 G4bool G4IonTable::IsIon(G4ParticleDefinition* particle)
     593G4bool G4IonTable::IsIon(const G4ParticleDefinition* particle)
    589594{
    590595  // return true if the particle is ion
     
    593598  static G4String proton("proton");
    594599
     600  // neutron is not ion
     601  if ((particle->GetAtomicMass() >0) && (particle->GetAtomicNumber()>0)) return true;
     602   
    595603  //  particles derived from G4VIon and G4Ions
    596   G4bool value = (particle->GetParticleType() == nucleus);
     604  if (particle->GetParticleType() == nucleus) return true;
    597605
    598606  // proton (Hydrogen nucleus)
    599   value = value || (particle->GetParticleName() == proton);
    600 
    601   return value;
     607  if (particle->GetParticleName() == proton) return true;
     608
     609  return false;
    602610}
    603611
     
    702710void G4IonTable::Insert(G4ParticleDefinition* particle)
    703711{
     712  if (!IsIon(particle)) return;
     713  if (Contains(particle)) return;
     714 
     715  G4int Z = particle->GetAtomicNumber();
     716  G4int A = particle->GetAtomicMass(); 
     717  G4int L = particle->GetQuarkContent(3);  //strangeness
     718  G4int encoding=GetNucleusEncoding(Z, A, L);
     719
     720  fIonList->insert( std::pair<G4int, G4ParticleDefinition*>(encoding, particle) );
     721
     722}
     723
     724/////////////////
     725void G4IonTable::Remove(G4ParticleDefinition* particle)
     726{
    704727  if (IsIon(particle)) {
    705     fIonList->push_back(particle);
    706   }
    707 }
    708 
    709 /////////////////
    710 void G4IonTable::Remove(G4ParticleDefinition* particle)
    711 {
    712   if (IsIon(particle)) {
    713     G4IonList::iterator idx;
    714     for (idx = fIonList->begin(); idx!= fIonList->end(); ++idx) {
    715       if ( particle == *idx) {
    716         fIonList->erase(idx);
    717         break;
     728    G4int Z = particle->GetAtomicNumber();
     729    G4int A = particle->GetAtomicMass(); 
     730    G4int L = particle->GetQuarkContent(3);  //strangeness
     731    G4int encoding=GetNucleusEncoding(Z, A, L);
     732    if (encoding !=0 ) {
     733      G4IonList::iterator i = fIonList->find(encoding);
     734      for( ;i != fIonList->end() ; i++) {
     735        if (particle == i->second) {
     736          fIonList->erase(i);
     737          break;
     738        }
    718739      }
    719740    }
     
    739760  G4IonList::iterator idx;
    740761  for (idx = fIonList->begin(); idx!= fIonList->end(); ++idx) {
    741     ion = *idx;
     762    ion = idx->second;
    742763    if (( particle_name == "ALL" ) || (particle_name == "all")){
    743764      ion->DumpTable();
     
    860881
    861882
    862 
    863 
    864 
    865 
    866 
    867 
    868 
    869 
    870 
    871 
    872 
    873 
     883////////////////////
     884void G4IonTable::CreateAllIon()
     885{
     886  G4int    Z;
     887  G4int    A;
     888  G4double E=0.0;
     889  G4int    J=0;
     890 
     891  for (Z=1; Z<=120; Z++) {
     892    for (A=Z;A<999 && A<Z*3+10; A++) {
     893      if (G4NucleiProperties::IsInStableTable(A,Z)){     
     894        GetIon(Z,A,E,J);
     895      }
     896    }
     897  }
     898}
     899
     900////////////////////
     901G4ParticleDefinition* G4IonTable::GetParticle(G4int index) const
     902{
     903  if ( (index >=0) && (index < Entries()) ) {
     904    G4IonList::iterator idx = fIonList->begin();
     905    G4int counter = 0;
     906    while( idx != fIonList->end() ){
     907      if ( counter == index ) return idx->second;
     908      counter++;
     909      idx++;
     910    }
     911  }
     912#ifdef G4VERBOSE
     913  if (GetVerboseLevel()>1){
     914    G4cout << " G4IonTable::GetParticle";
     915    G4cout << " invalid index (=" << index << ")"
     916           << " entries = " << Entries() << G4endl;
     917  }
     918#endif
     919  return 0;
     920}
     921
     922
     923
     924
     925
     926
     927
     928
     929
     930
     931
  • trunk/source/particles/management/src/G4Ions.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4Ions.cc,v 1.13 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4Ions.cc,v 1.16 2009/08/06 15:53:42 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    6666   theExcitationEnergy = excitation;
    6767
    68    SetAtomicNumber( G4int(GetPDGCharge()/eplus) );
    69    SetAtomicMass( GetBaryonNumber() );
    70 
    71    //G4cout << "G4Ions::" << GetParticleName() << G4endl;
     68   if (GetAtomicNumber() == 0  ) {
     69     SetAtomicNumber( G4int(GetPDGCharge()/eplus) );
     70     SetAtomicMass( GetBaryonNumber() );
     71   }
    7272}
    7373
  • trunk/source/particles/management/src/G4IsotopeProperty.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4IsotopeProperty.cc,v 1.7 2007/03/16 05:25:08 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4IsotopeProperty.cc,v 1.8 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    107107void G4IsotopeProperty::DumpInfo() const
    108108{
     109#ifdef G4VERBOSE
    109110  G4cout << "AtomicNumber: " << fAtomicNumber << G4endl;
    110111  G4cout << "AtomicMass: " << fAtomicMass << G4endl;
     
    122123    G4cout << "Decay Table is not defined !" << G4endl;
    123124  }
     125#endif
    124126}
    125127
  • trunk/source/particles/management/src/G4KL3DecayChannel.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4KL3DecayChannel.cc,v 1.8 2006/06/29 19:25:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4KL3DecayChannel.cc,v 1.9 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    5555                                   thePionName,theLeptonName,theNutrinoName)
    5656{
    57   //#ifdef G4VERBOSE
    58   //if (GetVerboseLevel()>1) {
    59   //  G4cout << "G4KL3DecayChannel:: constructor ";
    60   //  G4cout << "addr[" << this << "]" << G4endl;
    61   //}
    62   //#endif
     57  static const G4String K_plus("kaon+");
     58  static const G4String K_minus("kaon-");
     59  static const G4String K_L("kaon0L");
     60  static const G4String Mu_plus("mu+");
     61  static const G4String Mu_minus("mu-");
     62  static const G4String E_plus("e+");
     63  static const G4String E_minus("e-");
     64 
    6365  // check modes
    64   if ( ((theParentName == "kaon+")&&(theLeptonName == "e+")) ||
    65        ((theParentName == "kaon-")&&(theLeptonName == "e-"))   ) {
     66  if ( ((theParentName == K_plus)&&(theLeptonName == E_plus)) ||
     67       ((theParentName == K_minus)&&(theLeptonName == E_minus))   ) {
    6668    // K+- (Ke3)
    6769    pLambda = 0.0286;
    6870    pXi0    = -0.35;
    69    } else if ( ((theParentName == "kaon+")&&(theLeptonName == "mu+")) ||
    70        ((theParentName == "kaon-")&&(theLeptonName == "mu-"))   ) {
     71   } else if ( ((theParentName == K_plus)&&(theLeptonName == Mu_plus)) ||
     72       ((theParentName == K_minus)&&(theLeptonName == Mu_minus))   ) {
    7173    // K+- (Kmu3)
    7274    pLambda = 0.033;
    7375    pXi0    = -0.35;
    74   } else if ( (theParentName == "kaon0L") &&
    75               ((theLeptonName == "e+") ||(theLeptonName == "e-"))  ){
     76  } else if ( (theParentName == K_L) &&
     77              ((theLeptonName == E_plus) ||(theLeptonName == E_minus))  ){
    7678    // K0L (Ke3)
    7779    pLambda = 0.0300;
    7880    pXi0    = -0.11;
    79   } else if ( (theParentName == "kaon0L") &&
    80               ((theLeptonName == "mu+") ||(theLeptonName == "mu-"))  ){
     81  } else if ( (theParentName == K_L) &&
     82              ((theLeptonName == Mu_plus) ||(theLeptonName == Mu_minus))  ){
    8183    // K0L (Kmu3)
    8284    pLambda = 0.034;
    8385    pXi0    = -0.11;
    8486  } else {
    85     //#ifdef G4VERBOSE
    86     //if (GetVerboseLevel()>0) {
    87     //   G4cout << "G4KL3DecayChannel:: constructor :";
    88     //   G4cout << "illegal arguments " << G4endl;;
    89     //   DumpInfo();
    90     // }
    91     //#endif
     87#ifdef G4VERBOSE
     88    if (GetVerboseLevel()>2) {
     89      G4cout << "G4KL3DecayChannel:: constructor :";
     90      G4cout << "illegal arguments " << G4endl;;
     91      DumpInfo();
     92    }
     93#endif
    9294    // set values for K0L (Ke3) temporarily
    9395    pLambda = 0.0300;
     
    108110  if (GetVerboseLevel()>1) G4cout << "G4KL3DecayChannel::DecayIt " << G4endl;
    109111#endif
     112
    110113  // fill parent particle and its mass
    111114  if (parent == 0) {
  • trunk/source/particles/management/src/G4MuonDecayChannel.cc

    r992 r1196  
    2626//
    2727// $Id: G4MuonDecayChannel.cc,v 1.17 2006/06/29 19:25:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4MuonRadiativeDecayChannelWithSpin.cc

    r824 r1196  
    144144        rn3dim(xx,yy,zz,x);
    145145
    146         if(std::abs((xx*xx)+(yy*yy)+(zz*zz)-(x*x))>0.001){
     146        if(std::fabs((xx*xx)+(yy*yy)+(zz*zz)-(x*x))>0.001){
    147147          G4cout << "Norm of x not correct" << G4endl;
    148148        }
     
    173173        rn3dim(xx,yy,zz,y);
    174174
    175         if(std::abs((xx*xx)+(yy*yy)+(zz*zz)-(y*y))>0.001){
     175        if(std::fabs((xx*xx)+(yy*yy)+(zz*zz)-(y*y))>0.001){
    176176          G4cout << " Norm of y not correct " << G4endl;
    177177        }
     
    200200////      if (cthetaE    > 0.01)goto leap2;
    201201////      if (cthetaG    > 0.01)goto leap2;
    202 ////      if (std::abs(x-0.5) > 0.5 )goto leap2;
    203 ////      if (std::abs(y-0.5) > 0.5 )goto leap2;
     202////      if (std::fabs(x-0.5) > 0.5 )goto leap2;
     203////      if (std::fabs(y-0.5) > 0.5 )goto leap2;
    204204//
    205205//-----------------------------------------------------------------------
     
    330330                               (energy2+
    331331                                (daughtermomentum[0]+daughtermomentum[1])));
    332   G4double beta = -1.0*(daughtermomentum[0]+daughtermomentum[1])/energy2;
     332  G4double beta = (daughtermomentum[0]+daughtermomentum[1])/energy2;
     333  beta = -1.0 * std::min(beta,0.99);
    333334
    334335  G4double costhetan = 2.*G4UniformRand()-1.0;
     
    346347
    347348  // boost to the muon rest frame
    348   G4LorentzVector p4;
    349   p4 = daughterparticle2->Get4Momentum();
    350 
    351   p4.boost( (direction0.x()+direction1.x())*beta,
    352             (direction0.y()+direction1.y())*beta,
    353             (direction0.z()+direction1.z())*beta);
    354 
     349
     350  G4ThreeVector direction34(direction0.x()+direction1.x(),
     351                            direction0.y()+direction1.y(),
     352                            direction0.z()+direction1.z());
     353  direction34 = direction34.unit();
     354
     355  G4LorentzVector p4 = daughterparticle2->Get4Momentum();
     356  p4.boost(direction34.x()*beta,direction34.y()*beta,direction34.z()*beta);
    355357  daughterparticle2->Set4Momentum(p4);
     358
    356359  p4 = daughterparticle3->Get4Momentum();
    357 
    358   p4.boost( (direction0.x()+direction1.x())*beta,
    359             (direction0.y()+direction1.y())*beta,
    360             (direction0.z()+direction1.z())*beta);
     360  p4.boost(direction34.x()*beta,direction34.y()*beta,direction34.z()*beta);
    361361  daughterparticle3->Set4Momentum(p4);
    362362
  • trunk/source/particles/management/src/G4NeutronBetaDecayChannel.cc

    r992 r1196  
    2626//
    2727// $Id: G4NeutronBetaDecayChannel.cc,v 1.7 2006/06/29 19:25:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4NucleiProperties.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4NucleiProperties.cc,v 1.18 2008/11/06 13:17:36 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4NucleiProperties.cc,v 1.21 2009/05/02 11:58:17 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    3939// Added Shell-Pairing corrections to the Cameron mass
    4040// excess formula by V.Lara (9 May 99)
    41 
     41// 090331 Migrate to AME03 by Koi, Tatsumi
    4242
    4343#include "G4NucleiProperties.hh"
    4444
    45 G4bool   G4NucleiProperties::isIntialized = false;
    4645
    4746G4double G4NucleiProperties::mass_proton = -1.;
     
    5150G4double G4NucleiProperties::mass_alpha = -1.;
    5251G4double G4NucleiProperties::mass_He3 = -1.;
    53 G4double G4NucleiProperties::electronMass[MaxZ];
     52
     53G4double G4NucleiProperties::GetNuclearMass(const G4double A, const G4double Z)
     54{
     55  G4double mass=0.0;
     56
     57  if (std::fabs(A - G4int(A)) > 1.e-10) {
     58    mass = NuclearMass(A,Z);
     59 
     60  } else {
     61    // use mass table
     62    G4int iZ = G4int(Z);
     63    G4int iA = G4int(A);
     64    mass =GetNuclearMass(iA,iZ);
     65  }
     66 
     67   return mass;
     68}
     69
     70G4double G4NucleiProperties::GetNuclearMass(const G4int A, const G4int Z)
     71{
     72  if (mass_proton  <= 0.0 ) {
     73    G4ParticleDefinition * nucleus = 0;
     74    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("proton"); // proton
     75    if (nucleus!=0) mass_proton = nucleus->GetPDGMass();
     76    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("neutron"); // neutron
     77    if (nucleus!=0) mass_neutron = nucleus->GetPDGMass();
     78    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("deuteron"); // deuteron
     79    if (nucleus!=0) mass_deuteron = nucleus->GetPDGMass();
     80    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("triton"); // triton
     81    if (nucleus!=0) mass_triton = nucleus->GetPDGMass();
     82    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("alpha"); // alpha
     83    if (nucleus!=0) mass_alpha = nucleus->GetPDGMass();
     84    nucleus = G4ParticleTable::GetParticleTable()->FindParticle("He3"); // He3
     85    if (nucleus!=0) mass_He3 = nucleus->GetPDGMass();
     86
     87  }
     88
     89  if (A < 1 || Z < 0 || Z > A) {
     90#ifdef G4VERBOSE
     91    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     92      G4cout << "G4NucleiProperties::GetNuclearMass: Wrong values for A = " << A
     93             << " and Z = " << Z << G4endl;
     94    }
     95#endif   
     96    return 0.0;
     97  }
     98 
     99  G4double mass= -1.;
     100  if ( (Z<=2) ) {
     101    // light nuclei
     102    if ( (Z==1)&&(A==1) ) {
     103      mass = mass_proton;
     104    } else if ( (Z==0)&&(A==1) ) {
     105      mass = mass_neutron;
     106    } else if ( (Z==1)&&(A==2) ) {
     107      mass = mass_deuteron;
     108    } else if ( (Z==1)&&(A==3) ) {
     109      mass = mass_triton;
     110    } else if ( (Z==2)&&(A==4) ) {
     111      mass = mass_alpha;
     112    } else if ( (Z==2)&&(A==3) ) {
     113      mass = mass_He3;
     114    }
     115  }
     116 
     117  if (mass < 0.) {
     118    if (G4NucleiPropertiesTableAME03::IsInTable(Z,A)) {
     119      // AME 03 table
     120      mass = G4NucleiPropertiesTableAME03::GetNuclearMass(Z,A);
     121    } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(Z,A)){
     122      // Theoretical table
     123      mass = G4NucleiPropertiesTheoreticalTable::GetNuclearMass(Z,A);
     124    } else {
     125      mass = NuclearMass(G4double(A),G4double(Z));
     126    }
     127  }
     128
     129  if (mass < 0.) mass = 0.0;
     130  return mass;
     131}
     132
     133G4bool G4NucleiProperties::IsInStableTable(const G4double A, const G4double Z)
     134{
     135  G4int iA = G4int(A);
     136  G4int iZ = G4int(Z);
     137  return IsInStableTable(iA, iZ);
     138}
     139
     140G4bool G4NucleiProperties::IsInStableTable(const G4int A, const int Z)
     141{
     142  if (A < 1 || Z < 0 || Z > A) {
     143#ifdef G4VERBOSE
     144    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     145      G4cout << "G4NucleiProperties::IsInStableTable: Wrong values for A = "
     146             << A << " and Z = " << Z << G4endl;       
     147    }
     148#endif
     149    return false;
     150  }
     151
     152  return G4NucleiPropertiesTableAME03::IsInTable(Z,A);
     153
     154}
     155
     156G4double G4NucleiProperties::GetMassExcess(const G4double A, const G4double Z)
     157{
     158  G4int iA = G4int(A);
     159  G4int iZ = G4int(Z);
     160  return GetMassExcess(iA,iZ);
     161}
     162
     163G4double G4NucleiProperties::GetMassExcess(const G4int A, const G4int Z)
     164{
     165  if (A < 1 || Z < 0 || Z > A) {
     166#ifdef G4VERBOSE
     167    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     168      G4cout << "G4NucleiProperties::GetMassExccess: Wrong values for A = "
     169             << A << " and Z = " << Z << G4endl;
     170    }
     171#endif   
     172    return 0.0;
     173   
     174  } else {
     175
     176    if (G4NucleiPropertiesTableAME03::IsInTable(Z,A)){
     177      return G4NucleiPropertiesTableAME03::GetMassExcess(Z,A);
     178    } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(Z,A)){
     179      return G4NucleiPropertiesTheoreticalTable::GetMassExcess(Z,A);
     180    } else {
     181      return MassExcess(A,Z);
     182    }
     183  }
     184
     185}
     186
     187
     188G4double G4NucleiProperties::GetAtomicMass(const G4double A, const G4double Z)
     189{
     190  if (A < 1 || Z < 0 || Z > A) {
     191#ifdef G4VERBOSE
     192    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     193      G4cout << "G4NucleiProperties::GetAtomicMass: Wrong values for A = "
     194             << A << " and Z = " << Z << G4endl;       
     195    }
     196#endif
     197    return 0.0;
     198
     199  } else if (std::fabs(A - G4int(A)) > 1.e-10) {
     200    return AtomicMass(A,Z);
     201
     202  } else {
     203    G4int iA = G4int(A);
     204    G4int iZ = G4int(Z);
     205    if (G4NucleiPropertiesTableAME03::IsInTable(iZ,iA)) {
     206      return G4NucleiPropertiesTableAME03::GetAtomicMass(iZ,iA);
     207    } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(iZ,iA)){
     208      return G4NucleiPropertiesTheoreticalTable::GetAtomicMass(iZ,iA);
     209    } else {
     210      return AtomicMass(A,Z);
     211    }
     212  }
     213}
     214
     215G4double G4NucleiProperties::GetBindingEnergy(const G4double A, const G4double Z)
     216{
     217  G4int iA = G4int(A);
     218  G4int iZ = G4int(Z);
     219  return GetBindingEnergy(iA,iZ);
     220}
     221
     222G4double G4NucleiProperties::GetBindingEnergy(const G4int A, const G4int Z)
     223{
     224  if (A < 1 || Z < 0 || Z > A) {
     225#ifdef G4VERBOSE
     226    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     227      G4cout << "G4NucleiProperties::GetMassExccess: Wrong values for A = "
     228             << A << " and Z = " << Z << G4endl;
     229    }
     230#endif
     231    return 0.0;
     232
     233  } else {
     234    if (G4NucleiPropertiesTableAME03::IsInTable(Z,A)) {
     235      return G4NucleiPropertiesTableAME03::GetBindingEnergy(Z,A);
     236    } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(Z,A)) {
     237      return G4NucleiPropertiesTheoreticalTable::GetBindingEnergy(Z,A);
     238    }else {
     239      return BindingEnergy(A,Z);
     240    }
     241
     242  }
     243}
     244
     245
     246G4double G4NucleiProperties::MassExcess(G4double A, G4double Z)
     247{
     248  return GetAtomicMass(A,Z) - A*amu_c2;
     249}
    54250
    55251G4double  G4NucleiProperties::AtomicMass(G4double A, G4double Z)
    56252{
    57   const G4double hydrogen_mass_excess = G4NucleiPropertiesTable::GetMassExcess(1,1);
    58   const G4double neutron_mass_excess =  G4NucleiPropertiesTable::GetMassExcess(0,1);
     253  const G4double hydrogen_mass_excess = G4NucleiPropertiesTableAME03::GetMassExcess(1,1);
     254  const G4double neutron_mass_excess =  G4NucleiPropertiesTableAME03::GetMassExcess(0,1);
    59255
    60256  G4double mass =
    61257      (A-Z)*neutron_mass_excess + Z*hydrogen_mass_excess - BindingEnergy(A,Z) + A*amu_c2;
     258
     259  return mass;
     260}
     261
     262G4double  G4NucleiProperties::NuclearMass(G4double A, G4double Z)
     263{
     264  if (A < 1 || Z < 0 || Z > A) {
     265#ifdef G4VERBOSE
     266    if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
     267      G4cout << "G4NucleiProperties::NuclearMass: Wrong values for A = "
     268             << A << " and Z = " << Z << G4endl;
     269    }
     270#endif
     271    return 0.0;
     272  }
     273
     274  G4double mass = AtomicMass(A,Z);
     275  // atomic mass is converted to nuclear mass according formula in  AME03
     276  mass -= Z*electron_mass_c2;
     277  mass += ( 14.4381*std::pow ( Z , 2.39 ) + 1.55468*1e-6*std::pow ( Z , 5.35 ) )*eV;     
    62278
    63279  return mass;
     
    81297}
    82298
    83 
    84 G4double G4NucleiProperties::GetNuclearMass(const G4double A, const G4double Z)
    85 {
    86   if (!isIntialized) {
    87     isIntialized = true;
    88     G4ParticleDefinition * nucleus = 0;
    89     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("proton"); // proton
    90     if (nucleus!=0) mass_proton = nucleus->GetPDGMass();
    91     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("neutron"); // neutron
    92     if (nucleus!=0) mass_neutron = nucleus->GetPDGMass();
    93     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("deuteron"); // deuteron
    94     if (nucleus!=0) mass_deuteron = nucleus->GetPDGMass();
    95     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("triton"); // triton
    96     if (nucleus!=0) mass_triton = nucleus->GetPDGMass();
    97     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("alpha"); // alpha
    98     if (nucleus!=0) mass_alpha = nucleus->GetPDGMass();
    99     nucleus = G4ParticleTable::GetParticleTable()->FindParticle("He3"); // He3
    100     if (nucleus!=0) mass_He3 = nucleus->GetPDGMass();
    101 
    102     for (int iz=1; iz<MaxZ; iz+=1){
    103       electronMass[iz] =  iz*electron_mass_c2
    104                                  - 1.433e-5*MeV*std::pow(G4double(iz),2.39); ;
    105     }
    106   }
    107 
    108   if (A < 1 || Z < 0 || Z > A) {
    109 #ifdef G4VERBOSE
    110     if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
    111       G4cout << "G4NucleiProperties::GetNuclearMass: Wrong values for A = " << A
    112              << " and Z = " << Z << G4endl;
    113     }
    114 #endif   
    115     return 0.0;
    116   } else {
    117     G4double mass= -1.;
    118     if ( (Z<=2) ) {
    119       if ( (Z==1)&&(A==1) ) {
    120         mass = mass_proton;
    121       } else if ( (Z==0)&&(A==1) ) {
    122         mass = mass_neutron;
    123       } else if ( (Z==1)&&(A==2) ) {
    124         mass = mass_deuteron;
    125       } else if ( (Z==1)&&(A==3) ) {
    126         mass = mass_triton;
    127       } else if ( (Z==2)&&(A==4) ) {
    128         mass = mass_alpha;
    129       } else if ( (Z==2)&&(A==3) ) {
    130         mass = mass_He3;
    131       }
    132     }
    133     if (mass < 0.) {
    134       if (Z >= MaxZ) {
    135         mass = GetAtomicMass(A,Z) - Z*electron_mass_c2 + 1.433e-5*MeV*std::pow(Z,2.39);     
    136       } else {
    137         mass = GetAtomicMass(A,Z) - electronMass[G4int(Z)];
    138       }
    139     }
    140     if (mass < 0.) mass = 0.0;
    141     return mass;
    142   }
    143 }
    144 
    145 G4bool G4NucleiProperties::IsInStableTable(const G4double A, const G4double Z)
    146 {
    147   if (Z < 0 || Z > A) {
    148 #ifdef G4VERBOSE
    149     if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
    150       G4cout << "G4NucleiProperties::IsInStableTable: Wrong values for A = "
    151              << A << " and Z = " << Z << G4endl;       
    152     }
    153 #endif
    154     return false;
    155 
    156   } else {
    157     G4int iA = G4int(A);
    158     G4int iZ = G4int(Z);
    159     return G4NucleiPropertiesTable::IsInTable(iZ,iA);
    160   }
    161 }
    162 
    163 G4double G4NucleiProperties::GetMassExcess(const G4double A, const G4double Z)
    164 {
    165   G4int iA = G4int(A);
    166   G4int iZ = G4int(Z);
    167   return GetMassExcess(iA,iZ);
    168 }
    169 
    170 G4double G4NucleiProperties::GetMassExcess(const G4int A, const G4int Z)
    171 {
    172   if (A < 1 || Z < 0 || Z > A) {
    173 #ifdef G4VERBOSE
    174     if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
    175       G4cout << "G4NucleiProperties::GetMassExccess: Wrong values for A = "
    176              << A << " and Z = " << Z << G4endl;
    177     }
    178 #endif   
    179     return 0.0;
    180    
    181   } else {
    182 
    183     if (G4NucleiPropertiesTable::IsInTable(Z,A)){
    184       return G4NucleiPropertiesTable::GetMassExcess(Z,A);
    185     } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(Z,A)){
    186       return G4NucleiPropertiesTheoreticalTable::GetMassExcess(Z,A);
    187     } else {
    188       return MassExcess(A,Z);
    189     }
    190   }
    191 
    192 }
    193 
    194 
    195 G4double G4NucleiProperties::GetAtomicMass(const G4double A, const G4double Z)
    196 {
    197   if (Z < 0 || Z > A) {
    198 #ifdef G4VERBOSE
    199     if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
    200       G4cout << "G4NucleiProperties::GetAtomicMass: Wrong values for A = "
    201              << A << " and Z = " << Z << G4endl;       
    202     }
    203 #endif
    204     return 0.0;
    205 
    206   } else if (std::abs(A - G4int(A)) > 1.e-10) {
    207     return AtomicMass(A,Z);
    208 
    209   } else {
    210     G4int iA = G4int(A);
    211     G4int iZ = G4int(Z);
    212     if (G4NucleiPropertiesTable::IsInTable(iZ,iA)) {
    213       return G4NucleiPropertiesTable::GetAtomicMass(iZ,iA);
    214     } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(iZ,iA)){
    215       return G4NucleiPropertiesTheoreticalTable::GetAtomicMass(iZ,iA);
    216     } else {
    217       return AtomicMass(A,Z);
    218     }
    219   }
    220 }
    221 
    222 G4double G4NucleiProperties::GetBindingEnergy(const G4double A, const G4double Z)
    223 {
    224   G4int iA = G4int(A);
    225   G4int iZ = G4int(Z);
    226   return GetBindingEnergy(iA,iZ);
    227 }
    228 
    229 G4double G4NucleiProperties::GetBindingEnergy(const G4int A, const G4int Z)
    230 {
    231   if (A < 1 || Z < 0 || Z > A) {
    232 #ifdef G4VERBOSE
    233     if (G4ParticleTable::GetParticleTable()->GetVerboseLevel()>0) {
    234       G4cout << "G4NucleiProperties::GetMassExccess: Wrong values for A = "
    235              << A << " and Z = " << Z << G4endl;
    236     }
    237 #endif
    238     return 0.0;
    239 
    240   } else {
    241     if (G4NucleiPropertiesTable::IsInTable(Z,A)) {
    242       return G4NucleiPropertiesTable::GetBindingEnergy(Z,A);
    243     } else if (G4NucleiPropertiesTheoreticalTable::IsInTable(Z,A)) {
    244       return G4NucleiPropertiesTheoreticalTable::GetBindingEnergy(Z,A);
    245     }else {
    246       return BindingEnergy(A,Z);
    247     }
    248 
    249   }
    250 }
    251 
    252 
    253 G4double G4NucleiProperties::MassExcess(G4double A, G4double Z)
    254 {
    255   return GetAtomicMass(A,Z) - A*amu_c2;
    256 }
    257        
  • trunk/source/particles/management/src/G4NucleiPropertiesTheoreticalTableA.cc

    r992 r1196  
    2626//
    2727// $Id: G4NucleiPropertiesTheoreticalTableA.cc,v 1.8 2006/06/29 19:25:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4PDGCodeChecker.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4PDGCodeChecker.cc,v 1.11 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4PDGCodeChecker.cc,v 1.12 2009/04/02 02:24:53 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    343343  }
    344344
    345   if (std::abs(totalCharge-thePDGCharge)>0.1*eplus) {
     345  if (std::fabs(totalCharge-thePDGCharge)>0.1*eplus) {
    346346#ifdef G4VERBOSE
    347347    if (verboseLevel>0) {
  • trunk/source/particles/management/src/G4ParticleDefinition.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleDefinition.cc,v 1.31 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleDefinition.cc,v 1.34 2009/09/21 04:08:24 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    5454#include "G4ParticleDefinition.hh"
    5555#include "G4ParticleTable.hh"
     56#include "G4IonTable.hh"
    5657#include "G4DecayTable.hh"
    5758#include "G4PDGCodeChecker.hh"
     59#include "G4StateManager.hh"
    5860
    5961G4ParticleDefinition::G4ParticleDefinition(
     
    110112                   fApplyCutsFlag(false)
    111113{
    112    // check name and register this particle into ParticleTable
    113    theParticleTable = G4ParticleTable::GetParticleTable();
    114    theParticleTable->Insert(this);
     114  static G4String nucleus("nucleus");
     115  theParticleTable = G4ParticleTable::GetParticleTable();
    115116   
    116117   //set verboseLevel equal to ParticleTable
     
    128129#endif
    129130   }
     131
     132   // check initialization is in Pre_Init state except for ions
     133   G4ApplicationState currentState = G4StateManager::GetStateManager()->GetCurrentState();
     134
     135   if ( (theParticleType!=nucleus) && (currentState!=G4State_PreInit)){
     136#ifdef G4VERBOSE
     137     if (GetVerboseLevel()>0) {
     138       G4cout << "G4ParticleDefintion (other than ions) should be created in Pre_Init state  ";
     139       G4cout << aName << G4endl;
     140     }
     141#endif
     142     G4Exception( "G4ParticleDefintion::G4ParticleDefintion",
     143                  "Illegal operation", JustWarning,
     144                  "G4ParticleDefinition should be created in PreInit state");
     145   }
     146
     147   
     148   if (theParticleTable->GetIonTable()->IsIon(this)) {
     149     SetAtomicNumber( G4int(GetPDGCharge()/eplus) );
     150     SetAtomicMass( GetBaryonNumber() );
     151   }
     152 
     153   
     154   // check name and register this particle into ParticleTable
     155   theParticleTable->Insert(this);
     156
    130157}
    131158
  • trunk/source/particles/management/src/G4ParticleMessenger.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleMessenger.cc,v 1.10 2008/06/08 12:43:19 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleMessenger.cc,v 1.11 2009/07/31 06:39:22 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    5353#include "G4UIcmdWithAString.hh"
    5454#include "G4UIcmdWithAnInteger.hh"
     55#include "G4UIcmdWithoutParameter.hh"
    5556#include "G4ParticleTable.hh"
     57#include "G4IonTable.hh"
    5658#include "G4ParticleDefinition.hh"
    5759#include "G4ParticlePropertyMessenger.hh"
     
    7577  selectCmd->SetDefaultValue("none");
    7678  selectCmd->SetParameterName("particle name", false);
     79  selectCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
    7780
    7881  //Commnad   /particle/list
     
    8386  listCmd->SetDefaultValue("all");
    8487  listCmd->SetCandidates("all lepton baryon meson nucleus quarks");
     88  listCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
    8589
    8690  //Commnad   /particle/find
     
    8993  findCmd->SetDefaultValue(0);
    9094  findCmd->SetParameterName("encoding", false);
     95  findCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
     96
     97  //Commnad   /particle/createAllIon
     98  createAllCmd = new G4UIcmdWithoutParameter("/particle/createAllIon",this);
     99  createAllCmd->SetGuidance("Create All ions");
     100  createAllCmd->AvailableForStates(G4State_Idle);
    91101
    92102  // -- particle/property/Verbose ---
     
    114124  delete selectCmd;
    115125  delete findCmd;
     126  delete createAllCmd;
    116127  delete verboseCmd;
    117128
     
    158169      G4cout << "Unknown particle [" << newValues << "]. Command ignored." << G4endl;
    159170    }   
     171
    160172  } else if( command==findCmd ){
    161173    //Commnad   /particle/find
     
    167179      tmp->DumpTable();
    168180    }
     181
     182  } else if( command==createAllCmd ) {
     183    //Commnad   /particle/createAllIon
     184    theParticleTable->GetIonTable()->CreateAllIon();
     185
    169186  } else if( command==verboseCmd ) {
    170187    //Commnad   /particle/verbose
  • trunk/source/particles/management/src/G4ParticlePropertyData.cc

    r824 r1196  
    2424// ********************************************************************
    2525//
    26 // $Id: G4ParticlePropertyData.cc,v 1.3 2007/03/11 07:17:35 kurasige Exp $
     26// $Id: G4ParticlePropertyData.cc,v 1.4 2009/08/17 14:52:19 kurasige Exp $
    2727//
    2828// class G4ParticlePropertyData
     
    197197void G4ParticlePropertyData::Print() const
    198198{
     199#ifdef G4VERBOSE
    199200  G4cout << " Particle Name : " << theParticleName << G4endl;
    200201  G4cout << " PDG particle code : " << thePDGEncoding;
     
    230231  G4cout << ", " << theAntiQuarkContent[4];
    231232  G4cout << ", " << theAntiQuarkContent[5] << G4endl;
    232 }
    233 
    234 
    235 
    236 
    237 
    238 
    239 
    240 
    241 
     233#endif
     234}
     235
     236
     237
     238
     239
     240
     241
     242
     243
  • trunk/source/particles/management/src/G4ParticlePropertyMessenger.cc

    r992 r1196  
    2626//
    2727// $Id: G4ParticlePropertyMessenger.cc,v 1.7 2006/06/29 19:25:59 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4ParticleTable.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ParticleTable.cc,v 1.33 2008/06/08 12:55:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ParticleTable.cc,v 1.35 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030// class G4ParticleTable
     
    235235#ifdef G4VERBOSE
    236236      if (verboseLevel>0){
    237         G4cout << "The particle has same name "<< G4endl;
     237        G4cout << "The particle " << particle->GetParticleName()
     238               << "has been already registered in the Particle Table "<< G4endl;
    238239      }
    239240      if (verboseLevel>1){
     
    454455void G4ParticleTable::CheckReadiness()
    455456{
    456   if(!readyToUse)
    457   {
     457  if(!readyToUse) {
    458458   G4String msg;
    459459   msg = " Access to G4ParticleTable for finding a particle or equivalent\n";
  • trunk/source/particles/management/src/G4PhaseSpaceDecayChannel.cc

    r992 r1196  
    2626//
    2727// $Id: G4PhaseSpaceDecayChannel.cc,v 1.13 2007/10/06 06:49:29 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4PrimaryParticle.cc

    r992 r1196  
    2626//
    2727// $Id: G4PrimaryParticle.cc,v 1.5 2007/10/06 06:49:29 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/source/particles/management/src/G4PrimaryVertex.cc

    r992 r1196  
    2626//
    2727// $Id: G4PrimaryVertex.cc,v 1.4 2007/10/06 06:49:29 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030
  • trunk/source/particles/management/src/G4ShortLivedTable.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ShortLivedTable.cc,v 1.16 2008/06/08 12:55:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ShortLivedTable.cc,v 1.17 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    5353
    5454  //  No need to delete here because all particles are dynamic objects
    55   //   
    56   // remove all contents in the short lived List and delete all particles 
    57   //G4ShortLivedList::iterator i;
    58   //for (i = fShortLivedList->begin(); i!= fShortLivedList->end(); ++i) {
    59   //  delete (*i);
    60   //}
    6155
    6256  fShortLivedList->clear();
  • trunk/source/particles/management/src/G4TauLeptonicDecayChannel.cc

    r992 r1196  
    2626//
    2727// $Id: G4TauLeptonicDecayChannel.cc,v 1.5 2006/06/29 19:26:18 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/management/src/G4VDecayChannel.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4VDecayChannel.cc,v 1.18 2006/06/29 19:26:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4VDecayChannel.cc,v 1.19 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    166166G4VDecayChannel::~G4VDecayChannel()
    167167{
     168  ClearDaughtersName();
    168169  if (parent_name != 0) delete parent_name;
    169   ClearDaughtersName();
     170  parent_name = 0;
    170171  if (daughters_mass != 0) delete [] daughters_mass;
     172  daughters_mass =0;
    171173}
    172174
     
    177179#ifdef G4VERBOSE
    178180      if (verboseLevel>1) {
    179         G4cout << "G4VDecayChannel::ClearDaughtersName ";
    180         G4cout << "clear all daughters " << G4endl;
     181        G4cerr << "G4VDecayChannel::ClearDaughtersName "
     182               << " for " << *parent_name << G4endl;
    181183      }
    182184#endif
  • trunk/source/particles/management/src/G4VUserPrimaryParticleInformation.cc

    r992 r1196  
    2626//
    2727// $Id: G4VUserPrimaryParticleInformation.cc,v 1.2 2006/06/29 19:26:22 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030#include "G4VUserPrimaryParticleInformation.hh"
  • trunk/source/particles/management/src/G4VUserPrimaryVertexInformation.cc

    r992 r1196  
    2626//
    2727// $Id: G4VUserPrimaryVertexInformation.cc,v 1.2 2006/06/29 19:26:24 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4DiQuarks.hh

    r992 r1196  
    2626//
    2727// $Id: G4DiQuarks.hh,v 1.6 2006/06/29 19:26:26 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedBaryonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedBaryonConstructor.hh,v 1.6 2006/06/29 19:26:28 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedBaryons.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedBaryons.hh,v 1.7 2006/06/29 19:26:30 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedDeltaConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedDeltaConstructor.hh,v 1.6 2006/06/29 19:26:32 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedLambdaConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedLambdaConstructor.hh,v 1.8 2006/06/29 19:26:34 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedMesonConstructor.hh

    r992 r1196  
    3232//
    3333// $Id: G4ExcitedMesonConstructor.hh,v 1.8 2006/06/29 19:26:36 gunter Exp $
    34 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     34// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3535//
    3636//
  • trunk/source/particles/shortlived/include/G4ExcitedMesons.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedMesons.hh,v 1.7 2006/06/29 19:26:38 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedNucleonConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedNucleonConstructor.hh,v 1.6 2006/06/29 19:26:40 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedSigmaConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedSigmaConstructor.hh,v 1.6 2006/06/29 19:26:42 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ExcitedXiConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedXiConstructor.hh,v 1.6 2006/06/29 19:26:44 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4Gluons.hh

    r992 r1196  
    2626//
    2727// $Id: G4Gluons.hh,v 1.6 2006/06/29 19:26:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4Quarks.hh

    r992 r1196  
    2626//
    2727// $Id: G4Quarks.hh,v 1.6 2006/06/29 19:26:48 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4ShortLivedConstructor.hh

    r992 r1196  
    2626//
    2727// $Id: G4ShortLivedConstructor.hh,v 1.6 2006/06/29 19:26:50 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/include/G4VShortLivedParticle.hh

    r992 r1196  
    2626//
    2727// $Id: G4VShortLivedParticle.hh,v 1.8 2006/06/29 19:26:52 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4DiQuarks.cc

    r992 r1196  
    2626//
    2727// $Id: G4DiQuarks.cc,v 1.7 2006/06/29 19:26:54 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedBaryonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedBaryonConstructor.cc,v 1.7 2006/06/29 19:26:56 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedBaryons.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedBaryons.cc,v 1.7 2006/06/29 19:26:58 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedDeltaConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedDeltaConstructor.cc,v 1.12 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedLambdaConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedLambdaConstructor.cc,v 1.12 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedMesonConstructor.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ExcitedMesonConstructor.cc,v 1.20 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ExcitedMesonConstructor.cc,v 1.21 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    14001400const G4double G4ExcitedMesonConstructor::mass[G4ExcitedMesonConstructor::NMultiplets ][ G4ExcitedMesonConstructor::NMesonTypes ] =
    14011401{
    1402   {  1.2295*GeV, 1.170*GeV, 1.386*GeV, 1.272*GeV,  1.273*GeV },
     1402  {  1.2295*GeV, 1.170*GeV, 1.386*GeV, 1.272*GeV,  1.272*GeV },
    14031403  {   1.474*GeV, 1.350*GeV,       0.0, 1.420*GeV,  1.420*GeV },
    1404   {   1.230*GeV,1.2818*GeV,1.4263*GeV, 1.403*GeV,  1.403*GeV },
     1404  {   1.230*GeV,1.2818*GeV,1.4264*GeV, 1.403*GeV,  1.403*GeV },
    14051405  {  1.3183*GeV,1.2751*GeV, 1.525*GeV,1.4256*GeV, 1.4256*GeV },
    14061406  {  1.6724*GeV, 1.617*GeV, 1.842*GeV, 1.773*GeV,  1.773*GeV },
  • trunk/source/particles/shortlived/src/G4ExcitedMesons.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedMesons.cc,v 1.7 2006/06/29 19:27:06 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedNucleonConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedNucleonConstructor.cc,v 1.11 2006/06/29 19:27:08 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedSigmaConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedSigmaConstructor.cc,v 1.11 2006/10/12 10:59:45 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ExcitedXiConstructor.cc

    r992 r1196  
    2626//
    2727// $Id: G4ExcitedXiConstructor.cc,v 1.8 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4Gluons.cc

    r992 r1196  
    2626//
    2727// $Id: G4Gluons.cc,v 1.7 2006/06/29 19:27:14 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4Quarks.cc

    r992 r1196  
    2626//
    2727// $Id: G4Quarks.cc,v 1.7 2006/06/29 19:27:16 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/shortlived/src/G4ShortLivedConstructor.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4ShortLivedConstructor.cc,v 1.16 2008/09/18 08:37:27 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4ShortLivedConstructor.cc,v 1.18 2009/10/09 14:34:02 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    260260   // anti ud0-Diquark
    261261  particle = new G4DiQuarks(           
    262    "anti_ud0_diquark",         7.2*MeV,       0.0*MeV,  -1./3.*eplus,
     262   "anti_ud0_diquark",         7.3*MeV,       0.0*MeV,  -1./3.*eplus,
    263263                    0,              +1,             0,         
    264264                    0,              +0,             0,             
     
    284284    // anti sd0-Diquark
    285285  particle = new G4DiQuarks(           
    286    "anti_sd0_diquark",       108.8*MeV,       0.0*MeV,    2./3.*eplus,
     286   "anti_sd0_diquark",       108.0*MeV,       0.0*MeV,    2./3.*eplus,
    287287                    0,              +1,             0,         
    288288                    1,              +1,             0,             
     
    675675  // rho0
    676676  particle = new G4ExcitedMesons(           
    677                "rho0",       775.5*MeV,     149.4*MeV,         0.0,
     677               "rho0",       775.49*MeV,    149.4*MeV,         0.0,
    678678                    2,              -1,            -1,         
    679679                    2,               0,            +1,             
     
    869869  // k_star+
    870870  particle = new G4ExcitedMesons(           
    871             "k_star+",       891.6*MeV,      50.8*MeV,    +1.0*eplus,
     871            "k_star+",       891.66*MeV,     50.8*MeV,    +1.0*eplus,
    872872                    2,              -1,             0,         
    873873                    1,              +1,             0,             
     
    894894  // k_star0
    895895  particle = new G4ExcitedMesons(           
    896             "k_star0",       896.0*MeV,      50.3*MeV,     0.0*eplus,
     896            "k_star0",       896.00*MeV,     50.3*MeV,     0.0*eplus,
    897897                    2,              -1,             0,         
    898898                    1,              -1,             0,             
     
    919919  // k_star-
    920920  particle = new G4ExcitedMesons(           
    921             "k_star-",       891.6*MeV,      50.8*MeV,    -1.0*eplus,
     921            "k_star-",       891.66*MeV,     50.8*MeV,    -1.0*eplus,
    922922                    2,              -1,             0,         
    923923                    1,              +1,             0,             
  • trunk/source/particles/shortlived/src/G4VShortLivedParticle.cc

    r992 r1196  
    2626//
    2727// $Id: G4VShortLivedParticle.cc,v 1.8 2006/06/29 19:27:20 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
  • trunk/source/particles/utils/include/G4HtmlPPReporter.hh

    r992 r1196  
    3131//
    3232// $Id: G4HtmlPPReporter.hh,v 1.2 2006/06/29 19:27:46 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/include/G4SimplePPReporter.hh

    r992 r1196  
    3131//
    3232// $Id: G4SimplePPReporter.hh,v 1.2 2006/06/29 19:27:48 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/include/G4TextPPReporter.hh

    r992 r1196  
    3131//
    3232// $Id: G4TextPPReporter.hh,v 1.2 2006/06/29 19:27:50 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/include/G4TextPPRetriever.hh

    r992 r1196  
    3131//
    3232// $Id: G4TextPPRetriever.hh,v 1.2 2006/06/29 19:27:52 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/include/G4VParticlePropertyReporter.hh

    r992 r1196  
    3131//
    3232// $Id: G4VParticlePropertyReporter.hh,v 1.2 2006/06/29 19:27:54 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/include/G4VParticlePropertyRetriever.hh

    r992 r1196  
    3131//
    3232// $Id: G4VParticlePropertyRetriever.hh,v 1.2 2006/06/29 19:27:56 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/src/G4HtmlPPReporter.cc

    r992 r1196  
    3131//
    3232// $Id: G4HtmlPPReporter.cc,v 1.6 2008/06/08 14:05:33 kurasige Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/src/G4SimplePPReporter.cc

    r992 r1196  
    3131//
    3232// $Id: G4SimplePPReporter.cc,v 1.2 2006/06/29 19:28:00 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/src/G4TextPPReporter.cc

    r992 r1196  
    3131//
    3232// $Id: G4TextPPReporter.cc,v 1.2 2006/06/29 19:28:02 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/src/G4TextPPRetriever.cc

    r992 r1196  
    3131//
    3232// $Id: G4TextPPRetriever.cc,v 1.2 2006/06/29 19:28:04 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
  • trunk/source/particles/utils/src/G4VParticlePropertyReporter.cc

    r992 r1196  
    3131//
    3232// $Id: G4VParticlePropertyReporter.cc,v 1.2 2006/06/29 19:28:06 gunter Exp $
    33 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     33// GEANT4 tag $Name: geant4-09-03-cand-01 $
    3434//
    3535//
Note: See TracChangeset for help on using the changeset viewer.