Import Geant4 11.4.1 source tree
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
|
||||
#include "G4VTree.hh"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class G4ASCIITreeMessenger;
|
||||
|
||||
class G4ASCIITree: public G4VTree {
|
||||
@@ -44,12 +46,14 @@ public:
|
||||
G4VSceneHandler* CreateSceneHandler (const G4String& name = "");
|
||||
G4VViewer* CreateViewer (G4VSceneHandler&, const G4String& name = "");
|
||||
G4int GetVerbosity() const {return fVerbosity;}
|
||||
const std::vector<G4String>& GetVerbosityGuidance() const {return fVerbosityGuidance;}
|
||||
G4String GetOutFileName () const {return fOutFileName;}
|
||||
void SetVerbosity (G4int verbosity) {fVerbosity = verbosity;}
|
||||
void SetOutFileName (const G4String& name) {fOutFileName = name;}
|
||||
protected:
|
||||
G4int fVerbosity;
|
||||
G4ASCIITreeMessenger* fpMessenger;
|
||||
std::vector<G4String> fVerbosityGuidance;
|
||||
G4String fOutFileName;
|
||||
};
|
||||
|
||||
|
||||
@@ -36,8 +36,6 @@
|
||||
|
||||
#include "G4UImessenger.hh"
|
||||
|
||||
#include <vector>
|
||||
|
||||
class G4ASCIITree;
|
||||
class G4UIcommand;
|
||||
class G4UIcmdWithAnInteger;
|
||||
@@ -49,7 +47,6 @@ public:
|
||||
virtual ~G4ASCIITreeMessenger();
|
||||
G4String GetCurrentValue (G4UIcommand* command);
|
||||
void SetNewValue (G4UIcommand* command, G4String newValue);
|
||||
static std::vector<G4String> fVerbosityGuidance;
|
||||
private:
|
||||
G4ASCIITree* fpASCIITree;
|
||||
G4UIcommand* fpDirectory;
|
||||
|
||||
Reference in New Issue
Block a user