Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06DetectorConstruction.cc,v 1.18 2010/10/23 19:27:38 gum Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: ExN06DetectorConstruction.cc,v 1.18 2010-10-23 19:27:38 gum Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -130,10 +130,15 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct()
7.00, 6.00, 5.00, 4.00 };
G4MaterialPropertiesTable* myMPT1 = new G4MaterialPropertiesTable();
myMPT1->AddProperty("RINDEX", PhotonEnergy, RefractiveIndex1,nEntries);
myMPT1->AddProperty("ABSLENGTH", PhotonEnergy, Absorption1, nEntries);
myMPT1->AddProperty("FASTCOMPONENT",PhotonEnergy, ScintilFast, nEntries);
myMPT1->AddProperty("SLOWCOMPONENT",PhotonEnergy, ScintilSlow, nEntries);
myMPT1->AddProperty("RINDEX", PhotonEnergy, RefractiveIndex1,nEntries)
->SetSpline(true);
myMPT1->AddProperty("ABSLENGTH", PhotonEnergy, Absorption1, nEntries)
->SetSpline(true);
myMPT1->AddProperty("FASTCOMPONENT",PhotonEnergy, ScintilFast, nEntries)
->SetSpline(true);
myMPT1->AddProperty("SLOWCOMPONENT",PhotonEnergy, ScintilSlow, nEntries)
->SetSpline(true);
myMPT1->AddConstProperty("SCINTILLATIONYIELD",50./MeV);
myMPT1->AddConstProperty("RESOLUTIONSCALE",1.0);
@@ -141,7 +146,7 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct()
myMPT1->AddConstProperty("SLOWTIMECONSTANT",10.*ns);
myMPT1->AddConstProperty("YIELDRATIO",0.8);
const G4int NUMENTRIES_water = 90;
const G4int NUMENTRIES_water = 60;
G4double ENERGY_water[NUMENTRIES_water] = {
1.56962*eV, 1.58974*eV, 1.61039*eV, 1.63157*eV,
@@ -188,7 +193,8 @@ G4VPhysicalVolume* ExN06DetectorConstruction::Construct()
// gforward, gbackward, forward backward ratio
G4double MIE_water_const[3]={0.99,0.99,0.8};
myMPT1->AddProperty("MIEHG",ENERGY_water,MIE_water,NUMENTRIES_water);
myMPT1->AddProperty("MIEHG",ENERGY_water,MIE_water,NUMENTRIES_water)
->SetSpline(true);
myMPT1->AddConstProperty("MIEHG_FORWARD",MIE_water_const[0]);
myMPT1->AddConstProperty("MIEHG_BACKWARD",MIE_water_const[1]);
myMPT1->AddConstProperty("MIEHG_FORWARD_RATIO",MIE_water_const[2]);
+2 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06PhysicsList.cc,v 1.19 2010/10/23 19:14:03 gum Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: ExN06PhysicsList.cc,v 1.19 2010-10-23 19:14:03 gum Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06PhysicsListMessenger.cc,v 1.3 2006/06/29 17:54:25 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: ExN06PhysicsListMessenger.cc,v 1.3 2006-06-29 17:54:25 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06PrimaryGeneratorMessenger.cc,v 1.3 2006/06/29 17:54:29 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: ExN06PrimaryGeneratorMessenger.cc,v 1.3 2006-06-29 17:54:29 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06PrimaryGeneratorAction.cc,v 1.6 2006/06/29 17:54:27 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: ExN06PrimaryGeneratorAction.cc,v 1.6 2006-06-29 17:54:27 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
+2 -2
View File
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06RunAction.cc,v 1.10 2006/06/29 17:54:31 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: ExN06RunAction.cc,v 1.10 2006-06-29 17:54:31 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: ExN06StackingAction.cc,v 1.6 2010/01/13 15:48:18 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
// $Id: ExN06StackingAction.cc,v 1.6 2010-01-13 15:48:18 gcosmo Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: ExN06SteppingVerbose.cc,v 1.4 2006/06/29 17:54:37 gunter Exp $
// GEANT4 tag $Name: geant4-09-02 $
// $Id: ExN06SteppingVerbose.cc,v 1.4 2006-06-29 17:54:37 gunter Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......