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
+10 -10
View File
@@ -23,13 +23,9 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
//
//
//
// Tube/Cone Meshing constants for extent calculations
// History:
// 13.08.95 P.Kent Created separate file
// 13.08.95, P.Kent - Created separate file
// --------------------------------------------------------------------
#ifndef MESHDEFS_HH
#define MESHDEFS_HH
@@ -38,11 +34,15 @@
#include "G4Types.hh"
const G4double kMeshAngleDefault=(CLHEP::pi/4); // Angle for mesh `wedges' in rads
// Works best when simple fraction of pi/2
const G4double kMeshAngleDefault = (CLHEP::pi/4);
// Angle for mesh `wedges' in rads
// Works best when simple fraction of pi/2
const G4int kMinMeshSections=3; // Min wedges+1 to make
const G4int kMaxMeshSections=37; // max wedges+1 to make
// =>10 degrees/wedge for complete tube
const G4int kMinMeshSections = 3;
// Min wedges+1 to make
const G4int kMaxMeshSections = 37;
// max wedges+1 to make
// =>10 degrees/wedge for complete tube
#endif