| 192 | 
     void SetLowerLimit(TString sl){ slmax = sl; };// expression must be of the form "5*t"."t+10","t-(4*t)"... where t will be replaced by the fitted maximum (X0) | 
     void SetLowerLimit(TString sl){ slmax = sl; };// expression must be of the form "5*t"."t+10","t-(4*t)"... where t will be replaced by the fitted maximum (X0) | 
| 193 | 
     void SetUpperLimit(TString su){ sumax = su; };// expression must be of the form "5*t"."t+10","t-(4*t)"... where t will be replaced by the fitted maximum (X0) | 
     void SetUpperLimit(TString su){ sumax = su; };// expression must be of the form "5*t"."t+10","t-(4*t)"... where t will be replaced by the fitted maximum (X0) | 
| 194 | 
     // | 
     // | 
| 195 | 
  | 
     Float_t GetLowerLimit(){ return lmax;}; | 
| 196 | 
  | 
     Float_t GetUpperLimit(){ return umax;}; | 
| 197 | 
  | 
     // | 
| 198 | 
     void Clear(); | 
     void Clear(); | 
| 199 | 
     void Clear(Option_t *option){Clear();}; | 
     void Clear(Option_t *option){Clear();}; | 
| 200 | 
     void Delete(); | 
     void Delete(); |