Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
@@ -65,32 +65,20 @@ class G4RadioactiveDecayBaseMessenger: public G4UImessenger
private:
G4RadioactiveDecayBase* theRadioactiveDecayContainer;
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;
G4UIdirectory* rdmDirectory;
G4UIcmdWithNucleusLimits* nucleuslimitsCmd;
G4UIcmdWithAnInteger* verboseCmd;
G4UIcmdWithAString* avolumeCmd;
G4UIcmdWithAString* deavolumeCmd;
G4UIcmdWithoutParameter* allvolumesCmd;
G4UIcmdWithoutParameter* deallvolumesCmd;
G4UIcmdWithABool* icmCmd;
G4UIcmdWithABool* armCmd;
G4UIcommand* userDecayDataCmd;
G4UIcommand* userEvaporationDataCmd;
G4UIcmdWith3Vector* colldirCmd;
G4UIcmdWithADoubleAndUnit* collangleCmd;
G4UIcmdWithADoubleAndUnit* thresholdForVeryLongDecayTimeCmd;
};
#endif