22 std::vector<Short_t> fRawMask;
25 CorrFitMask1D(Int_t bins = 100, Double_t min = 0, Double_t max = 1);
26 void ApplyRange(Double_t min, Double_t max, Bool_t additive = kTRUE);
27 void SetBin(Int_t bin, Bool_t state =
true);
28 void Reset(Bool_t state = kTRUE);
30 Bool_t GetBinFlag(Int_t no)
const {
return fRawMask[no]; };
31 Bool_t AreCompatible(TObject* cf)
const;
32 void ApplyThreshold(
const TH1& h, Double_t threshold = 0);
33 Int_t GetNBins()
const {
return fRawMask.size() - 2; };
34 Double_t GetMin()
const {
return fMin; };
35 Double_t GetMax()
const {
return fMax; }