- Timestamp:
- 02/09/05 20:48:26 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6319 r6320 35 35 36 36 2005/02/09 Markus Gaug 37 38 * manalysis/MMcCalibrationUpdate.h 39 - added missing declaration of fSignalType 37 40 38 41 * mjobs/MJPedestal.[h,cc] -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h
r4291 r6320 4 4 #ifndef MARS_MTask 5 5 #include "MTask.h" 6 #endif 7 8 #ifndef MARS_MCalibrateData 9 #include "MCalibrateData.h" 6 10 #endif 7 11 … … 41 45 // Photon collection efficiency of outer pixels w.r.t. inner ones. 42 46 47 MCalibrateData::SignalType_t fSignalType; 48 43 49 public: 44 50 MMcCalibrationUpdate(const char *name=NULL, const char *title=NULL);
Note:
See TracChangeset
for help on using the changeset viewer.