Changeset 4902 for trunk/MagicSoft
- Timestamp:
- 09/09/04 17:31:58 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4901 r4902 55 55 56 56 * mcalib/MHCalibrationChargePix.[h,cc] 57 * mcalib/MHCalibrationChargeBlindPix.[h,cc] 58 * mcalib/MHCalibrationChargePINDiode.[h,cc] 57 59 * mcalib/MHCalibrationRelTimePix.[h,cc] 58 60 * mcalib/MHCalibrationTestPix.[h,cc] -
trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeBlindPix.h
r4882 r4902 3 3 4 4 5 #ifndef MARS_MHCalibration ChargePix6 #include "MHCalibration ChargePix.h"5 #ifndef MARS_MHCalibrationPix 6 #include "MHCalibrationPix.h" 7 7 #endif 8 8 … … 24 24 class MExtractedSignalBlindPixel; 25 25 26 class MHCalibrationChargeBlindPix : public MH GausEvents26 class MHCalibrationChargeBlindPix : public MHCalibrationPix 27 27 { 28 28 private: -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.cc
r4182 r4902 90 90 // -------------------------------------------------------------------------- 91 91 // 92 // Empty function to overload MHGausEvents::Reset()93 //94 void MHCalibrationTestPix::Reset()95 {96 }97 98 // --------------------------------------------------------------------------99 //100 92 // returns fHGausHist.Integral("width") 101 93 // -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestPix.h
r4901 r4902 2 2 #define MARS_MHCalibrationTestPix 3 3 4 #ifndef MARS_MH GausEvents5 #include "MH GausEvents.h"4 #ifndef MARS_MHCalibrationPix 5 #include "MHCalibrationPix.h" 6 6 #endif 7 7 8 class MHCalibrationTestPix : public MH GausEvents8 class MHCalibrationTestPix : public MHCalibrationPix 9 9 { 10 10 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestTimePix.cc
r4017 r4902 77 77 } 78 78 79 80 // --------------------------------------------------------------------------81 //82 // Empty function to overload MHGausEvents::Reset()83 //84 void MHCalibrationTestTimePix::Reset()85 {86 }87 -
trunk/MagicSoft/Mars/mcalib/MHCalibrationTestTimePix.h
r3978 r4902 2 2 #define MARS_MHCalibrationTestTimePix 3 3 4 #ifndef MARS_MH GausEvents5 #include "MH GausEvents.h"4 #ifndef MARS_MHCalibrationPix 5 #include "MHCalibrationPix.h" 6 6 #endif 7 7 8 8 class TH1F; 9 class MHCalibrationTestTimePix : public MH GausEvents9 class MHCalibrationTestTimePix : public MHCalibrationPix 10 10 { 11 11 … … 21 21 ~MHCalibrationTestTimePix() {} 22 22 23 virtual void Reset();24 25 23 ClassDef(MHCalibrationTestTimePix, 1) // Base Histogram class for TestTime Pixel Calibration 26 24 };
Note:
See TracChangeset
for help on using the changeset viewer.