moench should work as well.. without filer

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@714 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d
2014-01-16 09:46:33 +00:00
parent 172d452bb2
commit 0df39b24e9
5 changed files with 173 additions and 201 deletions

View File

@ -12,7 +12,13 @@
#include "receiver_defs.h"
#include "genericSocket.h"
#include "circularFifo.h"
#include "singlePhotonFilter.h"
#include "singlePhotonDetector.h"
#include "moench02ModuleData.h"
#ifdef MYROOT1
#include <TTree.h>
#endif
#include <string.h>
@ -206,7 +212,7 @@ public:
private:
/**
* Constructs the singlePhotonFilter object
* Constructs the filter for single photon data
*/
void setupFilter();
@ -288,7 +294,6 @@ private:
/** detector type */
detectorType myDetectorType;
@ -470,11 +475,18 @@ private:
//filter
/** single photon filter */
singlePhotonFilter *filter;
singlePhotonDetector<uint16_t> *singlePhotonDet;
moench02ModuleData *mdecoder;
bool commonModeSubtractionEnable;
int iFrame;
#ifdef MYROOT1
/** Tree where the hits are stored */
TTree *myTree;
#endif
/**
callback arguments are