Changeset 6919 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 04/08/05 11:55:55 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r6917 r6919 344 344 MHCalibrationChargePINDiode hpndiod; 345 345 MHCalibrationRelTimeCam hrelcam; 346 347 hchacam.SetOscillations(kFALSE); 348 hbndcam.SetOscillations(kFALSE); 349 hrelcam.SetOscillations(kFALSE); 346 350 347 351 MCalibrationChargeCam calcam; … … 730 734 filcam.SetFilter(&fcalib); 731 735 filtme.SetFilter(&fcalib); 732 if (IsUseBlindPixel()) 733 filbnd.SetFilter(&fcalib); 734 if (IsUsePINDiode()) 735 filpin.SetFilter(&fcalib); 736 filbnd.SetFilter(&fcalib); 737 filpin.SetFilter(&fcalib); 736 738 chcalc.SetFilter(&fcalib); 737 739 recalc.SetFilter(&fcalib); … … 745 747 if (fIsRelTimesUpdate) 746 748 tlist2.AddToList(&filtme); 747 tlist2.AddToList(&filbnd); 748 tlist2.AddToList(&filpin); 749 if (IsUseBlindPixel()) 750 tlist2.AddToList(&filbnd); 751 if (IsUsePINDiode()) 752 tlist2.AddToList(&filpin); 749 753 tlist2.AddToList(&chcalc); 750 754 if (fIsRelTimesUpdate) -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6913 r6919 327 327 MHCamera disp4 (geomcam, "RSigmaPerCharge", "Reduced Sigma per Charge"); 328 328 MHCamera disp5 (geomcam, "NumPhes", "Number Photo-electrons"); 329 MHCamera disp6 (geomcam, "ConvFADC2Phes", " Conversion Factor to Phes");329 MHCamera disp6 (geomcam, "ConvFADC2Phes", "Phes per Charge (before flat-field)"); 330 330 MHCamera disp7 (geomcam, "TotalFFactor", "Total F-Factor(F-Factor Method)"); 331 331 MHCamera disp8 (geomcam, "CascadesQEFFactor", "Cascades QE (F-Factor Method)"); … … 452 452 453 453 disp5.SetYTitle("Photo-electons [1]"); 454 disp6.SetYTitle(" Conv.Factor [PhE/FADC cnts]");454 disp6.SetYTitle("Phes/<Q> [FADC cnts^{-1}]"); 455 455 disp7.SetYTitle("Total F-Factor [1]"); 456 456
Note:
See TracChangeset
for help on using the changeset viewer.