Changeset 6336
- Timestamp:
- 02/10/05 09:13:39 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6332 r6336 21 21 22 22 -*-*- END OF LINE -*-*- 23 24 2005/02/10 Abelardo Moralejo 25 26 * manalysis/MMcCalibrationUpdate.h 27 - Added comment on new member fSignalType. Sorry for compilation 28 problems... I forgot to commit the header yesterday, but M. Gaug 29 did it. 23 30 24 31 2005/02/09 Abelardo Moralejo -
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h
r6320 r6336 16 16 class MMcFadcHeader; 17 17 class MExtractedSignalCam; 18 19 #include "MCalibrateData.h" 18 20 19 21 class MMcCalibrationUpdate : public MTask … … 45 47 // Photon collection efficiency of outer pixels w.r.t. inner ones. 46 48 47 MCalibrateData::SignalType_t fSignalType; 49 MCalibrateData::SignalType_t fSignalType; 50 // Type defined in MCalibrateData.h. Indicates whether calibration is 51 // made in photons or in photoelectrons! Default: MCalibrateData::kPhe 52 48 53 49 54 public:
Note:
See TracChangeset
for help on using the changeset viewer.