Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
@@ -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