Changeset 6537 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6532 r6537  
    3535     - initialize fLoGainStartShift correctly if read from conf. file
    3636       and modified fOffsetLoGain exists.
     37
    3738
    3839
  • trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc

    r6536 r6537  
    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
     41#include "MHMatrix.h"
     42
    3343#include "MLog.h"
    3444#include "MLogManip.h"
     
    4151#include "MRanForest.h"
    4252#include "MRanForestGrow.h"
     53
    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"
     55#include "MEnergyEst.h"
    5156
    5257ClassImp(MRFEnergyEst);
Note: See TracChangeset for help on using the changeset viewer.