source: trunk/FACT++/src/PixelMap.cc@ 12766

Last change on this file since 12766 was 12507, checked in by tbretz, 13 years ago
Removed the GAPD voltage from the PixelMap and implemented a BiasMap class instead wich content are read from a special file containing the nominal voltages and the offsets.
File size: 136 bytes
Line 
1#include "PixelMap.h"
2
3const PixelMapEntry PixelMap::empty = { -1, 0, 0, 0, 0 };
4const BiasMapEntry BiasMap::empty = { -1, 0, 0, 0 };
Note: See TracBrowser for help on using the repository browser.