Changeset 6537 for trunk/MagicSoft
- Timestamp:
- 02/16/05 17:08:48 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6532 r6537 35 35 - initialize fLoGainStartShift correctly if read from conf. file 36 36 and modified fOffsetLoGain exists. 37 37 38 38 39 -
trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc
r6536 r6537 31 31 #include "MRFEnergyEst.h" 32 32 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 33 43 #include "MLog.h" 34 44 #include "MLogManip.h" … … 41 51 #include "MRanForest.h" 42 52 #include "MRanForestGrow.h" 53 43 54 #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" 51 56 52 57 ClassImp(MRFEnergyEst);
Note:
See TracChangeset
for help on using the changeset viewer.