added and corrected data structures for rectangular pixels

This commit is contained in:
2019-12-06 12:17:31 +01:00
parent 02a36a148f
commit a2c26664ee
7 changed files with 353 additions and 31 deletions

View File

@ -7,7 +7,12 @@
#include "sls_detector_defs.h"
#include "ZmqSocket.h"
#ifndef RECT
#include "moench03T1ZmqDataNew.h"
#endif
#ifdef RECT
#include "moench03T1ZmqDataNewRect.h"
#endif
#include "moench03GhostSummation.h"
#include "moench03CommonMode.h"
#include <vector>