Changeset 11920
- Timestamp:
- 08/31/11 14:42:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h
r11907 r11920 91 91 float *eventData; 92 92 int16_t* rawEventData; 93 int16_t* waveLetArray; 93 94 94 95 private: … … 157 158 158 159 QPoint lastPos; 160 161 void doMyWaveletTestPlease(); 162 void doWaveLetOnCurrentEventPlease(); 163 bool doWaveLetsPlease(int givenSpan, int16_t* orig, int16_t* wavelets, bool verifyResult); 164 public: 165 void computePulsesStatistics(); 166 double aMeas[1024]; 167 double n1mean[1024]; 168 double n2mean[1024]; 169 double vCorr[1024]; 159 170 160 171 // GLfloat pixelsCoords[MAX_NUM_PIXELS][3]; … … 248 259 QRectF scaleBoundingRectangle(QRectF rectangle, float scale); 249 260 bool updateSpinnerDisplay; 261 250 262 public: 251 263 QListWidget *boardsTimeList; … … 270 282 QwtPlotCurve startTimeMarkHistoItem; 271 283 QwtPlotCurve pixelValueCurveItem; 284 QwtPlotCurve aMeanCurveItem; 285 QwtPlotCurve vCorrCurveItem; 286 QwtPlotCurve meanCurveItem; 272 287 QwtPlotZoomer* curveZoom; 273 288 QwtPlotZoomer* boardsTimeHistoZoom;
Note:
See TracChangeset
for help on using the changeset viewer.