Ignore:
Timestamp:
05/18/06 14:01:43 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7687 r7710  
    1 /* ======================================================================== *\
     1/* ================================q======================================== *\
    22!
    33! *
     
    3232#include "MRanForestCalc.h"
    3333
     34#include <TF1.h>
     35#include <TGraph.h>
    3436#include <TVector.h>
    3537
     
    279281    }
    280282
    281     // Maybe fEForests[0].fRules yould be used instead?
    282 
     283    // Maybe fEForests[0].fRules could be used instead?
    283284    if (fData->Read("rules")<=0)
    284285    {
     
    322323}
    323324
    324 #include <TGraph.h>
    325 #include <TF1.h>
    326325Int_t MRanForestCalc::Process()
    327326{
Note: See TracChangeset for help on using the changeset viewer.