Ignore:
Timestamp:
12/17/03 17:40:35 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r2642 r2698  
    3232        kProfile  = BIT(18), // FIXME: When changing change max/min!
    3333        kFreezed  = BIT(19),
    34         kNoLegend = BIT(20)
     34        kNoLegend = BIT(20),
     35        kVariance = BIT(21)
    3536    };
    3637private:
     
    133134    Stat_t   GetBinContent(Int_t binx, Int_t biny) const { return GetBinContent(binx); }
    134135    Stat_t   GetBinContent(Int_t binx, Int_t biny, Int_t binz) const { return GetBinContent(binx); }
    135     Stat_t   GetBinError(Int_t bin) const { return Profile(TH1D::GetBinError(bin)); }
     136    Stat_t   GetBinError(Int_t bin) const;
    136137    Stat_t   GetBinError(Int_t binx, Int_t biny) const { return GetBinError(binx); }
    137138    Stat_t   GetBinError(Int_t binx, Int_t biny, Int_t binz) const { return GetBinError(binx); }
Note: See TracChangeset for help on using the changeset viewer.