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
@@ -39,6 +39,8 @@
class G4UIdirectory;
class G4UIcommand;
class G4UIcmdWithAnInteger;
class G4UIcmdWithADoubleAndUnit;
class G4UIcmdWithABool;
class G4HadronicParameters;
@@ -51,6 +53,8 @@ class G4HadronicParametersMessenger : public G4UImessenger {
G4HadronicParameters* theHadronicParameters;
G4UIdirectory* theDirectory;
G4UIcmdWithAnInteger* theVerboseCmd;
G4UIcmdWithADoubleAndUnit* theMaxEnergyCmd;
G4UIcmdWithABool* theCRCoalescenceCmd;
};
#endif