Changeset 1320


Ignore:
Timestamp:
04/29/02 12:42:40 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1319 r1320  
    77   * Makefile:
    88     - changed "make tar" to use macros/tar.C and root
     9
     10
     11
     12 2002/04/29: Wolfgang Wittek
     13
     14   * mhist/Makefile, mhist/HistLinkDef.h
     15     - MHThetabarTheta and MHThetabarTime were added
     16
     17   * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
     18     - added
     19
     20   * mhist/MHMcEnergyMigration.[h,cc]:
     21     - added
    922
    1023
     
    5164     - corrected class description
    5265
     66   * mbase/MParList.cc:
     67     - fixed a bug in CreateObjList
     68
    5369
    5470
     
    110126   * Work was done on the calculation of photon fluxes as a function of
    111127     Theta and as a function of time. The work is still in progress.
    112 
    113128
    114129   * macros/wowflux.C
     
    129144     - new histograms were added (chi2/NDF, lambda, N0del)
    130145
    131    * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
    132      - added
    133 
    134    * mhist/MHMcEnergyMigration.[h,cc]:
    135      - added
    136 
    137    * mhist/Makefile
    138      mhist/HistLinkDef.h
    139 
    140      - MHThetabarTheta and MHThetabarTime were added
    141146
    142147
  • trunk/MagicSoft/Mars/mbase/MParList.cc

    r1283 r1320  
    605605        //
    606606        MParContainer *pcont = (MParContainer*)cls->New();
    607         if (pcont)
     607        if (!pcont)
    608608        {
    609609            gLog << err << dbginf << "Cannot create new instance of class '" << cname << "' (Maybe no def. constructor)" << endl;
  • trunk/MagicSoft/Mars/mdata/MDataValue.cc

    r1304 r1320  
    3838ClassImp(MDataValue);
    3939
     40// --------------------------------------------------------------------------
     41//
     42// Print the value
     43//
    4044void MDataValue::Print(Option_t *opt = "") const
    4145{
Note: See TracChangeset for help on using the changeset viewer.