Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user