Changeset 6058


Ignore:
Timestamp:
01/27/05 18:45:54 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6042 r6058  
    4848
    4949
     50
    5051 2005/01/27 Thomas Bretz
    5152
     
    9293       information.
    9394     - changed version number to 6
     95
     96   * mhist/MHCamera.cc:
     97     - added member function SetAllUsed
    9498
    9599
  • trunk/MagicSoft/Mars/mhist/MHCamera.h

    r5143 r6058  
    123123    Bool_t IsUsed(Int_t idx) const { return TESTBIT(const_cast<TArrayC&>(fUsed)[idx], kIsUsed); }
    124124    void   SetUsed(Int_t idx)      { SETBIT(fUsed[idx], kIsUsed); }
     125    void   SetAllUsed()            { fUsed.Reset(BIT(kIsUsed)); }
    125126
    126127    Int_t Fill(Axis_t x, Axis_t y, Stat_t w);
Note: See TracChangeset for help on using the changeset viewer.