Changeset 1780 for trunk/MagicSoft/Mars
- Timestamp:
- 02/21/03 12:18:39 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1779 r1780 19 19 20 20 * mhist/MHSigmaTheta.[h,cc] 21 21 22 22 23 23 … … 32 32 of star.C). This is a temporal fix, I guess something will have to 33 33 substitute the call to Optimize... 34 35 34 36 35 37 2003/02/20: Antonio Stamerra … … 59 61 60 62 63 61 64 2003/02/19: Wolfgang Wittek 62 65 … … 68 71 (after the calculation of the image parameters and before the 69 72 calculation of the hadronness) 70 71 73 72 74 * manalysis/MHillasCalc.[h,cc] … … 88 90 89 91 * manalysis/MHillasSrcCalc.[h,cc] 90 - add new argument for constructor 92 - add new argument for constructor: 91 93 the name of the MHillas input container 92 94 in order to allow MHillas input containers with a name … … 101 103 102 104 * mfilter/MFEventSelector.[h,cc] 103 - add new argument for constructor 105 - add new argument for constructor: 104 106 the name of the read object 105 107 in order to allow also read objects which have a name different from … … 129 131 * manalysis/Makefile, AnalysisLinkDef.h 130 132 - Changed MApplyPadding for MPadding 133 131 134 132 135 -
trunk/MagicSoft/Mars/mhist/MH.cc
r1774 r1780 488 488 #if ROOT_VERSION_CODE < ROOT_VERSION(3,03,01) 489 489 TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, nbins, binwidth, ""); 490 #else 491 gLog << all << "*********************************************************" << endl; 492 gLog << all << "ERROR, because Abelardo removed TGaxis::Optimize from" << endl; 493 gLog << all << " MH::FindGoodLimits to be able to compile Mars with newer" << endl; 494 gLog << all << " root versions, whatever you are trying to do will fail!!!" << endl; 495 gLog << all << "*********************************************************" << endl; 490 496 #endif 491 497
Note:
See TracChangeset
for help on using the changeset viewer.