Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4DecayTableMessenger.hh,v 2.2 1998/07/12 03:43:08 urbi Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4DecayTableMessenger.hh,v 1.2 1999/04/13 07:58:24 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
//---------------------------------------------------------------
|
||||
@@ -49,11 +49,11 @@ class G4UIcmdWithADouble;
|
||||
class G4DecayTableMessenger: public G4UImessenger
|
||||
{
|
||||
public:
|
||||
G4DecayTableMessenger(G4ParticleTable* pTable = NULL);
|
||||
~G4DecayTableMessenger();
|
||||
G4DecayTableMessenger(G4ParticleTable* pTable = 0);
|
||||
virtual ~G4DecayTableMessenger();
|
||||
|
||||
void SetNewValue(G4UIcommand * command,G4String newValues);
|
||||
G4String GetCurrentValue(G4UIcommand * command);
|
||||
virtual void SetNewValue(G4UIcommand * command,G4String newValues);
|
||||
virtual G4String GetCurrentValue(G4UIcommand * command);
|
||||
|
||||
private:
|
||||
G4DecayTableMessenger(const G4DecayTableMessenger&){};
|
||||
|
||||
Reference in New Issue
Block a user