Ignore:
Timestamp:
06/10/08 16:50:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHWeather.h

    r7035 r8934  
    1010
    1111class MReportCC;
     12class MReportPyrometer;
    1213class MEventRate;
    1314
     
    1516{
    1617private:
    17     TGraph fHumidity;        //
    18     TGraph fTemperature;     //
    19     TGraph fWindSpeed;       //
    20     TGraph fSolarRadiation;  //
    21     TGraph fEventRate;       //
     18    TGraph fHumidity;        // Humidity from weather station
     19    TGraph fTemperature;     // Temperature from weather station
     20    TGraph fWindSpeed;       // Wind Speed from weather station
    2221
    23     MReportCC  *fReport;     //!
    24     MEventRate *fRate;       //!
     22    TGraph fEventRate;       // Event rate from event times
     23
     24    TGraph fCloudiness;      // Cloudiness from Pyrometer
     25    TGraph fTempAir;         // Temperature of the air from Pyrometer
     26    TGraph fTempSky;         // Temperature of the sky from Pyrometer
     27
     28    MReportCC        *fReportCC;    //! CC report with data from weather station
     29    MReportPyrometer *fReportPyro;  //! Pyrometer report
     30    MEventRate       *fRate;        //! Event rate
    2531
    2632    void ResetGraph(TGraph &g) const;
     
    2935    void DrawGraph(TGraph &g, const char *y=0) const;
    3036    void UpdateRightAxis(TGraph &g) const;
    31     void DrawRightAxis(const char *title) const;
     37    void DrawRightAxis(const char *title, Int_t col=kBlack) const;
    3238
    3339public:
     
    3743    Bool_t Fill(const MParContainer *par, const Stat_t w=1);
    3844
     45    // If this is needed be aware that it would be called twice in star
     46    // Bool_t Finalize()
     47
    3948    void Draw(Option_t *opt="");
    4049    void Paint(Option_t *opt="");
    4150
    42     ClassDef(MHWeather, 1) // Histogram to display weather data
     51    ClassDef(MHWeather, 2) // Histogram to display weather and pyrometer data
    4352};
    4453
Note: See TracChangeset for help on using the changeset viewer.