Ignore:
Timestamp:
02/16/05 16:17:24 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mranforest
Files:
3 edited

Legend:

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

    r6527 r6530  
    3131#include "MRFEnergyEst.h"
    3232
     33#include <TFile.h>
     34#include <TList.h>
     35
     36#include <TH1F.h>
     37#include <TH2F.h>
     38#include <TStyle.h>
     39#include <TCanvas.h>
     40#include <TVector.h>
     41
     42#include "MHMatrix.h"
     43
    3344#include "MLog.h"
    3445#include "MLogManip.h"
     
    4253#include "MRanForestGrow.h"
    4354#include "MData.h"
    44 #include "TFile.h"
    45 #include "TList.h"
    46 
    47 #include "TH1F.h"
    48 #include "TH2F.h"
    49 #include "TStyle.h"
    50 #include "TCanvas.h"
    51 #include "TVector.h"
     55#include "MEnergyEst.h"
    5256
    5357ClassImp(MRFEnergyEst);
  • trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.h

    r6479 r6530  
    44#ifndef MARS_MTask
    55#include "MTask.h"
    6 #endif
    7 
    8 #ifndef MARS_MDataArray
    9 #include "MDataArray.h"
    10 #endif
    11 
    12 #ifndef MARS_MEnergyEst
    13 #include "MEnergyEst.h"
    14 #endif
    15 
    16 #ifndef MARS_MHMatrix
    17 #include "MHMatrix.h"
    18 #endif
    19 
    20 #ifndef ROOT_TArrayF
    21 #include <TArrayF.h>
    226#endif
    237
     
    3014#endif
    3115
    32 #ifndef ROOT_TRandom
    33 #include <TRandom.h>
    34 #endif
    35 
    36 //class MRanTree;
    37 //class MRanForest;
    38 //class MParList;
    39 //class MDataArray;
     16class MHMatrix;
     17class MDataArray;
     18class MEnergyEst;
    4019
    4120class MRFEnergyEst : public MTask
    4221{
    4322private:
    44 //      MRanTree *fRanTree;
    45 //      MRanForest *fRanForest;
    46 //      MDataArray *fData;
    4723    Int_t fNumTrees;
    4824    Int_t fNumTry;
  • trunk/MagicSoft/Mars/mranforest/MRanForestCalc.cc

    r5832 r6530  
    273273    tname.ReplaceAll("\015", "");
    274274
    275     *fLog << dbginf << "Reading " << num << " trees " << tname << " from file " << fname << endl;
     275    *fLog << inf << dbginf << "Reading " << num << " trees " << tname << " from file " << fname << endl;
    276276
    277277    gLog.SetNullOutput(!debug);
Note: See TracChangeset for help on using the changeset viewer.