Changeset 5388 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
11/11/04 14:03:46 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCamThreeNewStyle.cc

    r5386 r5388  
    2929// Blind Pixels Calibration camera after run 43308. The blind pixel camera
    3030// 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).
    3232//
    3333// See also: MCalibrationBlindCam, MHCalibrationChargeBlindCam
     
    6464// --------------------------------------------------------------------------
    6565//
    66 // Three blind pixels with ID -1, -2 and -3 (software)
     66// Three blind pixels with ID 0,1 and 2(software)
    6767//
    6868void MCalibrationBlindCamThreeNewStyle::CreatePixs()
    6969{
    7070
    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);
    7474 
    7575}
Note: See TracChangeset for help on using the changeset viewer.