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
@@ -65,21 +65,32 @@ class G4RadioactiveDecayBaseMessenger: public G4UImessenger
private:
G4RadioactiveDecayBase* theRadioactiveDecayContainer;
G4UIdirectory* grdmDirectory;
G4UIcmdWithNucleusLimits* nucleuslimitsCmd;
G4UIcmdWithAnInteger* verboseCmd;
G4UIcmdWithAString* avolumeCmd;
G4UIcmdWithAString* deavolumeCmd;
G4UIcmdWithoutParameter* allvolumesCmd;
G4UIcmdWithoutParameter* deallvolumesCmd;
G4UIcmdWithABool* icmCmd;
G4UIcmdWithABool* armCmd;
G4UIcommand* userDecayDataCmd;
G4UIcommand* userEvaporationDataCmd;
G4UIcmdWith3Vector* colldirCmd;
G4UIcmdWithADoubleAndUnit* collangleCmd;
G4UIdirectory* old_grdmDirectory; // To be removed in G4 11.0
G4UIdirectory* rdmDirectory;
G4UIcmdWithNucleusLimits* old_nucleuslimitsCmd; // To be removed in G4 11.0
G4UIcmdWithNucleusLimits* nucleuslimitsCmd;
G4UIcmdWithAnInteger* old_verboseCmd; // To be removed in G4 11.0
G4UIcmdWithAnInteger* verboseCmd;
G4UIcmdWithAString* old_avolumeCmd; // To be removed in G4 11.0
G4UIcmdWithAString* avolumeCmd;
G4UIcmdWithAString* old_deavolumeCmd; // To be removed in G4 11.0
G4UIcmdWithAString* deavolumeCmd;
G4UIcmdWithoutParameter* old_allvolumesCmd; // To be removed in G4 11.0
G4UIcmdWithoutParameter* allvolumesCmd;
G4UIcmdWithoutParameter* old_deallvolumesCmd; // To be removed in G4 11.0
G4UIcmdWithoutParameter* deallvolumesCmd;
G4UIcmdWithABool* old_icmCmd; // To be removed in G4 11.0
G4UIcmdWithABool* icmCmd;
G4UIcmdWithABool* old_armCmd; // To be removed in G4 11.0
G4UIcmdWithABool* armCmd;
G4UIcommand* old_userDecayDataCmd; // To be removed in G4 11.0
G4UIcommand* userDecayDataCmd;
G4UIcommand* old_userEvaporationDataCmd; // To be removed in G4 11.0
G4UIcommand* userEvaporationDataCmd;
G4UIcmdWith3Vector* old_colldirCmd; // To be removed in G4 11.0
G4UIcmdWith3Vector* colldirCmd;
G4UIcmdWithADoubleAndUnit* old_collangleCmd; // To be removed in G4 11.0
G4UIcmdWithADoubleAndUnit* collangleCmd;
};
#endif