--- calo/flight/CaloProfile/inc/CaloProfile.h 2009/08/12 14:43:26 1.7 +++ calo/flight/CaloProfile/inc/CaloProfile.h 2009/08/13 15:56:38 1.9 @@ -29,6 +29,7 @@ #include #include #include +#include #include @@ -131,6 +132,8 @@ Bool_t maskXO; Bool_t maskYO; // + Bool_t xyaverage; + // Float_t eplane[2][22]; // CaloLevel2 *clp; @@ -175,6 +178,9 @@ void SetDebug(Bool_t d){ debug=d; }; void UsePlane18X(){ no18x=false; }; // + void UseAverage(){ xyaverage = true;}; + void UseAllMeas(){ xyaverage = false;}; + // void MaskSection(TString); void UnMaskSection(TString); void UnMaskSections(); @@ -192,6 +198,9 @@ 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 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) // + Float_t GetLowerLimit(){ return lmax;}; + Float_t GetUpperLimit(){ return umax;}; + // void Clear(); void Clear(Option_t *option){Clear();}; void Delete();