--- calo/flight/CaloProfile/inc/CaloProfile.h 2009/08/12 14:43:26 1.7 +++ calo/flight/CaloProfile/inc/CaloProfile.h 2009/08/12 14:54:15 1.8 @@ -192,6 +192,9 @@ 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 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) // + Float_t GetLowerLimit(){ return lmax;}; + Float_t GetUpperLimit(){ return umax;}; + // void Clear(); void Clear(Option_t *option){Clear();}; void Delete();