Changeset 2276 for trunk/MagicSoft


Ignore:
Timestamp:
07/14/03 07:40:23 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2275 r2276  
    4949
    5050
     51 2003/07/11: Wolfgang Wittek
     52
     53   * mhist/MHMatrix.cc
     54     - add tlist.PrintStatistics() after event loop
     55
     56
     57
     58
    5159
    5260 2003/07/08: Abelardo Moralejo
     
    5765       for the parameters of the longitudinal fit to the particle
    5866       distribution of the shower.
     67
     68 2003/07/08: Wolfgang Wittek
     69
     70   * macros/CT1EgyEst.C:
     71     - de-comment filters
     72     - add PrintStatistics after event loop
     73
     74   * manalysis/MEnergyEstParamDanielMkn421.[h,cc]
     75     - new; calculates estimated energy using Daniel's parametrization
     76       and parameter values for Mkn421
     77
     78   * manalysis/AnalysisLinkDef.h
     79               Makefile
     80     - include MEnergyEstParamDanielMkn421
     81
     82   * manalysis/MCT1SupercutsCalc.[h,cc]
     83     - add MHillasSrc.fAlpha to fMap
     84     - add member functions SetParams(Double_t *par)
     85                            GetParams(Double_t *par)
    5986
    6087
     
    149176     - added '-v' option
    150177     - changes to use MArgs
     178
     179
    151180
    152181
  • trunk/MagicSoft/Mars/mhist/MHMatrix.cc

    r2173 r2276  
    630630        return kFALSE;
    631631
     632    tlist.PrintStatistics(0, kTRUE);
     633
    632634    plist->Remove(&tlist);
    633635    plist->SetOwner(is);
Note: See TracChangeset for help on using the changeset viewer.