- Timestamp:
- 02/16/04 14:39:30 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3192 r3196 5 5 -*-*- END OF LINE -*-*- 6 6 2004/02/16: Markus Gaug 7 8 * mcalib/Makefile, mcalib/CalibLinkDef.h: 9 - added MExtractBlindPixel and MExtractedSignalBlindPixel 10 11 * mcalib/MExtractBlindPixel.[h,cc] 12 - new signal extractor for the Blind Pixel 13 14 * mcalib/MExtractedSignalBlindPixel.[h,cc] 15 - new container for the extracted signal of the BlindPixel 7 16 8 17 * manalysis/MPedestalCam.h -
trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
r3178 r3196 26 26 #pragma link C++ class MExtractPINDiode++; 27 27 #pragma link C++ class MExtractedSignalPINDiode++; 28 #pragma link C++ class MExtractBlindPixel++; 29 #pragma link C++ class MExtractedSignalBlindPixel++; 28 30 29 31 #pragma link C++ class MHGausEvents++; -
trunk/MagicSoft/Mars/mcalib/Makefile
r3177 r3196 54 54 MExtractPINDiode.cc \ 55 55 MExtractedSignalPINDiode.cc \ 56 MExtractBlindPixel.cc \ 57 MExtractedSignalBlindPixel.cc \ 56 58 MHGausEvents.cc 57 59
Note:
See TracChangeset
for help on using the changeset viewer.