mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user