Import Geant4 11.1.1 source tree
This commit is contained in:
@@ -205,6 +205,9 @@ public:
|
||||
G4bool PhotoeffectBelowKShell() const;
|
||||
void SetPhotoeffectBelowKShell(G4bool v);
|
||||
|
||||
G4bool MscPositronCorrection() const;
|
||||
void SetMscPositronCorrection(G4bool v);
|
||||
|
||||
// 5d
|
||||
void SetOnIsolated(G4bool val);
|
||||
G4bool OnIsolated() const;
|
||||
@@ -421,6 +424,7 @@ private:
|
||||
G4bool fPolarisation;
|
||||
G4bool fMuDataFromFile;
|
||||
G4bool fPEKShell;
|
||||
G4bool fMscPosiCorr;
|
||||
G4bool onIsolated; // 5d model conversion on free ions
|
||||
G4bool fDNA;
|
||||
G4bool fIsPrinted;
|
||||
|
||||
@@ -104,6 +104,7 @@ private:
|
||||
G4UIcmdWithABool* icru90Cmd;
|
||||
G4UIcmdWithABool* mudatCmd;
|
||||
G4UIcmdWithABool* peKCmd;
|
||||
G4UIcmdWithABool* mscPCmd;
|
||||
|
||||
G4UIcmdWithADoubleAndUnit* minEnCmd;
|
||||
G4UIcmdWithADoubleAndUnit* maxEnCmd;
|
||||
|
||||
Reference in New Issue
Block a user