Changeset 2941
- Timestamp:
- 01/28/04 13:24:32 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2940 r2941 9 9 - fixed wrong variable type in call to TH1F constructor (number of 10 10 bins is now integer), which resulted in a compilation warning. 11 12 11 13 12 14 2004/01/28: Thomas Bretz … … 16 18 ment for really old MC files and will be removed in the future 17 19 anyhow. 20 21 * mcalib/MHCalibrationPixel.h: 22 - removed obsolete include of MFFT 18 23 19 24 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationPixel.h
r2934 r2941 4 4 #ifndef MARS_MH 5 5 #include "MH.h" 6 #endif7 8 #ifndef MARS_MFFT9 #include "MFFT.h"10 6 #endif 11 7 … … 16 12 class TProfile; 17 13 class TPaveText; 18 class MFFT;19 14 20 15 class MHCalibrationPixel : public MH
Note:
See TracChangeset
for help on using the changeset viewer.