Changeset 7682 for trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
- Timestamp:
- 05/03/06 08:24:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
r7178 r7682 28 28 // MHCollectionArea 29 29 // 30 // Class Version 2: 31 // ---------------- 32 // + added //! to fMcEvt which was missing before 33 // 34 // 30 35 ////////////////////////////////////////////////////////////////////////////// 31 36 #include "MHCollectionArea.h" … … 59 64 // 60 65 MHCollectionArea::MHCollectionArea(const char *name, const char *title) 61 : fMcEvt(0), fEnergy(0),fMcAreaRadius(300.), fIsExtern(kFALSE)66 : fMcEvt(0), /*fEnergy(0),*/ fMcAreaRadius(300.), fIsExtern(kFALSE) 62 67 { 63 68 // initialize the histogram for the distribution r vs E … … 163 168 return kFALSE; 164 169 } 165 170 /* 166 171 fEnergy = (MParameterD*)pl->FindObject("MEnergyEst", "MParameterD"); 167 172 if (!fEnergy) … … 170 175 return kFALSE; 171 176 } 172 177 */ 173 178 MBinning binst, binse; 174 179 binst.SetEdges(fHistAll, 'x');
Note:
See TracChangeset
for help on using the changeset viewer.