Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -47,6 +47,7 @@
#include "UPolyhedra.hh"
#include "G4PolyhedraSide.hh"
#include "G4PolyhedraHistorical.hh"
#include "G4Polyhedron.hh"
class G4EnclosingCylinder;
class G4ReduciblePolygon;
@@ -78,6 +79,8 @@ class G4UPolyhedra : public G4USolid
const G4int n,
const G4VPhysicalVolume* pRep);
G4VSolid* Clone() const;
inline UPolyhedra* GetShape() const;
inline G4int GetNumSide() const;
@@ -173,7 +176,7 @@ inline void G4UPolyhedra::SetOriginalParameters(G4PolyhedraHistorical* pars)
pdata->Rmin[i] = pars->Rmin[i];
pdata->Rmax[i] = pars->Rmax[i];
}
ResetPolyhedron();
fRebuildPolyhedron = true;
}
inline G4bool G4UPolyhedra::Reset()
{