Import Geant4 5.0.0 source tree
This commit is contained in:
@@ -62,10 +62,12 @@ class DMXRunAction : public G4UserRunAction
|
||||
void SetsavehitsFile (G4String val) { savehitsFile = val;};
|
||||
void SetsavepmtFile (G4String val) { savepmtFile = val;};
|
||||
void SetsavehistFile (G4String val) { savehistFile = val;};
|
||||
void Setplotevent (G4bool valb) { plotevent = valb;};
|
||||
void Setinteractplot (G4bool valb) { interactplot = valb;};
|
||||
|
||||
G4String GetsavehitsFile() {return savehitsFile;};
|
||||
G4String GetsavepmtFile() {return savepmtFile;};
|
||||
G4bool Getplotevent() {return plotevent;};
|
||||
|
||||
private:
|
||||
|
||||
@@ -73,6 +75,7 @@ class DMXRunAction : public G4UserRunAction
|
||||
G4String savehitsFile;
|
||||
G4String savepmtFile;
|
||||
G4String savehistFile;
|
||||
G4bool plotevent;
|
||||
G4bool interactplot;
|
||||
|
||||
DMXRunActionMessenger* runMessenger;
|
||||
|
||||
Reference in New Issue
Block a user