Import Geant4 10.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2016-06-30 14:12:05 +02:00
parent a654a7ab1f
commit 4ec577e5c4
2021 changed files with 100995 additions and 78277 deletions
@@ -69,10 +69,10 @@ class G4EmParametersMessenger: public G4UImessenger
{
public: // with description
G4EmParametersMessenger(G4EmParameters*);
explicit G4EmParametersMessenger(G4EmParameters*);
virtual ~G4EmParametersMessenger();
virtual void SetNewValue(G4UIcommand*, G4String);
virtual void SetNewValue(G4UIcommand*, G4String) override;
private:
@@ -133,6 +133,17 @@ private:
G4UIcmdWithAString* meCmd;
G4UIcommand* dnaCmd;
G4UIcommand* dumpCmd;
G4UIcommand* SubSecCmd;
G4UIcommand* StepFuncCmd;
G4UIcommand* StepFuncCmd1;
G4UIcmdWithABool* IntegCmd;
G4UIcommand* deexCmd;
G4UIcommand* bfCmd;
G4UIcommand* fiCmd;
G4UIcommand* bsCmd;
G4UIcmdWithAString* nffCmd;
};
#endif