Changeset 2681 for trunk


Ignore:
Timestamp:
12/15/03 19:28:03 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2679 r2681  
    55                                                 -*-*- END OF LINE -*-*-
    66
     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     
    722 2003/12/12: Markus Gaug / Michele Doro
    823
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r2663 r2681  
    8383#pragma link C++ class MMcCalibrationCalc+;
    8484
     85#pragma link C++ class MSimulatedAnnealing+;
     86
    8587
    8688#endif
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r2664 r2681  
    8686           MArrivalTime.cc \
    8787           MArrivalTimeCalc.cc \
    88            MMcCalibrationCalc.cc
     88           MMcCalibrationCalc.cc \
     89           MSimulatedAnnealing.cc 
    8990
    9091SRCS    = $(SRCFILES)
  • trunk/MagicSoft/Mars/mhist/HistLinkDef.h

    r2663 r2681  
    5656#pragma link C++ class MHCalibrationPixel+;
    5757
     58#pragma link C++ class MHSimulatedAnnealing+;
     59
    5860#endif
    5961
  • trunk/MagicSoft/Mars/mhist/Makefile

    r2663 r2681  
    6969           MHCalibrationBlindPixel.cc \
    7070           MHCalibrationPINDiode.cc \
    71            MHSupercuts.cc
     71           MHCalibrationPINDiode.cc \
     72           MHSupercuts.cc \
     73           MHSimulatedAnnealing.cc
    7274#           MHCurrents.cc \
    7375
Note: See TracChangeset for help on using the changeset viewer.