Changeset 3175 for trunk/MagicSoft
- Timestamp:
- 02/16/04 00:34:25 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/Changelog ¶
r3174 r3175 9 9 * mcalib/Makefile 10 10 * mcalib/CalibLinkDef.h 11 12 * mcalib/MHCalibrationChargePINDiode.[h,cc] 13 - new class to fill the PIN Diode histograms. Derives from 14 MHCalibrationChargePix and is filled with MFillH from the 15 container MExtractedSignalPINDiode. 16 Will replace MHCalibrationPINDiode entirely soon. 11 17 12 18 * mcalib/MHCalibrationChargePix.[h,cc] -
TabularUnified trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h ¶
r3174 r3175 18 18 #pragma link C++ class MHCalibrationPixel+; 19 19 #pragma link C++ class MHCalibrationChargePix+; 20 #pragma link C++ class MHCalibrationChargePINDiode+; 20 21 21 22 #pragma link C++ class MMcCalibrationCalc++; -
TabularUnified trunk/MagicSoft/Mars/mcalib/Makefile ¶
r3174 r3175 48 48 MHCalibrationPixel.cc \ 49 49 MHCalibrationChargePix.cc \ 50 MHCalibrationChargePINDiode.cc \ 50 51 MMcCalibrationCalc.cc \ 51 52 MExtractPINDiode.cc \
Note:
See TracChangeset
for help on using the changeset viewer.