Changeset 2276 for trunk/MagicSoft
- Timestamp:
- 07/14/03 07:40:23 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2275 r2276 49 49 50 50 51 2003/07/11: Wolfgang Wittek 52 53 * mhist/MHMatrix.cc 54 - add tlist.PrintStatistics() after event loop 55 56 57 58 51 59 52 60 2003/07/08: Abelardo Moralejo … … 57 65 for the parameters of the longitudinal fit to the particle 58 66 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) 59 86 60 87 … … 149 176 - added '-v' option 150 177 - changes to use MArgs 178 179 151 180 152 181 -
trunk/MagicSoft/Mars/mhist/MHMatrix.cc
r2173 r2276 630 630 return kFALSE; 631 631 632 tlist.PrintStatistics(0, kTRUE); 633 632 634 plist->Remove(&tlist); 633 635 plist->SetOwner(is);
Note:
See TracChangeset
for help on using the changeset viewer.