]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - AliGeant4/AliSteppingActionMessenger.cxx
corrected command guidance
[u/mrichter/AliRoot.git] / AliGeant4 / AliSteppingActionMessenger.cxx
index 2dcdd4e785276cacb6d24d4af7d0e8ba1e1402f1..28c3054061152126caa25cc66c69bf6c6c277fad 100644 (file)
@@ -29,7 +29,7 @@ AliSteppingActionMessenger::AliSteppingActionMessenger(
 
   fMaxNofStepsCmd = new G4UIcmdWithAnInteger("/aliTracking/maxNofSteps", this);
   fMaxNofStepsCmd
-    ->SetGuidance("Set tracking verbose level for detected looping tracks.");
+    ->SetGuidance("Set maximum number of steps allowed.");
   fMaxNofStepsCmd->SetParameterName("MaxNofSteps", false);
   fMaxNofStepsCmd->SetRange("MaxNofSteps >= 0");
   fMaxNofStepsCmd->AvailableForStates(Idle);