Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -17,15 +17,15 @@
// * *
// * This code implementation is the result of the scientific and *
// * technical work of the GEANT4 collaboration and of QinetiQ Ltd, *
// * subject DEFCON 705 IPR conditions. *
// * subject to DEFCON 705 IPR conditions. *
// * By using, copying, modifying or distributing the software (or *
// * any work based on the software) you agree to acknowledge its *
// * use in resulting scientific publications, and indicate your *
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4TriangularFacet.hh,v 1.6 2007/02/26 08:39:40 gcosmo Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: G4TriangularFacet.hh,v 1.8 2007/12/10 16:30:18 gunter Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
//
@@ -68,9 +68,10 @@
#ifndef G4TriangularFacet_hh
#define G4TriangularFacet_hh 1
#include "globals.hh"
#include "G4VFacet.hh"
#include "G4ThreeVector.hh"
#include "globals.hh"
#include "G4TessellatedGeometryAlgorithms.hh"
class G4TriangularFacet : public G4VFacet
{
@@ -106,6 +107,10 @@ class G4TriangularFacet : public G4VFacet
G4double sMin, sMax;
G4double tMin;
G4double sqrDist;
G4TessellatedGeometryAlgorithms *tGeomAlg;
};
#endif