- Timestamp:
- 12/15/03 19:28:03 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2679 r2681 5 5 -*-*- END OF LINE -*-*- 6 6 7 2003/12/12: Markus Gaug 8 9 * manalysis/MSimulatedAnnealing.[h,cc] 10 * mhist/MHSimulatedAnnealing.[h,cc] 11 - new classes to do a minimization after the Simulated Annealing 12 procedure 13 Please do make dox and look into the class documentation to know 14 how to use it 15 16 * manalysis/Makefile 17 * mhist/Makefile 18 * manalysis/AnalysisLinkDef.h 19 * mhist/HistLinkDef.h 20 - added the SimulatedAnnealing Classes 21 7 22 2003/12/12: Markus Gaug / Michele Doro 8 23 -
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r2663 r2681 83 83 #pragma link C++ class MMcCalibrationCalc+; 84 84 85 #pragma link C++ class MSimulatedAnnealing+; 86 85 87 86 88 #endif -
trunk/MagicSoft/Mars/manalysis/Makefile
r2664 r2681 86 86 MArrivalTime.cc \ 87 87 MArrivalTimeCalc.cc \ 88 MMcCalibrationCalc.cc 88 MMcCalibrationCalc.cc \ 89 MSimulatedAnnealing.cc 89 90 90 91 SRCS = $(SRCFILES) -
trunk/MagicSoft/Mars/mhist/HistLinkDef.h
r2663 r2681 56 56 #pragma link C++ class MHCalibrationPixel+; 57 57 58 #pragma link C++ class MHSimulatedAnnealing+; 59 58 60 #endif 59 61 -
trunk/MagicSoft/Mars/mhist/Makefile
r2663 r2681 69 69 MHCalibrationBlindPixel.cc \ 70 70 MHCalibrationPINDiode.cc \ 71 MHSupercuts.cc 71 MHCalibrationPINDiode.cc \ 72 MHSupercuts.cc \ 73 MHSimulatedAnnealing.cc 72 74 # MHCurrents.cc \ 73 75
Note:
See TracChangeset
for help on using the changeset viewer.