/[PAMELA software]/calo/flight/CaloProfile/inc/CaloProfile.h
ViewVC logotype

Diff of /calo/flight/CaloProfile/inc/CaloProfile.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by mocchiut, Wed Aug 12 14:43:26 2009 UTC revision 1.8 by mocchiut, Wed Aug 12 14:54:15 2009 UTC
# Line 192  class CaloLong : public TObject { Line 192  class CaloLong : public TObject {
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();

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.23