Changeset 4313 for trunk/MagicSoft/Mars
- Timestamp:
- 06/21/04 19:27:21 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4305 r4313 29 29 * mjobs/MJCalibration.cc 30 30 - adapted display for the datacheck 31 32 * mcalib/MHGausEvents.h 33 - two new getters for fFirst and fLast 34 31 35 32 36 2004/06/17: Markus Gaug -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.h
r4128 r4313 96 96 const TF1 *GetFGausFit() const { return fFGausFit; } 97 97 TGraph *GetGraphEvents() { return fGraphEvents; } 98 const Double_t GetFirst() const { return fFirst; } 99 const Double_t GetLast () const { return fLast ; } 98 100 const TGraph *GetGraphEvents() const { return fGraphEvents; } 99 101 TGraph *GetGraphPowerSpectrum() { return fGraphPowerSpectrum; }
Note:
See TracChangeset
for help on using the changeset viewer.