Ignore:
Timestamp:
10/31/02 14:30:11 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfileio
Files:
2 edited

Legend:

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

    r1568 r1572  
    5959#include <TOrdCollection.h>
    6060
    61 #include "MLog.h"
    62 #include "MLogManip.h"
    63 
    6461#include "MChain.h"
    6562#include "MFilter.h"
     
    6764#include "MTaskList.h"
    6865
     66#include "MLog.h"
     67#include "MLogManip.h"
     68
     69
    6970ClassImp(MReadTree);
    7071
     
    7475//
    7576MReadTree::MReadTree()
    76     : fNumEntry(0), fBranchChoosing(kFALSE), fAutoEnable(kTRUE), fProgress(NULL)
     77    : fNumEntry(0), fNumEntries(0), fBranchChoosing(kFALSE), fAutoEnable(kTRUE), fProgress(NULL)
    7778{
    7879    fName  = "MReadTree";
     
    534535
    535536        //
    536         // Check whether a Pointer to a pointer already exists, if
    537         // we created one already delete it.
     537        // Check whether a Pointer to a pointer already exists.
     538        // If we created one already, delete it.
    538539        //
    539540        TChainElement *element = (TChainElement*)fChain->GetStatus()->FindObject(bname);
  • trunk/MagicSoft/Mars/mfileio/MReadTree.h

    r1568 r1572  
    5959    Bool_t SetEventNum(UInt_t nr);    // set number of event (position in tree)
    6060
    61     UInt_t GetEventNum() const { return fNumEntry;   }
     61    UInt_t GetEventNum() const { return fNumEntry; }
    6262    UInt_t GetEntries();
    6363
Note: See TracChangeset for help on using the changeset viewer.