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,21 +23,14 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// --------------------------------------------------------------------
// GEANT 4 class header file
// --------------------------------------------------------------------
// G4ErrorPlaneSurfaceTarget
//
// Class Description:
//
// G4ErrorTarget class: limits step when track reaches a plane surface.
// Limits step when track reaches a plane surface.
// History:
// - Created. P. Arce, September 2004
// Created: P.Arce, September 2004
// --------------------------------------------------------------------
#ifndef G4ErrorPlaneSurfaceTarget_hh
#define G4ErrorPlaneSurfaceTarget_hh
@@ -50,17 +43,17 @@ class G4ErrorPlaneSurfaceTarget : public G4ErrorSurfaceTarget, G4Plane3D
{
public: // with description
G4ErrorPlaneSurfaceTarget(G4double a=0, G4double b=0,
G4double c=0, G4double d=0);
G4ErrorPlaneSurfaceTarget(G4double a=0., G4double b=0.,
G4double c=0., G4double d=0.);
// Constructs plane by parameters: ax+by+cz+d = 0
G4ErrorPlaneSurfaceTarget(const G4Normal3D &n,
const G4Point3D &p);
G4ErrorPlaneSurfaceTarget(const G4Normal3D& n,
const G4Point3D& p);
// Constructs plane by point and normal
G4ErrorPlaneSurfaceTarget(const G4Point3D &p1,
const G4Point3D &p2,
const G4Point3D &p3);
G4ErrorPlaneSurfaceTarget(const G4Point3D& p1,
const G4Point3D& p2,
const G4Point3D& p3);
// Constructs plane by three points
~G4ErrorPlaneSurfaceTarget();