Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
@@ -21,16 +21,12 @@
// ********************************************************************
//
//
// $Id: G4DAWNFILE.hh,v 1.6.2.1 2001/06/28 19:15:32 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4DAWNFILE.hh,v 1.8 2001/07/27 22:32:55 johna Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
// Satoshi TANAKA
// DAWNFILE driver factory.
//=================//
#if defined (G4VIS_BUILD_DAWNFILE_DRIVER) || defined (G4VIS_USE_DAWNFILE)
//=================//
#ifndef G4DAWNFILE_HH
#define G4DAWNFILE_HH
@@ -56,4 +52,3 @@ private:
};
#endif
#endif
@@ -21,17 +21,11 @@
// ********************************************************************
//
//
// $Id: G4DAWNFILESceneHandler.hh,v 1.6.2.1 2001/06/28 19:15:32 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4DAWNFILESceneHandler.hh,v 1.10 2001/09/17 07:40:32 stanaka Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
// Satoshi TANAKA
//=================//
#ifdef G4VIS_BUILD_DAWNFILE_DRIVER
//=================//
#ifndef G4DAWNFILE_SCENE_HANDLER_HH
#define G4DAWNFILE_SCENE_HANDLER_HH
@@ -63,8 +57,13 @@ public:
void AddPrimitive (const G4Text&);
void AddPrimitive (const G4Circle&);
void AddPrimitive (const G4Square&);
//----- explicitly invoke base class methods to avoid warnings about
//----- hiding of base class methods.
void AddPrimitive (const G4Polymarker& polymarker)
{ G4VSceneHandler::AddPrimitive (polymarker); }
void AddPrimitive (const G4Scale& scale)
{ G4VSceneHandler::AddPrimitive (scale); }
virtual void BeginModeling () { G4VSceneHandler::BeginModeling ();}
virtual void EndModeling () { G4VSceneHandler::EndModeling ();}
@@ -88,7 +87,7 @@ public:
}
void AddThis ( const G4VSolid& solid );
void ClearStore (){}
void ClearTransientStore(); // Used for triggering detector re-drawing.
//----- public methods inherent to this class
static G4int GetSceneCount ();
@@ -234,4 +233,3 @@ private:
};
#endif
#endif //G4VIS_BUILD_DAWNFILE_DRIVER
@@ -21,17 +21,12 @@
// ********************************************************************
//
//
// $Id: G4DAWNFILEViewer.hh,v 1.6.2.1 2001/06/28 19:15:32 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4DAWNFILEViewer.hh,v 1.8 2001/07/27 22:32:57 johna Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
// Satoshi TANAKA
// DAWNFILE viewer - opens window, hard copy, etc.
//=================//
#ifdef G4VIS_BUILD_DAWNFILE_DRIVER
//=================//
#ifndef G4DAWNFILE_VIEWER_HH
#define G4DAWNFILE_VIEWER_HH
@@ -72,4 +67,3 @@ private:
};
#endif
#endif //G4VIS_BUILD_DAWNFILE_DRIVER
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FRClientServer.hh,v 1.5.2.1 2001/06/28 19:15:32 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FRClientServer.hh,v 1.6 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
// Satoshi TANAKA, Wed Jul 3 14:13:52 JST 1996
////////////////////////////////
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FRConst.hh,v 1.5.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FRConst.hh,v 1.6 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
// Satoshi TANAKA, Tue Jul 2 15:30:49 JST 1996
///////////////////////////////////
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FRFeatures.hh,v 1.4.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FRFeatures.hh,v 1.5 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
#if !defined G4_FR_FEATURES_HH
#define G4_FR_FEATURES_HH
File diff suppressed because it is too large Load Diff
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FRofstream.hh,v 1.4.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FRofstream.hh,v 1.5 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
#include"g4std/fstream"
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FukuiRenderer.hh,v 1.6.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FukuiRenderer.hh,v 1.7 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
// Satoshi TANAKA
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FukuiRendererSceneHandler.hh,v 1.6.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FukuiRendererSceneHandler.hh,v 1.9 2001/09/17 07:40:32 stanaka Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
// Satoshi TANAKA, Fri Jun 28 11:19:19 JST 1996
@@ -62,8 +62,13 @@ public:
void AddPrimitive (const G4Text&);
void AddPrimitive (const G4Circle&);
void AddPrimitive (const G4Square&);
//----- explicitly invoke base class methods to avoid warnings about
//----- hiding of base class methods.
void AddPrimitive (const G4Polymarker& polymarker)
{ G4VSceneHandler::AddPrimitive (polymarker); }
void AddPrimitive (const G4Scale& scale)
{ G4VSceneHandler::AddPrimitive (scale); }
virtual void BeginModeling () { G4VSceneHandler::BeginModeling ();}
virtual void EndModeling () { G4VSceneHandler::EndModeling ();}
@@ -87,7 +92,7 @@ public:
}
void AddThis ( const G4VSolid& solid );
void ClearStore (){}
void ClearTransientStore(); // Used for triggering detector re-drawing.
//----- methods inherent to this class
static G4int GetSceneCount ();
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4FukuiRendererViewer.hh,v 1.6.2.1 2001/06/28 19:15:33 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4FukuiRendererViewer.hh,v 1.7 2001/07/11 10:08:44 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
// Satoshi TANAKA, Fri Jun 28 12:10:14 JST 1996