Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
@@ -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;
};