Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4StateManager.cc,v 2.2 1998/09/25 13:09:23 asaim Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4StateManager.cc,v 1.1 1999/01/07 16:09:25 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ------------------------------------------------------------
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIbatch.cc,v 2.2 1998/07/13 17:12:53 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIbatch.cc,v 1.1 1999/01/07 16:09:25 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4UIbatch.hh"
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWith3Vector.cc,v 2.1 1998/07/12 02:59:42 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWith3Vector.cc,v 1.1 1999/01/07 16:09:25 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWith3VectorAndUnit.cc,v 2.1 1998/07/12 02:59:43 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWith3VectorAndUnit.cc,v 1.1 1999/01/07 16:09:25 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithABool.cc,v 2.1 1998/07/12 02:59:43 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithABool.cc,v 1.1 1999/01/07 16:09:25 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithADouble.cc,v 2.1 1998/07/12 02:59:44 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithADouble.cc,v 1.1 1999/01/07 16:09:26 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithADoubleAndUnit.cc,v 2.1 1998/07/12 02:59:44 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithADoubleAndUnit.cc,v 1.1 1999/01/07 16:09:26 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithAString.cc,v 2.1 1998/07/12 02:59:46 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithAString.cc,v 1.1 1999/01/07 16:09:26 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithAnInteger.cc,v 2.1 1998/07/12 02:59:47 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithAnInteger.cc,v 1.1 1999/01/07 16:09:26 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcmdWithoutParameter.cc,v 2.0 1998/07/02 17:08:48 gunter Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcmdWithoutParameter.cc,v 1.1 1999/01/07 16:09:26 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+3 -3
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcommand.cc,v 2.7 1998/11/25 16:15:25 allison Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcommand.cc,v 1.2 1999/05/19 17:33:00 stesting Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
@@ -93,7 +93,7 @@ G4int G4UIcommand::DoIt(G4String parameterList)
correctParameters.append(" ");
}
aToken = parameterToken();
if( aToken(0)=='"' )
if( aToken.length()>0 && aToken(0)=='"' )
{
while( aToken(aToken.length()-1) != '"' )
{
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcommandTree.cc,v 2.2 1998/07/13 17:12:57 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcommandTree.cc,v 1.1 1999/01/07 16:09:27 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4UIcommandTree.hh"
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIcontrolMessenger.cc,v 2.4 1998/10/01 15:50:00 asaim Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIcontrolMessenger.cc,v 1.1 1999/01/07 16:09:27 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4UIcontrolMessenger.hh"
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIdirectory.cc,v 2.0 1998/07/02 17:08:55 gunter Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIdirectory.cc,v 1.1 1999/01/07 16:09:27 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UImanager.cc,v 2.8 1998/12/03 15:41:52 stesting Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UImanager.cc,v 1.1 1999/01/07 16:09:27 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ---------------------------------------------------------------------
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UImessenger.cc,v 2.2 1998/07/13 17:13:04 urbi Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UImessenger.cc,v 1.1 1999/01/07 16:09:28 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4UImessenger.hh"
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIparameter.cc,v 2.5 1998/11/13 11:36:39 asaim Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIparameter.cc,v 1.1 1999/01/07 16:09:28 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
#include "G4UIparameter.hh"
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UIsession.cc,v 2.2 1998/10/13 05:36:06 masayasu Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UIsession.cc,v 1.1 1999/01/07 16:09:28 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ---------------------------------------------------------------------
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4UnitsMessenger.cc,v 2.1 1998/11/27 06:12:55 asaim Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4UnitsMessenger.cc,v 1.1 1999/01/07 16:09:28 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
@@ -0,0 +1,18 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VGlobalFastSimulationManager.cc,v 1.1 1999/04/15 15:43:19 mora Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// Abstract interface for GEANT4 Global Fast Simulation Manager.
// P. Mora de Freitas & M. Verderi 14/April/1999.
#include "G4VGlobalFastSimulationManager.hh"
G4VGlobalFastSimulationManager*
G4VGlobalFastSimulationManager::fpConcreteInstance = 0;
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VStateDependent.cc,v 2.2 1998/09/25 13:09:24 asaim Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4VStateDependent.cc,v 1.1 1999/01/07 16:09:28 gunter Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ------------------------------------------------------------
+19
View File
@@ -0,0 +1,19 @@
// This code implementation is the intellectual property of
// the RD44 GEANT4 collaboration.
//
// By copying, distributing or modifying the Program (or any work
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VVisManager.cc,v 1.2 1999/05/19 08:50:35 johna Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// Abstract interface for GEANT4 Visualization Manager.
// John Allison 19/Oct/1996.
#include "G4VVisManager.hh"
G4VVisManager::~G4VVisManager () {}
G4VVisManager* G4VVisManager::fpConcreteInstance = 0;