Changeset 9530
- Timestamp:
- 12/21/09 09:37:09 (15 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9529 r9530 19 19 -*-*- END OF LINE -*-*- 20 20 21 2009/12/21 Thomas Bretz 22 23 * mjobs/MJCalibration.cc: 24 - allow unprescaled Calibration instead of requiring it (needed 25 for MCs) 26 27 * resources/calibration_spline.rc: 28 - added dummy periods up to 89 29 30 31 21 32 2009/12/16 Stefan Ruegamer 22 33 23 34 * datacenter/scripts/read_lapalma-tapes 24 35 - important output is now also written to shell -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r9518 r9530 1410 1410 fcalib.AllowSumTrigger(MFTriggerPattern::kPrescaled); 1411 1411 fcalib.RequireCalibration(MFTriggerPattern::kPrescaled); 1412 fcalib. RequireCalibration(MFTriggerPattern::kUnPrescaled);1412 fcalib.AllowCalibration(MFTriggerPattern::kUnPrescaled); 1413 1413 1414 1414 MContinue ccalib(&fcalib, "ContTrigPattern"); -
trunk/MagicSoft/Mars/resources/calibration_spline.rc
r9283 r9530 80 80 78: 0.9403 81 81 79: 0.9403 82 80: 0.9403 83 81: 0.9403 84 82: 0.9403 85 83: 0.9403 86 84: 0.9403 87 85: 0.9403 88 86: 0.9403 89 87: 0.9403 90 88: 0.9403 91 89: 0.9403
Note:
See TracChangeset
for help on using the changeset viewer.