35 #include "TrackingAction.hh"
45 fTrackingAction(trackA),fTrackingCmd(0),fTimeWindowCmd(0)
48 fTrackingCmd->
SetGuidance(
"allow full decay chain");
52 fTimeWindowCmd =
new G4UIcommand(
"/rdecay01/timeWindow",
this);
53 fTimeWindowCmd->
SetGuidance(
"set time window to survey activity per nuclide");
85 delete fTimeWindowCmd;
92 if (command == fTrackingCmd)
95 if (command == fTimeWindowCmd)
99 std::istringstream is(newValue);
100 is >> t1 >> unt1 >> dt >> unt2;
void SetParameter(G4UIparameter *const newParameter)
Definition of the TrackingMessenger class.
void SetParameterRange(const char *theRange)
void SetParameterCandidates(const char *theString)
static G4bool GetNewBoolValue(const char *paramString)
void SetDefaultValue(G4bool defVal)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetFullChain(G4bool flag)
static G4String UnitsList(const char *unitCategory)
void SetTimeWindow(G4double, G4double)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
virtual void SetNewValue(G4UIcommand *, G4String)
static G4double ValueOf(const char *unitName)
void SetGuidance(const char *theGuidance)
static G4String CategoryOf(const char *unitName)
TrackingMessenger(TrackingAction *)