Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -23,9 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// class G4VPVParamterisation
// G4VPVParamterisation
//
// Class description:
//
@@ -33,11 +31,10 @@
// (indirectly) the dimensions of parameterised volumes, given a
// replication number.
// History:
// 25.07.96 P.Kent Initial stub version
// 20.09.96 V.Grichine Modifications for G4Trap/Cons/Sphere
// 31.10.96 V.Grichine Modifications for G4Torus/Para
// 17.02.98 J.Apostolakis Allowing the parameterisation of Solid type
// 25.07.96, P.Kent - Initial stub version
// 20.09.96, V.Grichine - Modifications for G4Trap/Cons/Sphere
// 31.10.96, V.Grichine - Modifications for G4Torus/Para
// 17.02.98, J.Apostolakis - Allowing the parameterisation of solid type
// --------------------------------------------------------------------
#ifndef G4VPVPARAMETERISATION_HH
#define G4VPVPARAMETERISATION_HH
@@ -83,8 +80,8 @@ class G4VPVParameterisation
virtual G4VSolid* ComputeSolid(const G4int, G4VPhysicalVolume *);
virtual G4Material* ComputeMaterial(const G4int repNo,
G4VPhysicalVolume *currentVol,
const G4VTouchable *parentTouch=0);
G4VPhysicalVolume* currentVol,
const G4VTouchable* parentTouch = nullptr);
// Refined method, enabling nested parameterisations
virtual G4bool IsNested() const;