Changeset 7250 for trunk/MagicSoft


Ignore:
Timestamp:
08/01/05 09:43:10 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r7227 r7250  
    5454       - 1.40 (MExtractTimeAndChargeDigitalFilter)
    5555     This is important mainly for timing studies.
     56
     57   - callisto: added new plot (MHPhi) as described in
     58     http://www.astro.uni-wuerzburg.de/results/ringmethod/
    5659
    5760   - callisto: Changed limits in MHCalibrationChargeCalc from
  • trunk/MagicSoft/Mars/mhflux/FluxLinkDef.h

    r7170 r7250  
    77#pragma link C++ class MAlphaFitter+;
    88
     9#pragma link C++ class MHPhi+;
    910#pragma link C++ class MHDisp+;
    1011#pragma link C++ class MHAlpha+;
     12//#pragma link C++ class MHAlphaTime+;
    1113#pragma link C++ class MHThetaSq+;
    1214#pragma link C++ class MHEnergyEst+;
     
    1719#pragma link C++ class MMcSpectrumWeight+;
    1820
    19 //#pragma link C++ class MMatrixHist+;
    20 //#pragma link C++ class MMatrixUnfold+;
    21 //#pragma link C++ class MUnfoldBert+;
    22 
    2321#endif
  • trunk/MagicSoft/Mars/mhflux/Makefile

    r7170 r7250  
    2525
    2626SRCFILES = MAlphaFitter.cc \
    27            MHEnergyEst.cc \
    2827           MHAlpha.cc \
    2928           MHThetaSq.cc \
    30            MHEnergyEst.cc \
     29           MHPhi.cc \
     30           MHDisp.cc \
     31           MHFalseSource.cc \
     32           MHEnergyEst.cc \
    3133           MHEffectiveOnTime.cc \
    3234           MHCollectionArea.cc \
    3335           MHThreshold.cc \
    34            MHFalseSource.cc \
    35            MHDisp.cc \
    3636           MMcSpectrumWeight.cc
    3737
Note: See TracChangeset for help on using the changeset viewer.