Changeset 8590 for trunk/MagicSoft


Ignore:
Timestamp:
06/21/07 10:37:46 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8589 r8590  
    1818
    1919                                                 -*-*- 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
    2028
    2129 2007/06/20 Thomas Bretz
  • trunk/MagicSoft/Mars/NEWS

    r8584 r8590  
    1616     and must be set to 0/49 instead of 15/64 in callisto_mux.rc until
    1717     the first and last 15 slices have been removed from all MUX data.
     18
     19   - callisto: was broken for MCs... fixed.
    1820
    1921   - callisto: improved calculation of spline coefficients a lot. This
     
    3335     pixel treatment is now in units of nanoseconds, which leads to 3.0ns
    3436     for both, old FADC and MUX-FADC, data.
     37
     38   - ganymed: was broken for Wobble-MCs... fixed.
    3539
    3640
  • trunk/MagicSoft/Mars/mjobs/MJCut.cc

    r8582 r8590  
    931931    MFillH fillsrc(&hsrcpos, "MSrcPosCam", "FillSrcPosCam");
    932932    fillsrc.SetNameTab("SrcPos");
    933     if (set.IsWobbleMode())
     933    if (set.IsWobbleMode() & !set.IsMonteCarlo())
    934934        tlist2.AddToListBefore(&fillsrc, &hcalc);
    935935
Note: See TracChangeset for help on using the changeset viewer.