Import Geant4 7.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 12:11:21 +02:00
parent 516dbf1a58
commit d93e1e39a9
5384 changed files with 125662 additions and 82444 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4ASCIITreeMessenger.hh,v 1.5 2004/09/13 20:52:52 johna Exp $
// GEANT4 tag $Name: geant4-07-00-cand-01 $
// $Id: G4ASCIITreeMessenger.hh,v 1.6 2005/05/06 08:38:36 allison Exp $
// GEANT4 tag $Name: geant4-07-01 $
//
//
// John Allison 5th April 2001
@@ -35,6 +35,8 @@
#include "G4UImessenger.hh"
#include <vector>
class G4ASCIITree;
class G4UIcommand;
class G4UIcmdWithAnInteger;
@@ -46,6 +48,7 @@ public:
virtual ~G4ASCIITreeMessenger();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
static std::vector<G4String> fVerbosityGuidance;
private:
G4ASCIITree* fpASCIITree;
G4UIcommand* fpDirectory;