Changeset 4156 for trunk/MagicSoft


Ignore:
Timestamp:
05/24/04 18:39:11 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4152 r4156  
    4545       mean. There were too many outliers still present in the weighted
    4646       mean such to modify the result by a sizeable amount.
     47     - do not discard unreliable pixels any more in calculation of
     48       mean number of phe.s In some runs, there is simply too many of
     49       them in order to get reliable results.
    4750
    4851   * mpedestals/MPedCalcPedRun.cc
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r4150 r4156  
    928928        }
    929929
    930       if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))
    931         continue;
     930      //      if (bad.IsUnsuitable(MBadPixelsPix::kUnreliableRun))
     931      //        continue;
    932932     
    933933      const Float_t nphe  = pix.GetPheFFactorMethod();
Note: See TracChangeset for help on using the changeset viewer.