Changeset 8280 for trunk/MagicSoft/Mars/mhist/MHCamera.h
- Timestamp:
- 01/30/07 14:20:47 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamera.h
r8106 r8280 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.6 0 2006-10-17 17:16:00tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MHCamera.h,v 1.61 2007-01-30 14:16:45 tbretz Exp $ 3 3 \* ======================================================================== */ 4 4 #ifndef MARS_MHCamera … … 44 44 kNoLegend = BIT(20), 45 45 kNoScale = BIT(21), 46 kNoUnused = BIT(22)/*, 46 kNoUnused = BIT(22), 47 kErrorMean = BIT(23)/*, 47 48 kSqrtVariance = BIT(21), 48 49 kSinglePixelProfile = BIT(22)*/ … … 231 232 Bool_t IsFreezed() const { return TestBit(kFreezed); } 232 233 //void SetOptStat(Int_t os=-1) { fOptStat = os; } // *MENU* 234 235 void SetErrorSpread(Bool_t f=kTRUE) { f ? ResetBit(kErrorMean) : SetBit(kErrorMean); } // *TOGGLE* *GETTER=IsErrorSpread 236 Bool_t IsErrorSpread() const { return !TestBit(kErrorMean); } 233 237 234 238 void SetAbberation(Float_t f=0.0713) { fAbberation=f; } // *MENU*
Note:
See TracChangeset
for help on using the changeset viewer.