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; |
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(); |
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 |
// |
// |