Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
@@ -44,6 +44,7 @@
class DMXRunAction;
class G4UIcmdWithAString;
class G4UIcmdWithABool;
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
@@ -56,8 +57,12 @@ class DMXRunActionMessenger: public G4UImessenger
void SetNewValue(G4UIcommand*, G4String);
private:
DMXRunAction* DMXRun;
G4UIcmdWithAString* FileCmd;
DMXRunAction* DMXRun;
G4UIcmdWithAString* SaveHitsCmd;
G4UIcmdWithAString* SavePmtCmd;
G4UIcmdWithAString* SaveHistFileCmd;
G4UIcmdWithABool* InteractPlotCmd;
};
#endif