Ignore:
Timestamp:
11/04/03 17:08:27 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfileio
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MReadTree.cc

    r2296 r2470  
    779779        if (!c) continue;
    780780        if ((*c)->InheritsFrom(MRawEvtData::Class()))
    781             ((MRawEvtData*)(*c))->DeletePixels(kFALSE);
     781            static_cast<MRawEvtData*>(*c)->DeletePixels(kFALSE);
    782782
    783783    }
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.cc

    r2377 r2470  
    5353static const TString gsDefName  = "MWriteRootFile";
    5454static const TString gsDefTitle = "Task which writes a root-output file";
     55
    5556// --------------------------------------------------------------------------
    5657//
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.h

    r2130 r2470  
    8383        kFillTree  = BIT(14),
    8484        // TBranch::kAutoDelete = BIT(15)
    85         kIsNewTree = BIT(16)
     85        // TBranchElement::kDeleteObject = BIT(16)
     86        kIsNewTree = BIT(17)
    8687    };
    8788
Note: See TracChangeset for help on using the changeset viewer.