Changeset 5413


Ignore:
Timestamp:
11/17/04 09:24:32 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5410 r5413  
    2020
    2121                                                 -*-*- END OF LINE -*-*-
     22
     23 2004/11/16: Markus Gaug
     24
     25   * mcalib/MCalibrationRelTimeCalc.cc
     26     - make pixels with deviating time resolution unreliable instead of
     27       unsuitable. This should take out 1 or 2 more unsuitable pixels.
     28
    2229
    2330 2004/11/16: Abelardo Moralejo
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r5412 r5413  
    865865  PrintUncalibrated(MBadPixelsPix::kMeanTimeInLast2Bins,
    866866                    Form("%s%2.1f%s","Mean Abs. Arr. Time in Last ",2.," Bin(s):           "));
     867  PrintUncalibrated(MBadPixelsPix::kHiGainOverFlow,   
     868                    "Pixels with High Gain Overflow:                   ");
     869  PrintUncalibrated(MBadPixelsPix::kLoGainOverFlow,   
     870                    "Pixels with Low Gain Overflow :                   ");
    867871  PrintUncalibrated(MBadPixelsPix::kDeviatingNumPhes,   
    868872                    "Pixels with deviating number of phes:             ");
     
    927931  else
    928932    {
     933
    929934      cal.SetPedestal(pedes   * fNumHiGainSamples,
    930935                      prms    * fSqrtHiGainSamples,
     
    12801285
    12811286      const Float_t nvar  = pix.GetPheFFactorMethodVar();
    1282 
    12831287      if (nvar <= 0.)
    12841288        {
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.cc

    r5156 r5413  
    452452
    453453      if (bad.IsUncalibrated( MBadPixelsPix::kDeviatingTimeResolution))
    454         bad.SetUnsuitable(   MBadPixelsPix::kUnsuitableRun   );
     454        bad.SetUnsuitable(   MBadPixelsPix::kUnreliableRun   );
    455455 
    456456      if (bad.IsUncalibrated( MBadPixelsPix::kRelTimeNotFitted))
Note: See TracChangeset for help on using the changeset viewer.