Changeset 2426


Ignore:
Timestamp:
10/24/03 17:39:25 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2425 r2426  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3  2003/10/24: Abelardo Moralejo
     4
     5   * manalysis/MMcPedestalRead.[cc,h]
     6     - Added. In coming camera version (0.7) the pedestal sigma per
     7       FADC slice is calculated by the camera simulation at run time,
     8       then written to the output file. This class reads in the pedestal
     9       mean and sigma to be later used in the analysis (for tail cuts
     10       mainly). This task will replace MMcPedestalCopy and
     11       MMcPedestalNSBAdd for camera >= 0.7 files, for which the second
     12       class would produce wrong results.
     13
    214  2003/10/23: Abelardo Moralejo
    315
  • trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h

    r2377 r2426  
    5757#pragma link C++ class MMinuitInterface+;
    5858#pragma link C++ class MFiltercutsCalc+;
     59#pragma link C++ class MMcPedestalRead+;
    5960
    6061#endif
  • trunk/MagicSoft/Mars/manalysis/Makefile

    r2377 r2426  
    6565           MCT1FindSupercuts.cc \
    6666           MMinuitInterface.cc \
    67            MFiltercutsCalc.cc
     67           MFiltercutsCalc.cc \
     68           MMcPedestalRead.cc
    6869#          MCT1PadONOFF.cc \
    6970
Note: See TracChangeset for help on using the changeset viewer.