Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4EmProcessOptions.hh 84398 2014-10-15 07:20:18Z gcosmo $
// $Id: G4EmProcessOptions.hh 96088 2016-03-14 16:03:38Z gcosmo $
//
//
// -------------------------------------------------------------------
@@ -59,7 +59,6 @@
class G4EmParameters;
class G4LossTableManager;
class G4Region;
class G4EmProcessOptions
{
@@ -134,7 +133,7 @@ public:
void SetMscStepLimitation(G4MscStepLimitType val);
void SetSubCutoff(G4bool val, const G4Region* r=0);
void SetSubCutoff(G4bool val, const G4String& r = "");
void SetIntegral(G4bool val);
@@ -165,10 +164,9 @@ public:
private:
G4EmProcessOptions & operator=(const G4EmProcessOptions &right);
G4EmProcessOptions(const G4EmProcessOptions&);
G4EmProcessOptions & operator=(const G4EmProcessOptions &right) = delete;
G4EmProcessOptions(const G4EmProcessOptions&) = delete;
G4LossTableManager* theManager;
G4EmParameters* theParameters;
};