46 :XrayFluoAction(XrayFluoGun)
49 spectrum->
SetGuidance(
"Shoot the incident particle with a certain energy spectrum.");
50 spectrum->
SetGuidance(
" Choice : on(default), off");
57 globalCmd->SetGuidance(
"Illuminate the entire Mercury globe, not only the area seen by the optics");
58 globalCmd->SetGuidance(
"Choice : true, 1, false, 0");
59 globalCmd->SetParameterName(
"illuminaton",
true);
60 globalCmd->SetDefaultValue(
"false");
63 G4cout <<
"XrayFluoMercuryPrimaryGeneratorMessenger created" <<
G4endl;
74 G4cout <<
"XrayFluoMercuryPrimaryGeneratorMessenger deleted" <<
G4endl;
83 if( command == spectrum )
86 if( command == globalCmd )
88 G4bool newGlobalFlag = globalCmd->GetNewBoolValue(newValue);