Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: Em4EventActionMessenger.hh,v 1.4 2001/10/17 14:04:14 maire Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: Em4EventActionMessenger.hh,v 1.5 2002/12/10 17:20:30 maire Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
//
@@ -36,6 +36,7 @@
#include "G4UImessenger.hh"
class Em4EventAction;
class G4UIdirectory;
class G4UIcmdWithAString;
class G4UIcmdWithAnInteger;
@@ -50,7 +51,8 @@ class Em4EventActionMessenger: public G4UImessenger
void SetNewValue(G4UIcommand*, G4String);
private:
Em4EventAction* eventAction;
Em4EventAction* eventAction;
G4UIdirectory* testemDir;
G4UIcmdWithAString* DrawCmd;
G4UIcmdWithAnInteger* PrintCmd;
};