Changeset 1780 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
02/21/03 12:18:39 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1779 r1780  
    1919
    2020    * mhist/MHSigmaTheta.[h,cc]
    21      
     21
    2222
    2323
     
    3232        of star.C). This is a temporal fix, I guess something will have to
    3333        substitute the call to Optimize...
     34
     35
    3436
    3537 2003/02/20: Antonio Stamerra
     
    5961
    6062
     63
    6164 2003/02/19: Wolfgang Wittek
    6265
     
    6871        (after the calculation of the image parameters and before the
    6972         calculation of the hadronness)
    70 
    7173
    7274    * manalysis/MHillasCalc.[h,cc]
     
    8890
    8991    * manalysis/MHillasSrcCalc.[h,cc]
    90       - add new argument for constructor :
     92      - add new argument for constructor:
    9193                the name of the MHillas input container
    9294        in order to allow MHillas input containers with a name
     
    101103
    102104    * mfilter/MFEventSelector.[h,cc]
    103       - add new argument for constructor :
     105      - add new argument for constructor:
    104106                the name of the read object
    105107        in order to allow also read objects which have a name different from
     
    129131    * manalysis/Makefile, AnalysisLinkDef.h
    130132      - Changed MApplyPadding for MPadding
     133
    131134
    132135
  • trunk/MagicSoft/Mars/mhist/MH.cc

    r1774 r1780  
    488488#if ROOT_VERSION_CODE < ROOT_VERSION(3,03,01)
    489489    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;
    490496#endif
    491497
Note: See TracChangeset for help on using the changeset viewer.