Changeset 4815 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 08/30/04 18:15:02 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.cc
r4813 r4815 107 107 #include "MHGausEvents.h" 108 108 109 #include "MArrayI.h" 110 #include "MArrayD.h" 111 109 112 ClassImp(MHCalibrationRelTimeCam); 110 113 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationRelTimeCam.h
r4813 r4815 4 4 #ifndef MARS_MHCalibrationCam 5 5 #include "MHCalibrationCam.h" 6 #endif 7 8 #ifndef MARS_MArrayI 9 #include "MArrayI.h" 10 #endif 11 12 #ifndef MARS_MArrayD 13 #include "MArrayD.h" 6 14 #endif 7 15 … … 15 23 static const UInt_t fgReferencePixel; //! Default for fReferencePixel (now set to: 1) 16 24 17 TArrayFfSumareahi ; //!18 TArrayFfSumarealo ; //!19 TArrayFfSumsectorhi; //!20 TArrayFfSumsectorlo; //!21 TArrayI fNumareahi ; //!22 TArrayI fNumarealo ; //!23 TArrayI fNumsectorhi; //!24 TArrayI fNumsectorlo; //!25 MArrayD fSumareahi ; //! 26 MArrayD fSumarealo ; //! 27 MArrayD fSumsectorhi; //! 28 MArrayD fSumsectorlo; //! 29 MArrayI fNumareahi ; //! 30 MArrayI fNumarealo ; //! 31 MArrayI fNumsectorhi; //! 32 MArrayI fNumsectorlo; //! 25 33 26 34 UInt_t fReferencePixel; // The reference pixel for rel. times
Note:
See TracChangeset
for help on using the changeset viewer.