Changeset 12678
- Timestamp:
- 12/01/11 16:37:50 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h
r12425 r12678 62 62 friend class UIConnector; 63 63 64 65 66 public: 64 67 DrsCalibration fDrsCalib; 65 68 66 67 public:68 69 bool fIsDrsCalibration; 69 70 … … 107 108 int16_t* waveLetArray; 108 109 valarray<double> RMSvalues;//(1440); 110 valarray<double> Meanvalues; 111 valarray<double> Maxvalues; 112 valarray<double> PosOfMaxvalues; 109 113 110 114 private: … … 295 299 QwtPlotCurve startTimeMarkHistoItem; 296 300 QwtPlotCurve pixelValueCurveItem; 301 QwtPlotCurve pixelAverageCurveItem; 297 302 QwtPlotCurve aMeanCurveItem; 298 303 QwtPlotCurve vCorrCurveItem; … … 301 306 302 307 QwtPlotZoomer* curveZoom; 308 QwtPlotZoomer* averageCurveZoom; 303 309 QwtPlotZoomer* boardsTimeHistoZoom; 304 310 QwtPlotZoomer* startCellHistoZoom; … … 312 318 QwtPlotGrid* grid4; 313 319 QwtPlotGrid* grid5; 320 QwtPlotGrid* grid6; 314 321 }; 315 322
Note:
See TracChangeset
for help on using the changeset viewer.