Ignore:
Timestamp:
07/29/07 11:44:56 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8628 r8652  
    116116
    117117# Get rid of triangular events...
    118 CutQ.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
    119 CutQ.0: MImagePar.fNumSatPixelsHG < 1
    120 CutQ.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
    121 CutQ.2: MNewImagePar.fNumUsedPixels>5
    122 CutQ.3: MNewImagePar.fLeakage1 < 0.3
    123 CutQ.4: MImagePar.fNumSatPixelsLG<2
    124 CutQ.5: MImagePar.fNumIslands<3
    125 CutQ.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
     118CutQ.Condition: {0} && {1} && {2} && {3} && ({4} || {5})
     119CutQ.0: MImagePar.fNumIslands<3
     120CutQ.1: MNewImagePar.fNumUsedPixels>5
     121CutQ.2: MNewImagePar.fLeakage1 < 0.3
     122CutQ.3: MImagePar.fNumSatPixelsHG < 1
     123CutQ.4: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
     124CutQ.5: MImagePar.fNumSatPixelsLG<2
    126125
    127126# ---------- SETUP FOR ONOFF-MODE -----------
     
    138137Cut1.ThetaCut: None
    139138# Parametrization of Disp
    140 Cut1.Param0:  1.3245
    141 Cut1.Param6:  8.2957
    142 Cut1.Param7:  0.8677
    143 # Parametrization for sign of disp (m3long)
    144 Cut1.Param5: -0.07
    145 # Parametrization for sign of disp (slope)
    146 Cut1.Param8:  7.2
    147 Cut1.Param9:  0.5
     139Cut1.Param0:   1.266195
     140Cut1.Param8:   0
     141#0.100577
     142Cut1.Param9:   1.80309
     143Cut1.Param10:  2.87177
     144Cut1.Param11:  0.616823
     145# Parametrization for sign of disp (m3long, slope)
     146Cut1.Param5:  -0.07
     147Cut1.Param6:   7.2
     148Cut1.Param7:   0.5
    148149# ThetaSq-Cut
    149 Cut1.Param1:  0.22
     150Cut1.Param1:   0.215
    150151# Area-Cut
    151 Cut1.Param2:  0.215
    152 Cut1.Param3:  5.486
    153 Cut1.Param4:  0.0897
     152Cut1.Param2:   0.215468
     153Cut1.Param3:   5.63973
     154Cut1.Param4:   0.0836169
    154155
    155156# ---------- SETUP FOR WOBBLE-MODE -----------
     
    160161#MAlphaFitter.SignalFunction: ThetaSq
    161162
    162 # For more details on the magic cuts see its class reference
    163 #Cut1.Condition: MFMagicCuts
    164 #Cut1.ThetaCut: Off
    165 # Parametrization of Disp
    166 #Cut1.Param0:  1.221
    167 #Cut1.Param6:  13.425
    168 #Cut1.Param7:  1.04343
    169 # Parametrization for sign of disp (m3long)
    170 #Cut1.Param5: -0.07
    171 # Parametrization for sign of disp (slope)
    172 #Cut1.Param8:  7.2
    173 #Cut1.Param9:  0.5
    174 # ThetaSq-Cut
    175 #Cut1.Param1:  0.22
    176 # Area-Cut
    177 #Cut1.Param2:  0.222
    178 #Cut1.Param3:  5.524
    179 #Cut1.Param4:  0.0878
    180 
    181163# ---------- SETUP TO USE RANDOM FOREST -----------
    182164
    183165# To switch on random forest uncomment the following lines
    184166#Cut1.HadronnessCut: Hadronness
    185 #Cut1.Param10: 0.5
    186 #Cut1.Param11: 100
     167#Cut1.Param14: 0.5
     168#Cut1.Param15: 100
    187169
    188170# To use both, hadronness and area cut do
    189171#Cut1.HadronnessCut: All
    190 
    191172
    192173# -------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.