Changeset 3492 for trunk/MagicSoft


Ignore:
Timestamp:
03/13/04 14:25:25 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3491 r3492  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2004/03/13: Markus Gaug
     21   * mcalib/MHGausEvents.cc
     22   - changed default fit prob. limit from 0.005 to 0.001
     23
     24
    2025 2004/03/12: Sebastian Raducci
    2126
     
    6469   * mjobs/MJCalibration.cc
    6570     - updated call in displays to the corr. Cams.
     71
     72   * macros/calibrate_data.C
     73     - macro to study calibrate and study data used in Munich and IFAE
    6674
    6775
  • trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc

    r3286 r3492  
    9191using namespace std;
    9292
    93 const Float_t  MHGausEvents::fgProbLimit            = 0.005;
     93const Float_t  MHGausEvents::fgProbLimit            = 0.001;
    9494const Int_t    MHGausEvents::fgNDFLimit             = 2;
    9595const Int_t    MHGausEvents::fgPowerProbabilityBins = 20;
Note: See TracChangeset for help on using the changeset viewer.