/[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.14 by mocchiut, Mon Dec 14 14:49:15 2009 UTC revision 1.17 by mocchiut, Tue May 18 04:03:16 2010 UTC
# Line 89  class CaloLat : public TObject { Line 89  class CaloLat : public TObject {
89      //      //
90      void SetSuffix(TString suffix){ suf = suffix;};      void SetSuffix(TString suffix){ suf = suffix;};
91      //      //
92      ClassDef(CaloLat,2);      ClassDef(CaloLat,3);
93  };  };
94    
95  /**  /**
# Line 155  class CaloLong : public TObject { Line 155  class CaloLong : public TObject {
155      Float_t Evaluate(TString s, Float_t tmax, Float_t X0pl ); // expression must be of the form "tmax+2.*X0pl", "5*tmax"."tmax+10","tmax-(4*tmax)+3.*X0pl"...      Float_t Evaluate(TString s, Float_t tmax, Float_t X0pl ); // expression must be of the form "tmax+2.*X0pl", "5*tmax"."tmax+10","tmax-(4*tmax)+3.*X0pl"...
156      //      //
157      TString suf;      TString suf;
158        TF1 *lfit;
159    
160   public:   public:
161      //      //
162      //      //
163      void Fit();      void Fit();
164      void Fit(Bool_t draw);      void Fit(Bool_t draw);
165        TF1 *GetFit();
166      //      //
167      //    Double_t ccurve(Double_t *t, Double_t *par);      //    Double_t ccurve(Double_t *t, Double_t *par);
168      //      //
# Line 237  class CaloLong : public TObject { Line 239  class CaloLong : public TObject {
239      void Print();      void Print();
240      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
241      //      //
242      ClassDef(CaloLong,3);      ClassDef(CaloLong,4);
243  };  };
244    
245  /**  /**
# Line 289  class Calo2D : public TObject { Line 291  class Calo2D : public TObject {
291      void Print();      void Print();
292      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
293      //      //
294      ClassDef(Calo2D,2);      ClassDef(Calo2D,3);
295  };  };
296    
297  #endif  #endif

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.23