53   fpAppliDir->
SetGuidance(
"commands specific to this example");
 
   56   fpMinPtsCmd->
SetGuidance(
"Minimal number of points to create a cluster");
 
   62   fpProbCmd->
SetGuidance(
"Probability to select potential " 
   63       "damage according to the geometry");
 
   69   fpEpsCmd->
SetGuidance(
"Maximal distance between points to create a cluster");
 
   75   fpEminCmd->
SetGuidance(
"Energy to have a probability " 
   76       "to create a strand break = 0");
 
   82   fpEmaxCmd->
SetGuidance(
"Energy to have a probability " 
   83       "to create a strand break = 1");
 
  106   if(pCommand == fpMinPtsCmd)
 
  110   if(pCommand == fpProbCmd)
 
  114   if(pCommand == fpEpsCmd)
 
  118   if(pCommand == fpEminCmd)
 
  122   if(pCommand == fpEmaxCmd)
 
void SetEMinDamage(G4double val)
 
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
 
static G4int GetNewIntValue(const char *paramString)
 
void SetEps(G4double val)
 
static G4double GetNewDoubleValue(const char *paramString)
 
virtual void SetNewValue(G4UIcommand *, G4String)
 
~ClusteringAlgoMessenger()
 
Definition of the ClusteringAlgoMessenger class. 
 
static G4double GetNewDoubleValue(const char *paramString)
 
void SetRange(const char *rs)
 
void SetGuidance(const char *aGuidance)
 
void AvailableForStates(G4ApplicationState s1)
 
void SetEMaxDamage(G4double val)
 
void SetSPointsProb(G4double val)
 
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
 
void SetMinPts(G4int val)
 
ClusteringAlgoMessenger(ClusteringAlgo *)
 
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
 
Definition of the ClustreringAlgo class.