13 #ifndef __GLG4TESTSOLID_HH__
14 #define __GLG4TESTSOLID_HH__ 1
16 #include "G4ThreeVector.hh"
22 class G4AffineTransform;
26 static G4String Test(
const G4VSolid &s, G4int npair);
28 static G4String TestRay(
const G4VSolid &s,
const G4ThreeVector &p,
const G4ThreeVector &v, G4double checkTolerance);
30 static G4String TestAtSurface(
const G4VSolid &s,
const G4ThreeVector &p1, G4double checkTolerance);
32 static void ResetRandomPointSeed(G4int newiseed);
34 static G4ThreeVector PickRandomPoint(G4VisExtent &ve, G4int itype = -1);
Definition: GLG4TestSolid.hh:24