53 fPythia6Decayer(pythia6Decayer),
61 fDirectory->
SetGuidance(
"G4Pythia6Decayer control commands.");
65 fVerboseCmd->
SetGuidance(
"Set Pythia6Decayer verbose level");
67 fVerboseCmd->
SetRange(
"VerboseLevel >= 0 && VerboseLevel <= 1");
72 fDecayTypeCmd->
SetGuidance(
"Force the specified decay type");
74 std::ostringstream os;
77 fDecayTypeCmd->
SetRange(os.str().c_str());
103 if(command == fVerboseCmd) {
107 else if(command == fDecayTypeCmd) {
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4int GetNewIntValue(const char *paramString)
Definition of the G4Pythia6Decayer class.
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
void SetVerboseLevel(G4int verboseLevel)
virtual void SetNewValue(G4UIcommand *command, G4String string)
G4Pythia6DecayerMessenger(G4Pythia6Decayer *pythia6Decayer)
void ForceDecayType(EDecayType decayType)
virtual ~G4Pythia6DecayerMessenger()
Definition of the EDecayType enumeration.
Definition of the G4Pythia6DecayerMessenger class.