Implementation of initial beam direction command. For now works only for +-z direction.

This commit is contained in:
2011-01-03 13:41:37 +00:00
parent f6ccd6cc75
commit 651bc448f0
4 changed files with 24 additions and 3 deletions

View File

@ -65,6 +65,7 @@ class musrPrimaryGeneratorMessenger: public G4UImessenger
G4UIcmdWith3VectorAndUnit* setSigmaTiltAngleCmd;
G4UIcmdWithADoubleAndUnit* setPitchCmd;
G4UIcmdWith3Vector* setMuonPolarizCmd;
G4UIcmdWith3Vector* setDirectionCmd;
G4UIcmdWithADouble* setMuonPolarizFractionCmd;
G4UIcmdWith3VectorAndUnit* setMuonDecayTimeCmd;
G4UIcmdWithAString* setTurtleCmd;