Changeset 15014 for trunk/FACT++/gui
- Timestamp:
- 03/10/13 12:21:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h
r14866 r15014 13 13 #define NTMARK 160 // max. number of timeMarker signals 14 14 15 //get rid of the ofits.h inclusion and various other messy items in DrsCalib.h 16 //It has nothing to do here, and it creates compilation errors 17 //the proper way would be to re-design the inclusion scheme, 18 //but that's beyond the time I can allocate to this fix. 19 #define MARS_ofits 20 namespace std 21 { 22 class ofits 23 { 24 public: 25 ofits(){}; 26 ofits(const char*){}; 27 ~ofits(){}; 28 bool operator !(){return false;} 29 void AddColumnInt(const char* ){}; 30 void AddColumnFloat(int, const char*, const char*){}; 31 void SetInt(const char*, int, const char*){}; 32 void WriteTableHeader(const char*){}; 33 bool WriteRow(const void*, long unsigned int ){return false;}; 34 }; 35 }; 36 typedef int Int_t; 37 38 //#define LOAD_RAW 15 #include <string> 16 #include <valarray> 17 #include <iostream> 39 18 40 19 #include <QObject> 41 #include <QTimer>20 //#include <QTimer> 42 21 #include <QLabel> 43 22 #include <QListWidget> 44 23 #include <QMainWindow> 45 24 #include <QPushButton> 46 47 //#include <QtOpenGL/QGLWidget>48 #include "../BasicGlCamera.h"49 50 25 #include <QMouseEvent> 51 26 #include <QColorDialog> … … 55 30 #include <QRadioButton> 56 31 #include <QCheckBox> 57 #include <iostream> 32 33 #include "../BasicGlCamera.h" 34 58 35 #include <GL/gl.h> 59 36 60 37 #include <qwt_plot.h> 61 //#include "qwt_plot_histogram.h"62 38 #include <qwt_plot_curve.h> 63 39 #include <qwt_plot_grid.h> 64 40 #include <qwt_plot_zoomer.h> 65 41 66 #include <valarray>67 68 #include <string>69 70 42 #include "../../src/DataCalib.h" 71 72 73 namespace std 74 { 75 class fits; 76 } 43 #include "../../externals/ofits.h" 77 44 78 45 /*************************************************
Note:
See TracChangeset
for help on using the changeset viewer.