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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user