Changeset 12407 for trunk


Ignore:
Timestamp:
11/05/11 21:17:21 (13 years ago)
Author:
tbretz
Message:
Fixed the group() memeber function
File:
1 edited

Legend:

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

    r12164 r12407  
    2929    int pixel() const { return cbpx%10; }
    3030    int hw() const    { return pixel()+patch()*9+board()*36+crate()*360; }
    31     int group() const { return pixel()>4; }
     31    int group() const { return pixel()>3; }
    3232    int hv() const    { return hv_channel+hv_board*32; }
    3333
Note: See TracChangeset for help on using the changeset viewer.