Changeset 6377 for trunk/MagicSoft
- Timestamp:
- 02/11/05 16:42:14 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6375 r6377 33 33 34 34 35 35 36 2005/02/11 Thomas Bretz 36 37 37 * mfileio/MWriteRootFile.[h,cc]:38 - added the possibility to write to an already existing file.38 * mfileio/MWriteRootFile.[h,cc]: 39 - added the possibility to write to an already existing file. 39 40 This doesn't affect the old behaviour, but using this new feature 40 41 might still have problems. 41 42 42 * mfileio/MReadReports.cc: 43 - fixed column-level in PrintStatistics 43 * mfileio/MReadReports.cc: 44 - fixed column-level in PrintStatistics 45 46 * mjobs/MJCalibrateSignal.cc: 47 - keep MMcRunHeader in the output 44 48 45 49 -
trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc
r5762 r6377 121 121 Bool_t MBadPixelsTreat::IsPixelBad(Int_t idx) const 122 122 { 123 return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable() 123 return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable(); 124 124 } 125 125 -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6281 r6377 559 559 write.AddContainer("MGeomCam", "RunHeaders"); 560 560 // Monte Carlo Headers 561 write.AddContainer("MMcRunHeader", "RunHeaders", kFALSE); 561 562 write.AddContainer("MMcTrigHeader", "RunHeaders", kFALSE); 562 563 write.AddContainer("MMcConfigRunHeader", "RunHeaders", kFALSE);
Note:
See TracChangeset
for help on using the changeset viewer.