Ignore:
Timestamp:
06/29/07 22:16:57 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8456 r8628  
    101101# -------------------------------------------------------------------------
    102102# There are three cuts:
    103 #   Cut0: After energy estimation, before writing summary file
     103#   CutQ: Cut after reading file
     104#   Cut0: After calculation of src dependant parameters, energy estimation
     105#         and disp calculation, before writing summary file
    104106#   Cut1: After writing summary file before filling false source plots
    105107#   Cut2: After filling false source plots before filling alpha plots
    106108#   Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter
    107 #         display
    108 # -------------------------------------------------------------------------
     109#         display, eg. write only events after alpha cut to ganymed file
     110# -------------------------------------------------------------------------
     111CutQ.Inverted: Yes
    109112Cut0.Inverted: Yes
    110113Cut1.Inverted: Yes
     
    113116
    114117# Get rid of triangular events...
    115 Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
    116 Cut0.0: MImagePar.fNumSatPixelsHG < 1
    117 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
    118 Cut0.2: MNewImagePar.fNumUsedPixels>5
    119 Cut0.3: MNewImagePar.fLeakage1 < 0.3
    120 Cut0.4: MImagePar.fNumSatPixelsLG<2
    121 Cut0.5: MImagePar.fNumIslands<3
    122 Cut0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
     118CutQ.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
     119CutQ.0: MImagePar.fNumSatPixelsHG < 1
     120CutQ.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
     121CutQ.2: MNewImagePar.fNumUsedPixels>5
     122CutQ.3: MNewImagePar.fLeakage1 < 0.3
     123CutQ.4: MImagePar.fNumSatPixelsLG<2
     124CutQ.5: MImagePar.fNumIslands<3
     125CutQ.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
    123126
    124127# ---------- SETUP FOR ONOFF-MODE -----------
     
    140143# Parametrization for sign of disp (m3long)
    141144Cut1.Param5: -0.07
     145# Parametrization for sign of disp (slope)
     146Cut1.Param8:  7.2
     147Cut1.Param9:  0.5
    142148# ThetaSq-Cut
    143149Cut1.Param1:  0.22
     
    163169# Parametrization for sign of disp (m3long)
    164170#Cut1.Param5: -0.07
     171# Parametrization for sign of disp (slope)
     172#Cut1.Param8:  7.2
     173#Cut1.Param9:  0.5
    165174# ThetaSq-Cut
    166175#Cut1.Param1:  0.22
     
    174183# To switch on random forest uncomment the following lines
    175184#Cut1.HadronnessCut: Hadronness
    176 #Cut1.Param8: 0.5
    177 #Cut1.Param9: 100
     185#Cut1.Param10: 0.5
     186#Cut1.Param11: 100
    178187
    179188# To use both, hadronness and area cut do
Note: See TracChangeset for help on using the changeset viewer.