/[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.11 by mocchiut, Wed Aug 19 07:25:33 2009 UTC revision 1.12 by mocchiut, Thu Sep 10 12:53:56 2009 UTC
# Line 137  class CaloLong : public TObject { Line 137  class CaloLong : public TObject {
137      //      //
138      Bool_t xyaverage;      Bool_t xyaverage;
139      //      //
140        Bool_t heavytail;
141        Float_t letmax;
142        Float_t lmipth;
143        //
144      Float_t eplane[2][22];      Float_t eplane[2][22];
145      //      //
146      CaloLevel2 *clp;      CaloLevel2 *clp;
# Line 169  class CaloLong : public TObject { Line 173  class CaloLong : public TObject {
173      Float_t Get_asymm(){this->Fit(); return asymm;};      Float_t Get_asymm(){this->Fit(); return asymm;};
174      Float_t Get_exptmax(){this->Process(); return etmax;};      Float_t Get_exptmax(){this->Process(); return etmax;};
175      Float_t Get_X0pl(){this->Process(); return X0pl;};      Float_t Get_X0pl(){this->Process(); return X0pl;};
176      Int_t Get_fitresult(){this->Fit(); return fitresult;};      //
177        Float_t Get_letmax(){ return letmax;};
178        Float_t Get_lmipth(){ return lmipth;};
179        Int_t Get_fitresult(){this->Fit(); return fitresult;};    
180      //      //
181      void ForceNextFit(){atime=0;fatime=0;};      void ForceNextFit(){atime=0;fatime=0;};
182      void Draw();      void Draw();
# Line 202  class CaloLong : public TObject { Line 209  class CaloLong : public TObject {
209      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)
210      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)
211      //      //
212        void Setletmax(Float_t l){ letmax = l;};
213        void Setlmipth(Float_t l){ lmipth = l;};
214        void HeavyTail(Bool_t b){ heavytail=b;};
215        //
216      Float_t GetLowerLimit(){ return lmax;};      Float_t GetLowerLimit(){ return lmax;};
217      Float_t GetUpperLimit(){ return umax;};      Float_t GetUpperLimit(){ return umax;};
218      //      //

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

  ViewVC Help
Powered by ViewVC 1.1.23