Changeset 7110 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/30/05 18:15:20 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7108 r7110  
    2222                                                 -*-*- END OF LINE -*-*-
    2323
     24
    2425 2005/05/30 Thomas Bretz
    2526
    2627   * msql/MSQLServer.cc:
    2728     - added possibility to setup SelectDatabase from resource file
     29
     30   * mbadpixels/MBadPixelsCalc.[h,cc]:
     31     - implemented the possibility to use the check routine
     32       from outside
     33     - check now returns kFALSE if more than 50% of all
     34       pixels are marked as unsuitable
     35
     36   * mhflux/FluxLinkDef.h, mhflux/Makefile:
     37     - added MHDisp
     38     - added MMcSpectrumWeight
     39
     40   * mhflux/MHFalseSource.[h,cc]:
     41     - allow finding of Off-plot for derived classes  - like in MHAlpha
     42     - get source position from MSourcePos if existing
     43     - changed some data members from private to protected
     44
     45   * mhflux/MHDisp.[h,cc]:
     46     - added
     47
     48   * mjobs/MJCut.[h,cc]:
     49     - implemented new option (HistNameFS) to allow using a different
     50       False Source Plot
     51
     52   * mpedestal/MPedPhotCam.[h,cc]:
     53     - added a copy constructor to allow conversion from MPedestalCam
     54
     55   * mpointing/MSrcPosCam.[h,cc]:
     56     - added copy constructor
    2857
    2958
  • trunk/MagicSoft/Mars/mhflux/MHDisp.cc

    r7109 r7110  
    2929// Create a false source plot using disp.
    3030//
     31// Currently the use of this class requires to be after MFMagicCuts
     32// in the tasklist. Switching of the M3L cut in MFMagicCuts is recommended.
     33//
    3134//////////////////////////////////////////////////////////////////////////////
    3235#include "MHDisp.h"
  • trunk/MagicSoft/Mars/mhflux/Makefile

    r7038 r7110  
    3131           MHEffectiveOnTime.cc \
    3232           MHCollectionArea.cc \
    33            MHFalseSource.cc
     33           MHFalseSource.cc \
     34           MHDisp.cc \
     35           MMcSpectrumWeight.cc
    3436
    3537############################################################
Note: See TracChangeset for help on using the changeset viewer.