Changeset 1320 for trunk/MagicSoft/Mars
- Timestamp:
- 04/29/02 12:42:40 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1319 r1320 7 7 * Makefile: 8 8 - 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 9 22 10 23 … … 51 64 - corrected class description 52 65 66 * mbase/MParList.cc: 67 - fixed a bug in CreateObjList 68 53 69 54 70 … … 110 126 * Work was done on the calculation of photon fluxes as a function of 111 127 Theta and as a function of time. The work is still in progress. 112 113 128 114 129 * macros/wowflux.C … … 129 144 - new histograms were added (chi2/NDF, lambda, N0del) 130 145 131 * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:132 - added133 134 * mhist/MHMcEnergyMigration.[h,cc]:135 - added136 137 * mhist/Makefile138 mhist/HistLinkDef.h139 140 - MHThetabarTheta and MHThetabarTime were added141 146 142 147 -
trunk/MagicSoft/Mars/mbase/MParList.cc
r1283 r1320 605 605 // 606 606 MParContainer *pcont = (MParContainer*)cls->New(); 607 if ( pcont)607 if (!pcont) 608 608 { 609 609 gLog << err << dbginf << "Cannot create new instance of class '" << cname << "' (Maybe no def. constructor)" << endl; -
trunk/MagicSoft/Mars/mdata/MDataValue.cc
r1304 r1320 38 38 ClassImp(MDataValue); 39 39 40 // -------------------------------------------------------------------------- 41 // 42 // Print the value 43 // 40 44 void MDataValue::Print(Option_t *opt = "") const 41 45 {
Note:
See TracChangeset
for help on using the changeset viewer.