Changeset 8612


Ignore:
Timestamp:
06/26/07 19:25:01 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/NEWS

    r8590 r8612  
    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   - mars: Similar to writing movies you can now select events which
     20     should be displayed in your display. Therefore add the following
     21     lines to your mars.rc:
     22         MFEvtNumber.FileName: ganymed00223552.root
     23         MFEvtNumber.Selector: ThetaSquared.fVal<0.04 && DataType.fVal>0.5
     24     The input file can be a ganymed-file after (ganymed*.root) or
     25     before (ganymed*-summary.root) file. For example to select all events
     26     from your on sample after cuts (excluding the ThetaSq cut) use
     27         MFEvtNumber.Selector: DataType.fVal>0.5
     28     To show all events from your on-sample after quality cuts
     29     use the summary file instead.
    1830
    1931   - callisto: was broken for MCs... fixed.
     
    3648     for both, old FADC and MUX-FADC, data.
    3749
     50   - ganymed: From XXXX on a real starguider calibration with a real
     51     pointing model for the starguider is done.
     52
    3853   - ganymed: was broken for Wobble-MCs... fixed.
     54
     55   - optim: MHThetaSqN can now also be used in teh optim-macros (if
     56     you use MFMagicCuts, which are necessary to calculate Disp).
     57     Just replace
     58         MJOptimizeCuts opt("MHThetaSq");
     59     by
     60         MJOptimizeCuts opt("MHThetaSqN");
     61     And make sure to switch off your theta cuts:
     62         cuts.SetThetaCut(MFMagicCuts::kNone);
     63     and set the scale mode correctly
     64         fit.SetScaleMode(MAlphaFitter::kNone);
    3965
    4066
Note: See TracChangeset for help on using the changeset viewer.