Changeset 2685 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 12/16/03 20:12:44 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCalibrate.cc
r2684 r2685 16 16 ! 17 17 ! 18 ! Author(s): Markus Gaug 09/2003 <mailto:markus@ifae.es>18 ! Author(s): Javier Lopez 12/2003 <mailto:jlopez@ifae.es> 19 19 ! 20 20 ! Copyright: MAGIC Software Development, 2000-2001 … … 25 25 ////////////////////////////////////////////////////////////////////////////// 26 26 // // 27 // MCalibrate 27 // MCalibrate // 28 // // 29 // This task takes the integrated charge from MExtractedSignal and apply // 30 // the calibration constants from MCalibraitionCam to the charge. Then // 31 // stores number of photons obtained in MCerPhotEvt. // 32 // // 33 // Input Containers: // 34 // // 35 // MExtractedSingal // 36 // MCalibrationCam // 37 // // 38 // Output Containers: // 39 // // 40 // MCerPhotEvt // 28 41 // // 29 42 ////////////////////////////////////////////////////////////////////////////// … … 57 70 // -------------------------------------------------------------------------- 58 71 // 59 // Default constructor. b is the number of slices before the maximum slice, 60 // a the number of slices behind the maximum slice which is taken as signal. 72 // Default constructor. 61 73 // 62 74 MCalibrate::MCalibrate(const char *name, const char *title) … … 78 90 // 79 91 // - MCerPhotEvt 80 // - MPedPhotCam81 92 // 82 93 Int_t MCalibrate::PreProcess(MParList *pList) … … 136 147 Float_t nphoterr = 0; 137 148 138 cout << "DBG MCalibrate::Process logain " << logain << " signal " << signal << " fCalibrationConvertionFactor " << fCalibrationConvertionFactor << " nphot " << nphot << endl;139 140 cout << "Blind " << pix.GetMeanConversionBlindPixelMethod() << " "141 << pix.GetErrorConversionBlindPixelMethod() << " "142 << pix.GetSigmaConversionBlindPixelMethod() << " "143 144 << "FFactor " << pix.GetMeanConversionFFactorMethod() << " "145 << pix.GetErrorConversionFFactorMethod() << " "146 << pix.GetSigmaConversionFFactorMethod() << " "147 << pix.GetPheFFactorMethod() << " "148 149 << "PIN " << pix.GetMeanConversionPINDiodeMethod() << " "150 << pix.GetErrorConversionPINDiodeMethod() << " "151 << pix.GetSigmaConversionPINDiodeMethod() << endl;152 153 154 149 fCerPhotEvt->AddPixel(pixid, nphot, nphoterr); 155 150
Note:
See TracChangeset
for help on using the changeset viewer.