some more changes to receiver

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorSoftware@693 951219d9-93cf-4727-9268-0efd64621fa3
This commit is contained in:
l_maliakal_d 2013-11-14 14:24:26 +00:00
parent 0202d16d48
commit 151725dd66
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#define MOVINGSTAT_H
//#include "sls_detector_defs.h"
#include <stdint.h>
#include <iostream>
#include <fstream>
#include <iomanip>

View File

@ -8,7 +8,7 @@
#include <math.h>
//#include "sls_detector_defs.h"
#include <stdint.h>
typedef double double32_t;
typedef float float32_t;
typedef int int32_t;

View File

@ -20,6 +20,7 @@
#include <TChain.h>
#endif
#include <stdint.h>
#include <stdio.h>
#include <iostream>
#include <deque>