Changeset 4313 for trunk/MagicSoft


Ignore:
Timestamp:
06/21/04 19:27:21 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4305 r4313  
    2929  * mjobs/MJCalibration.cc
    3030    - adapted display for the datacheck   
     31
     32  * mcalib/MHGausEvents.h
     33    - two new getters for fFirst and fLast
     34
    3135
    3236 2004/06/17: Markus Gaug
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.h

    r4128 r4313  
    9696  const TF1     *GetFGausFit()           const { return fFGausFit;           }
    9797        TGraph  *GetGraphEvents()              { return fGraphEvents;        }
     98  const Double_t GetFirst()              const { return fFirst;              }
     99  const Double_t GetLast ()              const { return fLast ;              } 
    98100  const TGraph  *GetGraphEvents()        const { return fGraphEvents;        }
    99101        TGraph  *GetGraphPowerSpectrum()       { return fGraphPowerSpectrum; }
Note: See TracChangeset for help on using the changeset viewer.