Ignore:
Timestamp:
05/13/05 21:25:26 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

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

    r6977 r7035  
    5050    void PrintOutliers(Float_t s) const;
    5151
    52     void SetThreshold(Float_t f, Char_t direction=kIsLowerBound) { fThreshold = f; fUseThreshold=direction; }
     52    void SetThreshold(Float_t f=0, Char_t direction=kIsLowerBound) { fThreshold = f; fUseThreshold=direction; }
    5353
    5454    ClassDef(MHCamEvent, 1) // Histogram to sum camera events
  • trunk/MagicSoft/Mars/mhist/MHWeather.h

    r7033 r7035  
    1919    TGraph fWindSpeed;       //
    2020    TGraph fSolarRadiation;  //
    21     TGraph fEventRate;       //!
     21    TGraph fEventRate;       //
    2222
    2323    MReportCC  *fReport;     //!
Note: See TracChangeset for help on using the changeset viewer.