28.9.2011 Kamil Sedlak

1) implemented a new command /gun/turtleMomentumScalingFactor in the musrSim
   (see the manual)
2) some small changes in the musrSimAna
This commit is contained in:
2011-09-28 10:01:31 +00:00
parent c10cb1791c
commit 0c995ad9d8
9 changed files with 54 additions and 7 deletions

View File

@ -72,6 +72,7 @@ class musrPrimaryGeneratorMessenger: public G4UImessenger
G4UIcmdWithADoubleAndUnit* setTurtleZ0Cmd;
G4UIcmdWithAString* setTurtleInterpretAxesCmd;
G4UIcmdWith3Vector* setTurtleMomentumBite;
G4UIcmdWithADouble* setTurtleMomentumScalingFactor;
G4UIcmdWithAnInteger* setTurtleEventNrCmd;
};
#endif