Changeset 6377


Ignore:
Timestamp:
02/11/05 16:42:14 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6375 r6377  
    3333
    3434
     35
    3536 2005/02/11 Thomas Bretz
    3637
    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.
    3940      This doesn't affect the old behaviour, but using this new feature
    4041      might still have problems.
    4142
    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
    4448
    4549
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsTreat.cc

    r5762 r6377  
    121121Bool_t MBadPixelsTreat::IsPixelBad(Int_t idx) const
    122122{
    123     return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable() ;
     123    return TESTBIT(fFlags, kHardTreatment) ? (*fBadPixels)[idx].IsBad():(*fBadPixels)[idx].IsUnsuitable();
    124124}
    125125
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc

    r6281 r6377  
    559559    write.AddContainer("MGeomCam",                  "RunHeaders");
    560560    // Monte Carlo Headers
     561    write.AddContainer("MMcRunHeader",              "RunHeaders", kFALSE);
    561562    write.AddContainer("MMcTrigHeader",             "RunHeaders", kFALSE);
    562563    write.AddContainer("MMcConfigRunHeader",        "RunHeaders", kFALSE);
Note: See TracChangeset for help on using the changeset viewer.