Import Geant4 2.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:42:07 +02:00
parent 103bda00c8
commit e7d7193284
3106 changed files with 171117 additions and 90550 deletions
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4BosonConstructor.cc,v 1.1.10.1 1999/12/07 20:49:21 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4BosonConstructor.cc,v 1.2 1999/12/15 14:50:53 gunter Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// --------------------------------------------------------------
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4ChargedGeantino.cc,v 1.1.10.1.2.2 1999/12/14 07:07:59 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4ChargedGeantino.cc,v 1.3 2000/02/27 06:27:12 kurasige Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// ----------------------------------------------------------------------
@@ -46,6 +46,7 @@ G4ChargedGeantino::G4ChargedGeantino(
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
SetParticleSubType("geantino");
// Anti-particle of ChargedGeantino is ChargedGeantino itself
SetAntiPDGEncoding(encoding);
}
+3 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Gamma.cc,v 1.1.10.1.2.3 1999/12/14 07:07:59 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4Gamma.cc,v 1.3 2000/02/27 06:27:12 kurasige Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// ----------------------------------------------------------------------
@@ -49,6 +49,7 @@ G4Gamma::G4Gamma(
lepton,baryon,encoding,stable,lifetime,decaytable )
//-- members initialisation for SetCuts ------------------------------
{
SetParticleSubType("photon");
const G4double DefaultLowestEnergy = 1.0*keV;
const G4double DefaultHighestEnergy = 1.0*GeV;
const G4int DefaultTotBin = 100;
+3 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Geantino.cc,v 1.1.10.1.2.2 1999/12/14 07:08:00 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4Geantino.cc,v 1.3 2000/02/27 06:27:12 kurasige Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// ----------------------------------------------------------------------
@@ -47,6 +47,7 @@ G4Geantino::G4Geantino(
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
SetParticleSubType("geantino");
// Anti-particle of geantino is geantino itself
SetAntiPDGEncoding(encoding);
}
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4OpticalPhoton.cc,v 1.1.10.1.2.2 1999/12/14 07:08:00 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4OpticalPhoton.cc,v 1.3 2000/02/27 06:27:12 kurasige Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// ----------------------------------------------------------------------
@@ -44,6 +44,7 @@ G4OpticalPhoton::G4OpticalPhoton(
iConjugation,iIsospin,iIsospin3,gParity,pType,
lepton,baryon,encoding,stable,lifetime,decaytable )
{
SetParticleSubType("photon");
// Anti-particle of OpticalPhoton is OpticalPhoton itself
SetAntiPDGEncoding(encoding);
}
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VBoson.cc,v 1.1.10.1 1999/12/07 20:49:22 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
// $Id: G4VBoson.cc,v 1.2 1999/12/15 14:50:54 gunter Exp $
// GEANT4 tag $Name: geant4-02-00 $
//
//
// --------------------------------------------------------------