Changeset 2928
- Timestamp:
- 01/27/04 18:21:58 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2924 r2928 5 5 -*-*- END OF LINE -*-*- 6 6 7 2004/01/27: Thomas Bretz 8 9 * mdata/MDataChain.cc: 10 - added '%' to supported operators 11 12 13 7 14 2004/01/26: Nicola Galante 8 15 9 * manalisys/MMcTriggerLvl2.[cc,h]: 16 * manalysis/MMcTriggerLvl2.[cc,h]: 17 10 18 - Defined some static constants to avoid ugly "magic numbers" 11 19 in arrays: gsNCells, gsNTrigPixels, … … 28 36 which returns fMaxCell, the cell with the maximum 29 37 fCellPseudoSize. 30 38 31 39 32 40 … … 45 53 fit 46 54 47 * mcalib/MHCalibrationPixel.[h,cc]: 48 * mcalib/MCalibrationPix.cc: 49 * mcalib/MCalibrationPINDiode.cc: 55 * mcalib/MHCalibrationPixel.[h,cc], mcalib/MCalibrationPix.cc, 56 mcalib/MCalibrationPINDiode.cc: 50 57 - combine FitChargeHiGain and FitChargeLoGain into one function 51 58 52 59 * macros/calibration.C 53 60 - improve double gauss fit a bit 61 62 54 63 55 64 2004/01/26: Thomas Bretz -
trunk/MagicSoft/Mars/mdata/MDataChain.cc
r2927 r2928 39 39 // "HillasDource.fDist / (MHillas.fLength + MHillas.fWidth)" 40 40 // 41 // The allowed operations are: +, -, *, / 41 // The allowed operations are: +, -, *, /, % 42 // 43 // While a%b returns the floating point reminder of a/b. 42 44 // 43 45 // Warning: There is no priority rule build in. So better use brackets
Note:
See TracChangeset
for help on using the changeset viewer.