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
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4UIcontrolMessenger.hh,v 1.9 2001/10/11 01:37:58 asaim Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4UIcontrolMessenger.hh,v 1.10 2002/05/15 06:51:31 asaim Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
#ifndef G4UIcontrolMessenger_h
@@ -54,6 +54,7 @@ class G4UIcommand;
// /control/shell
// /control/manual
// /control/createHTML
// /control/maximumStoredHistory
class G4UIcontrolMessenger : public G4UImessenger
{
@@ -78,6 +79,7 @@ class G4UIcontrolMessenger : public G4UImessenger
G4UIcommand * foreachCommand;
G4UIcmdWithAString * ManualCommand;
G4UIcmdWithAString * HTMLCommand;
G4UIcmdWithAnInteger * maxStoredHistCommand;
};
#endif