Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -61,8 +61,8 @@ class G4ECDecay : public G4NuclearDecay
|
||||
|
||||
private:
|
||||
const G4double transitionQ;
|
||||
G4bool applyARM;
|
||||
G4double PL1,PL2,PM1,PM2,PN1,PN2;
|
||||
G4bool applyARM;
|
||||
|
||||
//Ratio of subshells probability
|
||||
static const G4double PL2overPL1[100];
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
#define G4ITDecay_h 1
|
||||
|
||||
#include "G4NuclearDecay.hh"
|
||||
#include "G4Fragment.hh"
|
||||
|
||||
class G4PhotonEvaporation;
|
||||
|
||||
|
||||
@@ -99,9 +99,6 @@ class G4RadioactiveDecay : public G4VRestDiscreteProcess
|
||||
// Remove all logical volumes from RDM applications
|
||||
void DeselectAllVolumes();
|
||||
|
||||
// Enable/disable ICM
|
||||
void SetICM(G4bool icm) {applyICM = icm;}
|
||||
|
||||
// Enable/disable ARM
|
||||
void SetARM(G4bool arm) {applyARM = arm;}
|
||||
|
||||
@@ -205,7 +202,6 @@ class G4RadioactiveDecay : public G4VRestDiscreteProcess
|
||||
|
||||
G4bool isInitialised;
|
||||
|
||||
G4bool applyICM;
|
||||
G4bool applyARM;
|
||||
|
||||
// Parameters for pre-collimated (biased) decay products
|
||||
|
||||
-1
@@ -72,7 +72,6 @@ class G4RadioactiveDecayMessenger: public G4UImessenger
|
||||
G4UIcmdWithAString* deavolumeCmd;
|
||||
G4UIcmdWithoutParameter* allvolumesCmd;
|
||||
G4UIcmdWithoutParameter* deallvolumesCmd;
|
||||
G4UIcmdWithABool* icmCmd;
|
||||
G4UIcmdWithABool* armCmd;
|
||||
G4UIcommand* userDecayDataCmd;
|
||||
G4UIcommand* userEvaporationDataCmd;
|
||||
|
||||
Reference in New Issue
Block a user