Changeset 7035 for trunk/MagicSoft/Mars/mhist
- Timestamp:
- 05/13/05 21:25:26 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mhist
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHCamEvent.h
r6977 r7035 50 50 void PrintOutliers(Float_t s) const; 51 51 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; } 53 53 54 54 ClassDef(MHCamEvent, 1) // Histogram to sum camera events -
trunk/MagicSoft/Mars/mhist/MHWeather.h
r7033 r7035 19 19 TGraph fWindSpeed; // 20 20 TGraph fSolarRadiation; // 21 TGraph fEventRate; // !21 TGraph fEventRate; // 22 22 23 23 MReportCC *fReport; //!
Note:
See TracChangeset
for help on using the changeset viewer.