Ignore:
Timestamp:
10/02/11 13:33:05 (13 years ago)
Author:
tbretz
Message:
Undo last revision.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/PixelMap.h

    r12160 r12161  
    3131    int group() const { return pixel()>4; }
    3232    int hv() const    { return hv_channel+hv_board*32; }
    33 
    34     operator bool() const { return index>=0; }
    3533};
    3634
     
    183181};
    184182
     183//const PixelMapEntry PixelMap::empty = { 0, 0, 0, 0, 0, 0 };
     184
    185185#endif
Note: See TracChangeset for help on using the changeset viewer.