Import Geant4 11.2.0 source tree
This commit is contained in:
@@ -47,16 +47,16 @@ class F02PrimaryGeneratorMessenger: public G4UImessenger
|
||||
{
|
||||
public:
|
||||
F02PrimaryGeneratorMessenger(F02PrimaryGeneratorAction*);
|
||||
virtual ~F02PrimaryGeneratorMessenger();
|
||||
|
||||
virtual void SetNewValue(G4UIcommand*, G4String);
|
||||
~F02PrimaryGeneratorMessenger() override;
|
||||
|
||||
void SetNewValue(G4UIcommand*, G4String) override;
|
||||
|
||||
private:
|
||||
F02PrimaryGeneratorAction* fAction;
|
||||
G4UIcmdWithAString* fRndmCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fSetXVertexCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fSetYVertexCmd;
|
||||
G4UIcmdWithADoubleAndUnit* fSetZVertexCmd;
|
||||
F02PrimaryGeneratorAction* fAction = nullptr;
|
||||
G4UIcmdWithAString* fRndmCmd = nullptr;
|
||||
G4UIcmdWithADoubleAndUnit* fSetXVertexCmd = nullptr;
|
||||
G4UIcmdWithADoubleAndUnit* fSetYVertexCmd = nullptr;
|
||||
G4UIcmdWithADoubleAndUnit* fSetZVertexCmd = nullptr;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user