Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05CalorimeterHit.cc,v 1.4 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05CalorimeterHit.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05CalorimeterSD.cc,v 1.4 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05CalorimeterSD.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05DetectorConstruction.cc,v 1.5 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05DetectorConstruction.hh"
#include "ExN05CalorimeterSD.hh"
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN05DetectorMessenger.cc,v 1.4 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: ExN05DetectorMessenger.cc,v 1.5 2002/12/05 01:07:02 asaim Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -48,28 +48,28 @@ ExN05DetectorMessenger::ExN05DetectorMessenger(ExN05DetectorConstruction * myDet
SwitchCmd->SetParameterName("choice",true);
SwitchCmd->SetDefaultValue("on");
SwitchCmd->SetCandidates("on ON off OFF");
SwitchCmd->AvailableForStates(PreInit,Idle);
SwitchCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
TmaxCmd = new G4UIcmdWithADoubleAndUnit("/exN05/detector/maxTime",this);
TmaxCmd->SetGuidance("Set maximum time in crystal");
TmaxCmd->SetParameterName("Tmax",false,false);
TmaxCmd->SetDefaultUnit("ns");
TmaxCmd->SetUnitCategory("Time");
TmaxCmd->AvailableForStates(PreInit,Idle);
TmaxCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
EminCmd = new G4UIcmdWithADoubleAndUnit("/exN05/detector/minEkine",this);
EminCmd->SetGuidance("Set minimum kinetic energy in crystal");
EminCmd->SetParameterName("Emin",false,false);
EminCmd->SetDefaultUnit("MeV");
EminCmd->SetUnitCategory("Energy");
EminCmd->AvailableForStates(PreInit,Idle);
EminCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
RminCmd = new G4UIcmdWithADoubleAndUnit("/exN05/detector/minRange",this);
RminCmd->SetGuidance("Set minimum range in crystal");
RminCmd->SetParameterName("Rmin",false,false);
RminCmd->SetDefaultUnit("mm");
RminCmd->SetUnitCategory("Length");
RminCmd->AvailableForStates(PreInit,Idle);
RminCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
}
ExN05DetectorMessenger::~ExN05DetectorMessenger()
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05EMShowerModel.cc,v 1.7 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05EMShowerModel.hh"
#include "ExN05EnergySpot.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05EnergySpot.cc,v 1.6 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05EnergySpot.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05EventAction.cc,v 1.8 2002/01/09 17:24:19 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05EventAction.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05EventActionMessenger.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05EventActionMessenger.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05MaxTimeCuts.cc,v 1.5 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05MinEkineCuts.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05MinRangeCuts.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// --------------------------------------------------------------
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05PhysicsList.cc,v 1.7 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05PiModel.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05PiModel.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05PionShowerModel.cc,v 1.8 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05PionShowerModel.hh"
#include "ExN05EnergySpot.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05PrimaryGeneratorAction.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05PrimaryGeneratorAction.hh"
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05RunAction.cc,v 1.7 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
// Make this appear first!
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05SpecialCuts.cc,v 1.5 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// ------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05SteppingAction.cc,v 1.6 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05SteppingAction.hh"
@@ -22,7 +22,7 @@
//
//
// $Id: ExN05SteppingActionMessenger.cc,v 1.4 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
#include "ExN05SteppingActionMessenger.hh"
+4 -2
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: ExN05VisManager.cc,v 1.6 2002/01/09 17:24:20 ranjard Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: ExN05VisManager.cc,v 1.7 2002/11/13 19:14:43 duns Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -39,6 +39,7 @@
#include "G4DAWNFILE.hh"
#include "G4GAGTree.hh"
#include "G4HepRepFile.hh"
#include "G4HepRep.hh"
#include "G4RayTracer.hh"
#include "G4VRML1File.hh"
#include "G4VRML2File.hh"
@@ -95,6 +96,7 @@ void ExN05VisManager::RegisterGraphicsSystems () {
RegisterGraphicsSystem (new G4DAWNFILE);
RegisterGraphicsSystem (new G4GAGTree);
RegisterGraphicsSystem (new G4HepRepFile);
RegisterGraphicsSystem (new G4HepRep);
RegisterGraphicsSystem (new G4RayTracer);
RegisterGraphicsSystem (new G4VRML1File);
RegisterGraphicsSystem (new G4VRML2File);