Changeset 3492
- Timestamp:
- 03/13/04 14:25:25 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3491 r3492 18 18 19 19 -*-*- 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 20 25 2004/03/12: Sebastian Raducci 21 26 … … 64 69 * mjobs/MJCalibration.cc 65 70 - 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 66 74 67 75 -
trunk/MagicSoft/Mars/mcalib/MHGausEvents.cc
r3286 r3492 91 91 using namespace std; 92 92 93 const Float_t MHGausEvents::fgProbLimit = 0.00 5;93 const Float_t MHGausEvents::fgProbLimit = 0.001; 94 94 const Int_t MHGausEvents::fgNDFLimit = 2; 95 95 const Int_t MHGausEvents::fgPowerProbabilityBins = 20;
Note:
See TracChangeset
for help on using the changeset viewer.