Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 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: FRClient.h,v 1.1.10.1 1999/12/07 20:53:40 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: FRClient.h,v 1.2 1999/12/15 14:54:13 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// FRClient.h
// FukuiRenderer Client
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4FRClient.hh,v 1.2.8.1 1999/12/07 20:53:41 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4FRClient.hh,v 1.4 1999/12/27 07:49:11 stanaka Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4FRClient.hh
// Yasuhide Sawada and Satoshi Tanaka
@@ -45,7 +45,7 @@ private:
};
//manipulator
G4FRClient& endl(G4FRClient&);
//G4FRClient& endl(G4FRClient&);
#endif //G4_FR_CLIENT_HH
#endif //G4VIS_BUILD_VRML_DRIVER
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1.hh,v 1.5.8.1 1999/12/07 20:53:41 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1.hh,v 1.6 1999/12/15 14:54:14 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1.hh
// Yasuhide Sawada and Satoshi Tanaka
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1File.hh,v 1.5.8.1 1999/12/07 20:53:41 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1File.hh,v 1.6 1999/12/15 14:54:14 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1File.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1FileSceneHandler.hh,v 1.4.4.1 1999/12/07 20:53:41 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1FileSceneHandler.hh,v 1.6 1999/12/16 17:25:11 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1FileSceneHandler.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -16,7 +16,7 @@
#ifndef G4VRML1FILE_SCENE_HANDLER_HH
#define G4VRML1FILE_SCENE_HANDLER_HH
#include <fstream.h>
#include "g4std/fstream"
#include "globals.hh"
#include "G4LogicalVolume.hh"
@@ -41,6 +41,12 @@ public:
void AddThis(const G4Sphere&);
void AddThis(const G4Para&);
void AddThis(const G4Torus&);
void AddThis ( const G4Polycone& polycone ) {
G4VSceneHandler::AddThis (polycone);
}
void AddThis ( const G4Polyhedra& polyhedra) {
G4VSceneHandler::AddThis (polyhedra);
}
void AddThis(const G4VSolid&);
void BeginPrimitives(const G4Transform3D& objectTransformation);
@@ -92,7 +98,7 @@ private:
G4String fCurrentDEF;
G4VRML1File& fSystem; // Graphics system for this scene.
ofstream fDest ;
G4std::ofstream fDest ;
G4bool fFlagDestOpen ;
G4int fMaxFileNum ;
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1FileViewer.hh,v 1.3.8.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1FileViewer.hh,v 1.4 1999/12/15 14:54:14 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1FileViewer.hh
// Satoshi Tanaka and Yasuhide Sawada
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1SceneHandler.hh,v 1.4.4.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1SceneHandler.hh,v 1.6 1999/12/16 17:25:12 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1SceneHandler.hh
// Yasuhide Sawada & Satoshi Tanaka
@@ -42,6 +42,12 @@ public:
void AddThis(const G4Sphere&);
void AddThis(const G4Para&);
void AddThis(const G4Torus&);
void AddThis ( const G4Polycone& polycone ) {
G4VSceneHandler::AddThis (polycone);
}
void AddThis ( const G4Polyhedra& polyhedra) {
G4VSceneHandler::AddThis (polyhedra);
}
void AddThis(const G4VSolid&);
void BeginPrimitives(const G4Transform3D& objectTransformation);
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML1Viewer.hh,v 1.3.8.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML1Viewer.hh,v 1.4 1999/12/15 14:54:14 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML1Viewer.hh
// Satoshi Tanaka & Yasuhide Sawada
+2 -2
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2.hh,v 1.5.8.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2.hh,v 1.6 1999/12/15 14:54:14 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2.hh
// Satoshi Tanaka and Yasuhide Sawada
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2File.hh,v 1.5.8.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2File.hh,v 1.6 1999/12/15 14:54:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2File.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2FileSceneHandler.hh,v 1.3.4.1 1999/12/07 20:53:42 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2FileSceneHandler.hh,v 1.5 1999/12/16 17:25:14 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2FileSceneHandler.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -16,7 +16,7 @@
#ifndef G4VRML2FILE_SCENE_HANDLER_HH
#define G4VRML2FILE_SCENE_HANDLER_HH
#include <fstream.h>
#include "g4std/fstream"
#include "globals.hh"
#include "G4LogicalVolume.hh"
@@ -41,6 +41,12 @@ public:
void AddThis(const G4Sphere&);
void AddThis(const G4Para&);
void AddThis(const G4Torus&);
void AddThis ( const G4Polycone& polycone ) {
G4VSceneHandler::AddThis (polycone);
}
void AddThis ( const G4Polyhedra& polyhedra) {
G4VSceneHandler::AddThis (polyhedra);
}
void AddThis(const G4VSolid&);
void BeginPrimitives(const G4Transform3D& objectTransformation);
@@ -108,7 +114,7 @@ private:
static G4int fSceneCount; // No. of existing scenes.
public:
ofstream fDest ;
G4std::ofstream fDest ;
};
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2FileViewer.hh,v 1.3.8.1 1999/12/07 20:53:43 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2FileViewer.hh,v 1.4 1999/12/15 14:54:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2FileViewer.hh
// Satoshi Tanaka and Yasuhide Sawada
@@ -16,7 +16,7 @@
#ifndef G4VRML2FILE_VIEWER_HH
#define G4VRML2FILE_VIEWER_HH
#include <fstream.h>
#include "g4std/fstream"
#include "G4VViewer.hh"
#include "globals.hh"
@@ -36,7 +36,7 @@ private:
private:
G4VRML2FileSceneHandler& fSceneHandler; // Reference to Graphics Scene for this view.
ofstream& fDest ;
G4std::ofstream& fDest ;
G4double fViewHalfAngle ;
G4double fsin_VHA ;
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2SceneHandler.hh,v 1.3.4.1 1999/12/07 20:53:43 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2SceneHandler.hh,v 1.5 1999/12/16 17:25:16 johna Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2SceneHandler.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -41,6 +41,12 @@ public:
void AddThis(const G4Sphere&);
void AddThis(const G4Para&);
void AddThis(const G4Torus&);
void AddThis ( const G4Polycone& polycone ) {
G4VSceneHandler::AddThis (polycone);
}
void AddThis ( const G4Polyhedra& polyhedra) {
G4VSceneHandler::AddThis (polyhedra);
}
void AddThis(const G4VSolid&);
void BeginPrimitives(const G4Transform3D& objectTransformation);
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRML2Viewer.hh,v 1.3.8.1 1999/12/07 20:53:43 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRML2Viewer.hh,v 1.4 1999/12/15 14:54:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRML2Viewer.hh
// Satoshi Tanaka & Yasuhide Sawada
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4VRMLNetConfig.hh,v 1.2.8.1 1999/12/07 20:53:43 gunter Exp $
// GEANT4 tag $Name: geant4-01-00 $
// $Id: G4VRMLNetConfig.hh,v 1.3 1999/12/15 14:54:15 gunter Exp $
// GEANT4 tag $Name: geant4-01-01 $
//
// G4VRMLNetConfig.hh
// Satoshi Tanaka