Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4eMultipleScattering.hh,v 1.4 2010/10/26 10:39:02 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: G4eMultipleScattering.hh,v 1.4 2010-10-26 10:39:02 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
// -----------------------------------------------------------------------------
//
@@ -73,15 +73,6 @@ public: // with description
// Print few lines of informations about the process: validity range,
void PrintInfo();
// geom. step length distribution should be sampled or not
//void Setsamplez(G4bool value) { samplez = value;};
// to reduce the energy/step dependence
//void Setdtrl(G4double value) { dtrl = value;};
// 'soften' step limitation above lambdalimit
//void SetLambdalimit(G4double value) { lambdalimit = value;};
protected:
// This function initialise models
@@ -89,10 +80,6 @@ protected:
private: // data members
// G4double lambdalimit;
//G4double dtrl;
//G4bool samplez;
G4bool isInitialized;
};