Changeset 6989


Ignore:
Timestamp:
05/02/05 10:20:22 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6988 r6989  
    3333   * mjobs/MJCut.[h,cc]:
    3434     - added support for MHAlpha derived classes
     35     - made MHTheta the default
     36
     37   * mhflux/MHTheta.[h,cc]:
     38     - added
     39
     40   * mhflux/Makefile, mhflux/FluxLinkDef.h:
     41     - added MHTheta
    3542
    3643
  • trunk/MagicSoft/Mars/NEWS

    r6988 r6989  
    4949   - ganymed got support for using other variables than Alpha, eg. Theta.
    5050     Therefor you need a class deriving from MHAlpha which supports
    51      this variable (one is already existing: MHTheta). It is setup
    52      through ganymed.rc
     51     this variable (one is already existing: MHTheta, which is now the
     52     default in ganymed). It is setup through ganymed.rc
    5353
    5454
  • trunk/MagicSoft/Mars/mhflux/FluxLinkDef.h

    r6938 r6989  
    88
    99#pragma link C++ class MHAlpha+;
     10#pragma link C++ class MHTheta+;
    1011#pragma link C++ class MHEnergyEst+;
    1112#pragma link C++ class MHFalseSource+;
  • trunk/MagicSoft/Mars/mhflux/Makefile

    r6938 r6989  
    2727           MHEnergyEst.cc \
    2828           MHAlpha.cc \
     29           MHTheta.cc \
    2930           MHEnergyEst.cc \
    3031           MHEffectiveOnTime.cc \
Note: See TracChangeset for help on using the changeset viewer.