Changeset 3436
- Timestamp:
- 03/07/04 20:51:27 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/bootcampstandardanalysis.C
r3294 r3436 113 113 // --------------------------------------------------- 114 114 // 115 115 116 MBadPixelsCam badcam; 116 117 MCalibrationChargeCam calcam; 117 118 MExtractedSignalCam sigcam; … … 123 124 // we have to set the color of the pulser LED by hand 124 125 // 125 calcam.SetColor(MCalibrationChargeCam::kECT1);126 // calcam.SetColor(MCalibrationChargeCam::kECT1); 126 127 blindpix.SetColor(MCalibrationChargeBlindpix:kECT1); 127 128 128 129 plist2.AddToList(&geomcam); 130 plist2.AddToList(&badcam); 129 131 plist2.AddToList(&pedcam); 130 132 plist2.AddToList(&calcam); … … 165 167 tlist2.AddToList(&cont); 166 168 // 167 tlist2.AddToList(&fillpin);169 // tlist2.AddToList(&fillpin); 168 170 tlist2.AddToList(&fillblind); 169 171 tlist2.AddToList(&fillcam); -
trunk/MagicSoft/Mars/macros/calibration.C
r3435 r3436 111 111 // 112 112 blindpix.SetColor(kCT1); 113 pindiode.SetColor(kCT1);113 // pindiode.SetColor(kCT1); 114 114 // 115 115 // Get the previously created MPedestalCam into the new Parameter List
Note:
See TracChangeset
for help on using the changeset viewer.