Changeset 6058
- Timestamp:
- 01/27/05 18:45:54 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6042 r6058 48 48 49 49 50 50 51 2005/01/27 Thomas Bretz 51 52 … … 92 93 information. 93 94 - changed version number to 6 95 96 * mhist/MHCamera.cc: 97 - added member function SetAllUsed 94 98 95 99 -
trunk/MagicSoft/Mars/mhist/MHCamera.h
r5143 r6058 123 123 Bool_t IsUsed(Int_t idx) const { return TESTBIT(const_cast<TArrayC&>(fUsed)[idx], kIsUsed); } 124 124 void SetUsed(Int_t idx) { SETBIT(fUsed[idx], kIsUsed); } 125 void SetAllUsed() { fUsed.Reset(BIT(kIsUsed)); } 125 126 126 127 Int_t Fill(Axis_t x, Axis_t y, Stat_t w);
Note:
See TracChangeset
for help on using the changeset viewer.