Ignore:
Timestamp:
11/11/08 11:49:49 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mranforest
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mranforest/MHRanForest.cc

    r8907 r9153  
    111111//
    112112//
    113 Bool_t MHRanForest::Fill(const MParContainer *par, const Stat_t w)
     113Int_t MHRanForest::Fill(const MParContainer *par, const Stat_t w)
    114114{
    115115    fNumEvent++;
  • trunk/MagicSoft/Mars/mranforest/MHRanForest.h

    r2071 r9153  
    3333
    3434    Bool_t SetupFill(const MParList *plist);
    35     Bool_t Fill(const MParContainer *par, const Stat_t w=1);
     35    Int_t Fill(const MParContainer *par, const Stat_t w=1);
    3636    Bool_t Finalize();
    3737
  • trunk/MagicSoft/Mars/mranforest/MHRanForestGini.cc

    r8907 r9153  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.8 2008-06-02 08:46:43 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MHRanForestGini.cc,v 1.9 2008-11-11 11:46:50 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    9494    {
    9595        *fLog << err << dbginf << "MRanForest not found... aborting." << endl;
    96         return kFALSE;
     96        return kERROR;
    9797    }
    9898
     
    107107//
    108108//
    109 Bool_t MHRanForestGini::Fill(const MParContainer *par, const Stat_t w)
     109Int_t MHRanForestGini::Fill(const MParContainer *par, const Stat_t w)
    110110{
    111111    MRanTree *t = fRanForest->GetCurTree();
  • trunk/MagicSoft/Mars/mranforest/MHRanForestGini.h

    r7413 r9153  
    3737
    3838    Bool_t SetupFill(const MParList *plist);
    39     Bool_t Fill(const MParContainer *par, const Stat_t w=1);
     39    Int_t Fill(const MParContainer *par, const Stat_t w=1);
    4040    Bool_t Finalize();
    4141
Note: See TracChangeset for help on using the changeset viewer.