Changeset 12678 for trunk/FACT++


Ignore:
Timestamp:
12/01/11 16:37:50 (13 years ago)
Author:
lyard
Message:
oops
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/RawEventsViewer/RawEventsViewer.h

    r12425 r12678  
    6262    friend class UIConnector;
    6363
     64
     65
     66public:
    6467    DrsCalibration fDrsCalib;
    6568
    66 
    67 public:
    6869    bool fIsDrsCalibration;
    6970
     
    107108    int16_t* waveLetArray;
    108109    valarray<double> RMSvalues;//(1440);
     110    valarray<double> Meanvalues;
     111    valarray<double> Maxvalues;
     112    valarray<double> PosOfMaxvalues;
    109113
    110114private:
     
    295299    QwtPlotCurve startTimeMarkHistoItem;
    296300    QwtPlotCurve pixelValueCurveItem;
     301    QwtPlotCurve pixelAverageCurveItem;
    297302    QwtPlotCurve aMeanCurveItem;
    298303    QwtPlotCurve vCorrCurveItem;
     
    301306
    302307    QwtPlotZoomer* curveZoom;
     308    QwtPlotZoomer* averageCurveZoom;
    303309    QwtPlotZoomer* boardsTimeHistoZoom;
    304310    QwtPlotZoomer* startCellHistoZoom;
     
    312318    QwtPlotGrid* grid4;
    313319    QwtPlotGrid* grid5;
     320    QwtPlotGrid* grid6;
    314321};
    315322
Note: See TracChangeset for help on using the changeset viewer.