26 static const int kReBit, kImBit, kShortBit, kSepBit;
28 std::vector<Double_t> fRangesYY;
29 Color_t fColorIm = {kRed}, fColorRe = {kBlue};
32 TH1* GetRe(Int_t no)
const {
return fHistograms[no][0]; };
33 TH1* GetIm(Int_t no)
const {
return fHistograms[no][1]; };
34 void AddHistograms(TH1* re, TH1* im);
35 std::pair<TH1*, TH1*> GetNewHistPair(Int_t l, Int_t m);
36 void MakeHistograms();
38 void SetHistRanges(TH1* hist, Int_t l);
48 virtual void ScaleHistograms();
54 void SetColors(Color_t real, Color_t imag) {