Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -192,7 +192,7 @@ public:
static double getTolerance();
static double setTolerance( double tol );
enum { ToleranceTicks = 100 };
static const int ToleranceTicks = 100;
protected:
+1 -1
View File
@@ -292,7 +292,7 @@ public:
double howOrthogonal (const Hep3Vector & v) const;
// | v1.dot(v2) / v1.cross(v2) |, to a maximum of 1.
enum { ToleranceTicks = 100 };
static const int ToleranceTicks = 100;
// 4 - Intrinsic properties
+1 -1
View File
@@ -190,7 +190,7 @@ public:
const Hep2Vector & b);
// v1-v2
enum { ZMpvToleranceTicks = 100 };
static const int ZMpvToleranceTicks = 100;
private: