Changeset 5066 for trunk/MagicSoft
- Timestamp:
- 09/16/04 14:02:01 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 11 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5064 r5066 46 46 * mjobs/MJob.cc: 47 47 - 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) 48 71 49 72 -
trunk/MagicSoft/Mars/mhist/HistLinkDef.h
r5065 r5066 20 20 #pragma link C++ class MHFlux; 21 21 #pragma link C++ class MHSigmaTheta; 22 #pragma link C++ class MHEffOnTime+;23 #pragma link C++ class MHTimeDiffTime+;24 #pragma link C++ class MHTimeDiffTheta+;25 22 #pragma link C++ class MHThetabarTime+; 26 23 #pragma link C++ class MHThetabarTheta+; -
trunk/MagicSoft/Mars/mhist/Makefile
r5065 r5066 34 34 MHAlphaEnergyTime.cc \ 35 35 MHAlphaEnergyTheta.cc \ 36 MHEffOnTime.cc \37 MHTimeDiffTime.cc \38 MHTimeDiffTheta.cc \39 36 MHCompProb.cc \ 40 37 MHHadronness.cc \
Note:
See TracChangeset
for help on using the changeset viewer.