Ignore:
Timestamp:
02/11/05 10:36:02 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MWriteRootFile.h

    r4826 r6373  
    8282
    8383    enum {
    84         kFillTree  = BIT(14),
     84        kIsNotOwner = BIT(14), // MWriteRootFile is not owner of fOut
     85        kFillTree   = BIT(14),
    8586        // Be carefull these bits are already in use!
    8687        // TBranch::kAutoDelete = BIT(15)
    8788        // TBranchElement::kDeleteObject = BIT(16)
    88         kIsNewTree = BIT(17)
     89        kIsNewTree  = BIT(17)
    8990    };
    9091
     
    130131    Bool_t cd(const char *path=0);
    131132
     133    void RecursiveRemove(TObject *obj);
     134
    132135    ClassDef(MWriteRootFile, 1) // Task to write data into a root file
    133136};
Note: See TracChangeset for help on using the changeset viewer.