Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -38,24 +38,24 @@ class G4UIcmdWithADoubleAndUnit;
#include "G4UImessenger.hh"
#include "globals.hh"
class RE05StackingActionMessenger: public G4UImessenger
class RE05StackingActionMessenger : public G4UImessenger
{
public:
RE05StackingActionMessenger(RE05StackingAction* msa);
virtual ~RE05StackingActionMessenger();
public:
virtual void SetNewValue(G4UIcommand * command,G4String newValues);
virtual G4String GetCurrentValue(G4UIcommand * command);
virtual void SetNewValue(G4UIcommand* command, G4String newValues);
virtual G4String GetCurrentValue(G4UIcommand* command);
private:
RE05StackingAction * fMyAction;
//commands
RE05StackingAction* fMyAction;
// commands
G4UIcmdWithAnInteger* fMuonCmd;
G4UIcmdWithAnInteger* fIsoMuonCmd;
G4UIcmdWithAnInteger* fIsoCmd;
G4UIcmdWithADoubleAndUnit* fRoiCmd;
G4UIcmdWithADoubleAndUnit* fRoiCmd;
};
#endif