Import Geant4 10.7.0 source tree
This commit is contained in:
+14
-7
@@ -61,13 +61,20 @@ class G4RadioactivationMessenger: public G4UImessenger
|
||||
private:
|
||||
G4Radioactivation* theRadioactivationContainer;
|
||||
|
||||
G4UIdirectory* grdmDirectory;
|
||||
G4UIcmdWithABool* analoguemcCmd;
|
||||
G4UIcmdWithAString* sourcetimeprofileCmd;
|
||||
G4UIcmdWithAString* decaybiasprofileCmd;
|
||||
G4UIcmdWithABool* brbiasCmd;
|
||||
G4UIcmdWithAnInteger* splitnucleiCmd;
|
||||
G4UIcmdWithADoubleAndUnit* hlthCmd;
|
||||
G4UIdirectory* old_grdmDirectory; // To be removed in G4 11.0
|
||||
G4UIdirectory* rdmDirectory;
|
||||
G4UIcmdWithABool* old_analoguemcCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithABool* analoguemcCmd;
|
||||
G4UIcmdWithAString* old_sourcetimeprofileCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithAString* sourcetimeprofileCmd;
|
||||
G4UIcmdWithAString* old_decaybiasprofileCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithAString* decaybiasprofileCmd;
|
||||
G4UIcmdWithABool* old_brbiasCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithABool* brbiasCmd;
|
||||
G4UIcmdWithAnInteger* old_splitnucleiCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithAnInteger* splitnucleiCmd;
|
||||
G4UIcmdWithADoubleAndUnit* old_hlthCmd; // To be removed in G4 11.0
|
||||
G4UIcmdWithADoubleAndUnit* hlthCmd;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user