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
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: CadDetectorConstruction.cc,v 1.1 2002/06/20 10:00:55 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
#include "G4AssemblyCreator.hh"
@@ -20,8 +20,8 @@
// * statement, and all its terms. *
// ********************************************************************
//
// $Id: CadDetectorMessenger.cc,v 1.1 2002/06/20 10:00:55 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: CadDetectorMessenger.cc,v 1.2 2002/12/05 01:07:00 asaim Exp $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
#include "CadDetectorConstruction.hh"
@@ -43,7 +43,7 @@ CadDetectorMessenger::CadDetectorMessenger(CadDetectorConstruction * myDC)
selDetCmd->SetParameterName("choice",true);
selDetCmd->SetDefaultValue("rod_place_asm");
selDetCmd->SetCandidates("rod_place_asm rod_solid");
selDetCmd->AvailableForStates(PreInit,Idle);
selDetCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
switchCmd = new G4UIcmdWithAString("/mydet/SwitchDetector",this);
switchCmd->SetGuidance("Assign the selected geometry to G4RunManager.");
@@ -52,7 +52,7 @@ CadDetectorMessenger::CadDetectorMessenger(CadDetectorConstruction * myDC)
switchCmd->SetParameterName("choice",true);
switchCmd->SetDefaultValue(" ");
switchCmd->SetCandidates("rod_place_asm rod_solid \" \"");
switchCmd->AvailableForStates(PreInit,Idle);
switchCmd->AvailableForStates(G4State_PreInit,G4State_Idle);
myDetector->SelectDetector(defParam="rod_place_asm");
}
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: CadPhysicsList.cc,v 1.1 2002/06/20 10:00:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
#include "CadPhysicsList.hh"
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: CadPrimaryGeneratorAction.cc,v 1.1 2002/06/20 10:00:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
#include "CadPrimaryGeneratorAction.hh"
@@ -21,7 +21,7 @@
// ********************************************************************
//
// $Id: CadRunAction.cc,v 1.1 2002/06/20 10:00:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
// ------------------------------------------------------------
// Make this appear first!
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: CadVisManager.cc,v 1.1 2002/06/20 10:00:56 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: CadVisManager.cc,v 1.2 2002/11/26 08:28:07 duns Exp $
// GEANT4 tag $Name: geant4-05-00 $
// --------------------------------------------------------------------
#ifdef G4VIS_USE
@@ -35,6 +35,7 @@
#include "G4DAWNFILE.hh"
#include "G4GAGTree.hh"
#include "G4HepRepFile.hh"
#include "G4HepRep.hh"
#include "G4RayTracer.hh"
CadVisManager::CadVisManager () {}
@@ -45,6 +46,7 @@ void CadVisManager::RegisterGraphicsSystems ()
RegisterGraphicsSystem (new G4DAWNFILE);
RegisterGraphicsSystem (new G4GAGTree);
RegisterGraphicsSystem (new G4HepRepFile);
RegisterGraphicsSystem (new G4HepRep);
RegisterGraphicsSystem (new G4RayTracer);
if (fVerbose > 0)