Changeset 4283 for trunk/MagicSoft


Ignore:
Timestamp:
06/08/04 15:57:03 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4280 r4283  
    2525    - reduce number of default bins in AzimuthProfile
    2626    - use MatchSector in AzimuthProfile, like in RadialProfile
     27
     28  * mcalib/MCalibrationChargeCalc.cc
     29    - fix lower limit for deviation F-Factor to 1.1. This discarts a
     30      smaller number of especially outer pixels in some runs taken with
     31      the CT1 pulser box.
    2732
    2833
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc

    r4275 r4283  
    13301330      avffactorphotons[i] /= numffactor[i];
    13311331      avffactorphotvar[i] /= numffactor[i];
    1332       lowlim  [i] = avffactorphotons[i] - fFFactorErrLimit*TMath::Sqrt(avffactorphotvar[i]);
     1332      lowlim  [i] = 1.1;
    13331333      upplim  [i] = avffactorphotons[i] + fFFactorErrLimit*TMath::Sqrt(avffactorphotvar[i]);
    13341334    }
Note: See TracChangeset for help on using the changeset viewer.