Changeset 7692 for trunk/MagicSoft/Mars/mhflux
- Timestamp:
- 05/05/06 07:33:06 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/mhflux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc
r7691 r7692 69 69 // 70 70 fName = name ? name : "MHEnergyEst"; 71 fTitle = title ? title : " 3-D histogram E-true E-est Theta";72 73 fNameEnergy = "MEnergyEst";74 fNameResult = "MinimizationValue";71 fTitle = title ? title : "Histogram for the result of the energy reconstruction"; 72 73 //fNameEnergy = "MEnergyEst"; 74 //fNameResult = "MinimizationValue"; 75 75 76 76 fHEnergy.SetDirectory(NULL); -
trunk/MagicSoft/Mars/mhflux/MHEnergyEst.h
r7691 r7692 22 22 { 23 23 private: 24 TString fNameEnergy;25 TString fNameResult;24 //TString fNameEnergy; 25 //TString fNameResult; 26 26 27 27 MMcEvt *fMcEvt; //! … … 62 62 void Print(Option_t *o="") const; 63 63 64 ClassDef(MHEnergyEst, 2) //65 64 //ClassDef(MHEnergyEst, 2) // 65 ClassDef(MHEnergyEst, 1) // Histogram for the result of the energy reconstruction 66 66 }; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.