Ignore:
Timestamp:
08/24/07 13:44:23 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/ganymed.rc

    r8668 r8705  
    128128
    129129# -------------------------------------------------------------------------
    130 # Such a cut could be used to exclude starnge pointing positions. like
    131 # the camera center in wobble mode. However this directly influences the
    132 # effective observation time, which must then be corrected manually!
    133 # It is currently not recommended to use such a cut except for tests!
     130# Such a cut could be used to exclude strange pointing positions. like
     131# the camera center in wobble mode. Note, that a cut in the poiting
     132# position directly influences the effective observation time and should
     133# only be applied if the events are lost anyhow. In both cases you must
     134# correct for the loss of observation time calculating your flux!
    134135# -------------------------------------------------------------------------
    135136#Cut0.Condition: MSrcPosCam.GetDist*MGeomCam.fConvMm2Deg>0.3
    136 
    137137
    138138# ---------- SETUP FOR ONOFF-MODE -----------
     
    183183
    184184# -------------------------------------------------------------------------
     185# This cut is applied exclusively to the plots in the tab CutT. It is
     186# resonable to show the events within your signal region here to
     187# see if your signal region is clean from strange events (e.g. sparks)
     188# -------------------------------------------------------------------------
     189CutT.Condition: ThetaSquared.fVal < ThetaSquaredCut.fVal
     190
     191# -------------------------------------------------------------------------
    185192# Use this to executa a task (eg to calc hadronness) before Cut1
    186193# -------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.