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,24 +23,18 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
// classes G4ParameterisationPolyhedraRho,
// G4ParameterisationPolyhedraPhi,
// G4ParameterisationPolyhedraZ
// G4ParameterisationPolyhedra[Rho/Phi/Z]
//
// Class description:
//
// These classes represent the parameterised positioning equivalent to
// dividing a G4Polyhedra along one of each axis Rho, Phi, Z.
// History:
// -------
// 09.05.01 - P.Arce, Initial version
// 08.04.04 - I.Hrivnacova, Implemented reflection
//---------------------------------------------------------------------
#ifndef G4ParameterisationPolyhedra_H
#define G4ParameterisationPolyhedra_H 1
#ifndef G4PARAMETERISATIONPOLYHEDRA_HH
#define G4PARAMETERISATIONPOLYHEDRA_HH 1
#include "G4VDivisionParameterisation.hh"
#include "G4Polyhedra.hh"
@@ -237,8 +231,8 @@ class G4ParameterisationPolyhedraZ : public G4VParameterisationPolyhedra
const G4VPhysicalVolume*) const {}
private:
G4int fNSegment;
G4PolyhedraHistorical* fOrigParamMother;
G4int fNSegment = 0;
G4PolyhedraHistorical* fOrigParamMother = nullptr;
};
#endif