Changeset 6320 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/09/05 20:48:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.