Changeset 5388 for trunk/MagicSoft/Mars
- Timestamp:
- 11/11/04 14:03:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCamThreeNewStyle.cc
r5386 r5388 29 29 // Blind Pixels Calibration camera after run 43308. The blind pixel camera 30 30 // consisted then of three non-coated blind pixels with very well known 31 // quantum efficiency read out in hardware ID -1, -2 and -3(stored in MRawEvtData2).31 // quantum efficiency read out in hardware ID 0,1 and 2 (stored in MRawEvtData2). 32 32 // 33 33 // See also: MCalibrationBlindCam, MHCalibrationChargeBlindCam … … 64 64 // -------------------------------------------------------------------------- 65 65 // 66 // Three blind pixels with ID -1, -2 and -3(software)66 // Three blind pixels with ID 0,1 and 2(software) 67 67 // 68 68 void MCalibrationBlindCamThreeNewStyle::CreatePixs() 69 69 { 70 70 71 (*this)[0].SetPixId( -1);72 (*this)[1].SetPixId( -2);73 (*this)[2].SetPixId( -3);71 (*this)[0].SetPixId(0); 72 (*this)[1].SetPixId(1); 73 (*this)[2].SetPixId(2); 74 74 75 75 }
Note:
See TracChangeset
for help on using the changeset viewer.