Changeset 3436


Ignore:
Timestamp:
03/07/04 20:51:27 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C

    r3294 r3436  
    113113    // ---------------------------------------------------
    114114    //
    115 
     115   
     116    MBadPixelsCam           badcam;
    116117    MCalibrationChargeCam   calcam;
    117118    MExtractedSignalCam     sigcam;
     
    123124    // we have to set the color of the pulser LED by hand
    124125    //
    125     calcam.SetColor(MCalibrationChargeCam::kECT1);
     126    //    calcam.SetColor(MCalibrationChargeCam::kECT1);
    126127    blindpix.SetColor(MCalibrationChargeBlindpix:kECT1);
    127128
    128129    plist2.AddToList(&geomcam);
     130    plist2.AddToList(&badcam);
    129131    plist2.AddToList(&pedcam);
    130132    plist2.AddToList(&calcam);
     
    165167    tlist2.AddToList(&cont);
    166168    //
    167     tlist2.AddToList(&fillpin);
     169    //    tlist2.AddToList(&fillpin);
    168170    tlist2.AddToList(&fillblind);
    169171    tlist2.AddToList(&fillcam);
  • trunk/MagicSoft/Mars/macros/calibration.C

    r3435 r3436  
    111111    //
    112112    blindpix.SetColor(kCT1);
    113     pindiode.SetColor(kCT1);
     113    //    pindiode.SetColor(kCT1);
    114114    //
    115115    // Get the previously created MPedestalCam into the new Parameter List
Note: See TracChangeset for help on using the changeset viewer.