Changeset 6540 for trunk/MagicSoft/Mars
- Timestamp:
- 02/16/05 17:23:49 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6539 r6540 21 21 22 22 -*-*- END OF LINE -*-*- 23 2005/02/16 Thomas Hengstebeck 24 25 * mranforest/MRFEnergyEst.cc 26 - changed calculation of estimated energy, now interpolated values 27 are returned 23 28 24 29 2005/02/16 Abelardo Moralejo … … 41 46 and modified fOffsetLoGain exists. 42 47 48 2005/02/16 Thomas Hengstebeck 49 50 * mranforest/MRFEnergyEst.[h,cc] 51 - added RF class for energy estimation 43 52 44 53 -
trunk/MagicSoft/Mars/mranforest/MRFEnergyEst.cc
r6537 r6540 53 53 54 54 #include "MData.h" 55 56 #include "TFile.h" 57 #include "TList.h" 58 59 #include "TH1F.h" 60 #include "TH2F.h" 61 #include "TStyle.h" 62 #include "TCanvas.h" 63 #include "TVector.h" 64 55 65 #include "MEnergyEst.h" 66 56 67 57 68 ClassImp(MRFEnergyEst);
Note:
See TracChangeset
for help on using the changeset viewer.