- Timestamp:
- 02/15/04 15:38:19 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3152 r3154 20 20 - "CutEdges" renamed to "StripZeros" 21 21 22 * mcalib/MHGausEvent.[h,cc] 23 * mcalib/Makefile 24 * mcalib/CalibLinkDef.h 25 - replaced by the improved version: MHGausEvents.[h,cc] 26 22 27 23 28 2004/02/14: Thomas Bretz -
trunk/MagicSoft/Mars/mcalib/CalibLinkDef.h
r3140 r3154 20 20 #pragma link C++ class MMcCalibrationCalc++; 21 21 22 #pragma link C++ class MHGausEvent ++;22 #pragma link C++ class MHGausEvents++; 23 23 24 24 #endif -
trunk/MagicSoft/Mars/mcalib/Makefile
r3146 r3154 48 48 MHCalibrationPixel.cc \ 49 49 MMcCalibrationCalc.cc \ 50 MHGausEvent .cc50 MHGausEvents.cc 51 51 52 52 SRCS = $(SRCFILES)
Note:
See TracChangeset
for help on using the changeset viewer.