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,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4GoSceneHandler.hh,v 1.8 2001/08/24 21:49:59 johna Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4GoSceneHandler.hh,v 1.9 2002/12/11 15:58:00 johna Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
@@ -72,6 +72,8 @@ public:
void AddThis (const G4Polycone&);
void AddThis (const G4Polyhedra&);
void AddThis (const G4VSolid&);
void AddThis (const G4VTrajectory&);
void AddThis (const G4VHit&);
void BeginPrimitives (const G4Transform3D& objectTransformation);
void EndPrimitives ();
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Wo.hh,v 1.6 2001/07/11 10:08:47 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4WoViewer.hh,v 1.5 2001/07/11 10:08:47 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Xo.hh,v 1.6 2001/07/11 10:08:47 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
@@ -22,7 +22,7 @@
//
//
// $Id: G4XoViewer.hh,v 1.5 2001/07/11 10:08:47 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4GoSceneHandler.cc,v 1.13 2001/11/12 18:22:09 johna Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4GoSceneHandler.cc,v 1.14 2002/12/11 15:58:01 johna Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
@@ -444,6 +444,30 @@ void G4GoSceneHandler::AddThis (
G4VSceneHandler::AddThis (solid);
}
/***************************************************************************/
void G4GoSceneHandler::AddThis (
const G4VTrajectory& traj
)
/***************************************************************************/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
{
#ifdef DEBUG
G4cout << "G4GoSceneHandler::AddThis(G4VTrajectory&) " << G4endl;
#endif
G4VSceneHandler::AddThis (traj);
}
/***************************************************************************/
void G4GoSceneHandler::AddThis (
const G4VHit& hit
)
/***************************************************************************/
/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
{
#ifdef DEBUG
G4cout << "G4GoSceneHandler::AddThis(G4VHit&) " << G4endl;
#endif
G4VSceneHandler::AddThis (hit);
}
/***************************************************************************/
void G4GoSceneHandler::PreAddThis (
const G4Transform3D& objectTransformation,
const G4VisAttributes& visAttribs
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Wo.cc,v 1.5 2001/07/11 10:08:47 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4WoViewer.cc,v 1.7 2001/07/11 10:08:48 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4Xo.cc,v 1.6 2001/07/11 10:08:48 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996
+1 -1
View File
@@ -22,7 +22,7 @@
//
//
// $Id: G4XoViewer.cc,v 1.8 2001/07/11 10:08:48 gunter Exp $
// GEANT4 tag $Name: geant4-04-01 $
// GEANT4 tag $Name: geant4-05-00 $
//
//
// Guy Barrand 04 November 1996