Changeset 5066 for trunk/MagicSoft


Ignore:
Timestamp:
09/16/04 14:02:01 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
11 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5064 r5066  
    4646   * mjobs/MJob.cc:
    4747     - small changes to output
     48
     49   * mhflux, mhflux/Makefile, mhflux/FluxLinkDef.h mhflux/FluxIncl.h:
     50     - added
     51
     52   * mhist/MHFalseSource.[h,cc], mhist/MHAlpha.[h,cc],
     53     mhist/MHEffectiveOnTime.[h,cc]:
     54     - moved to mhflux
     55
     56   * mhflux/MAlphaFitter.[h,cc]:
     57     - added
     58
     59   * Makefile:
     60     - added mhflux
     61
     62   * mhist/Makefile, mhist/HistLinkDef.h:
     63     - removed MHEffectiveOnTime
     64     - removed MHAlpha
     65     - removed MHFalseSource
     66     - removed MHEffOnTimeTime  (use MHEffectiveOnTime instead)
     67     - removed MHEffOnTimeTheta (use MHEffectiveOnTime instead)
     68     - removed MHEffOnTime      (use MHEffectiveOnTime instead)
     69     - removed MHTimeDiffTime   (use MHEffectiveOnTime instead)
     70     - removed MHTimeDiffTheta  (use MHEffectiveOnTime instead)
    4871
    4972
  • trunk/MagicSoft/Mars/mhist/HistLinkDef.h

    r5065 r5066  
    2020#pragma link C++ class MHFlux;
    2121#pragma link C++ class MHSigmaTheta;
    22 #pragma link C++ class MHEffOnTime+;
    23 #pragma link C++ class MHTimeDiffTime+;
    24 #pragma link C++ class MHTimeDiffTheta+;
    2522#pragma link C++ class MHThetabarTime+;
    2623#pragma link C++ class MHThetabarTheta+;
  • trunk/MagicSoft/Mars/mhist/Makefile

    r5065 r5066  
    3434           MHAlphaEnergyTime.cc \
    3535           MHAlphaEnergyTheta.cc \
    36            MHEffOnTime.cc \
    37            MHTimeDiffTime.cc \
    38            MHTimeDiffTheta.cc \
    3936           MHCompProb.cc \
    4037           MHHadronness.cc \
Note: See TracChangeset for help on using the changeset viewer.