Ignore:
Timestamp:
12/27/04 13:13:32 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.h

    r2862 r5690  
    3131    Int_t Process();
    3232
     33    enum { kIsOwner = BIT(14) };
     34
     35    Bool_t IsOwner() const { return TestBit(kIsOwner); }
     36    void SetOwner() { SetBit(kIsOwner); }
     37
    3338public:
    3439    MRanForestCalc(const char *name=NULL, const char *title=NULL);
    3540    ~MRanForestCalc();
     41
     42    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    3643
    3744    void SetHadronnessName(const TString name) { fHadronnessName = name; }
Note: See TracChangeset for help on using the changeset viewer.