Changeset 8612
- Timestamp:
- 06/26/07 19:25:01 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/NEWS
r8590 r8612 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 - 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. 18 30 19 31 - callisto: was broken for MCs... fixed. … … 36 48 for both, old FADC and MUX-FADC, data. 37 49 50 - ganymed: From XXXX on a real starguider calibration with a real 51 pointing model for the starguider is done. 52 38 53 - 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); 39 65 40 66
Note:
See TracChangeset
for help on using the changeset viewer.