Import Geant4 9.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:58:43 +02:00
parent 96c8bcd0af
commit b79225fb37
7544 changed files with 245407 additions and 91099 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4BREPSolidBox.hh,v 1.9 2006/06/29 18:37:48 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
// $Id: G4BREPSolidBox.hh,v 1.10 2008/01/22 16:03:13 tnikitin Exp $
// GEANT4 tag $Name: geant4-09-02 $
//
// ----------------------------------------------------------------------
// Class G4BREPSolidBox
@@ -39,7 +39,18 @@
// const G4Point3D& Pt3, const G4Point3D& Pt4,
// const G4Point3D& Pt5, const G4Point3D& Pt6,
// const G4Point3D& Pt7, const G4Point3D& Pt8)
// Points have to be given in following way:
// First for YZ plane with X fixed to negative value, then
// for YZ plane with X xixed to positive value
// Examle :
// const G4Point3D Pt1(-x,-y,-z);
// const G4Point3D Pt2(-x,-y, z);
// const G4Point3D Pt3(-x, y, z);
// const G4Point3D Pt4(-x, y,-z);
// const G4Point3D Pt5( x,-y,-z);
// const G4Point3D Pt6( x,-y, z);
// const G4Point3D Pt7( x, y, z);
// const G4Point3D Pt8( x, y,-z);
// Authors: J.Sulkimo, P.Urban.
// Revisions by: L.Broglia, G.Cosmo.
// ----------------------------------------------------------------------