Changeset 12164
- Timestamp:
- 10/02/11 13:36:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/PixelMap.h
r12161 r12164 31 31 int group() const { return pixel()>4; } 32 32 int hv() const { return hv_channel+hv_board*32; } 33 34 operator bool() const { return index>=0; } 33 35 }; 34 36 … … 181 183 }; 182 184 183 //const PixelMapEntry PixelMap::empty = { 0, 0, 0, 0, 0, 0 };184 185 185 #endif
Note:
See TracChangeset
for help on using the changeset viewer.