Parent Directory | Revision Log | Patch
revision 1.15 by mocchiut, Mon Dec 14 14:52:13 2009 UTC | revision 1.17 by mocchiut, Tue May 18 04:03:16 2010 UTC | |
---|---|---|
# | 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 | // | // |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |