Import Geant4 8.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 14:55:03 +02:00
parent 216a75eeb1
commit fe73f43734
6714 changed files with 118229 additions and 68144 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4VisCommands.hh,v 1.5 2006/06/29 21:28:30 gunter Exp $
// GEANT4 tag $Name: geant4-08-01 $
// $Id: G4VisCommands.hh,v 1.6 2006/11/14 14:59:54 allison Exp $
// GEANT4 tag $Name: geant4-08-02 $
// /vis/ top level commands - John Allison 5th February 2001
@@ -63,6 +63,18 @@ private:
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandReviewKeptEvents: public G4VVisCommand {
public:
G4VisCommandReviewKeptEvents ();
virtual ~G4VisCommandReviewKeptEvents ();
G4String GetCurrentValue (G4UIcommand* command);
void SetNewValue (G4UIcommand* command, G4String newValue);
private:
G4VisCommandReviewKeptEvents (const G4VisCommandReviewKeptEvents&);
G4VisCommandReviewKeptEvents& operator = (const G4VisCommandReviewKeptEvents&);
G4UIcmdWithAString* fpCommand;
};
class G4VisCommandVerbose: public G4VVisCommand {
public:
G4VisCommandVerbose ();