Changeset 6989 for trunk/MagicSoft
- Timestamp:
- 05/02/05 10:20:22 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6988 r6989 33 33 * mjobs/MJCut.[h,cc]: 34 34 - 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 35 42 36 43 -
trunk/MagicSoft/Mars/NEWS
r6988 r6989 49 49 - ganymed got support for using other variables than Alpha, eg. Theta. 50 50 Therefor you need a class deriving from MHAlpha which supports 51 this variable (one is already existing: MHTheta ). It is setup52 through ganymed.rc51 this variable (one is already existing: MHTheta, which is now the 52 default in ganymed). It is setup through ganymed.rc 53 53 54 54 -
trunk/MagicSoft/Mars/mhflux/FluxLinkDef.h
r6938 r6989 8 8 9 9 #pragma link C++ class MHAlpha+; 10 #pragma link C++ class MHTheta+; 10 11 #pragma link C++ class MHEnergyEst+; 11 12 #pragma link C++ class MHFalseSource+; -
trunk/MagicSoft/Mars/mhflux/Makefile
r6938 r6989 27 27 MHEnergyEst.cc \ 28 28 MHAlpha.cc \ 29 MHTheta.cc \ 29 30 MHEnergyEst.cc \ 30 31 MHEffectiveOnTime.cc \
Note:
See TracChangeset
for help on using the changeset viewer.