Changeset 8590 for trunk/MagicSoft
- Timestamp:
- 06/21/07 10:37:46 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8589 r8590 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2007/06/21 Thomas Bretz 22 23 * mjobs/MJCut.cc: 24 - fixed a problem with the Wobble MCs (the could not be processed 25 anymore because they needed MTime for MHSrcPos) 26 27 20 28 21 29 2007/06/20 Thomas Bretz -
trunk/MagicSoft/Mars/NEWS
r8584 r8590 16 16 and must be set to 0/49 instead of 15/64 in callisto_mux.rc until 17 17 the first and last 15 slices have been removed from all MUX data. 18 19 - callisto: was broken for MCs... fixed. 18 20 19 21 - callisto: improved calculation of spline coefficients a lot. This … … 33 35 pixel treatment is now in units of nanoseconds, which leads to 3.0ns 34 36 for both, old FADC and MUX-FADC, data. 37 38 - ganymed: was broken for Wobble-MCs... fixed. 35 39 36 40 -
trunk/MagicSoft/Mars/mjobs/MJCut.cc
r8582 r8590 931 931 MFillH fillsrc(&hsrcpos, "MSrcPosCam", "FillSrcPosCam"); 932 932 fillsrc.SetNameTab("SrcPos"); 933 if (set.IsWobbleMode() )933 if (set.IsWobbleMode() & !set.IsMonteCarlo()) 934 934 tlist2.AddToListBefore(&fillsrc, &hcalc); 935 935
Note:
See TracChangeset
for help on using the changeset viewer.