Changeset 8628 for trunk/MagicSoft/Mars/ganymed.rc
- Timestamp:
- 06/29/07 22:16:57 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/ganymed.rc
r8456 r8628 101 101 # ------------------------------------------------------------------------- 102 102 # 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 104 106 # Cut1: After writing summary file before filling false source plots 105 107 # Cut2: After filling false source plots before filling alpha plots 106 108 # 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 # ------------------------------------------------------------------------- 111 CutQ.Inverted: Yes 109 112 Cut0.Inverted: Yes 110 113 Cut1.Inverted: Yes … … 113 116 114 117 # Get rid of triangular events... 115 Cut 0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}116 Cut 0.0: MImagePar.fNumSatPixelsHG < 1117 Cut 0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325118 Cut 0.2: MNewImagePar.fNumUsedPixels>5119 Cut 0.3: MNewImagePar.fLeakage1 < 0.3120 Cut 0.4: MImagePar.fNumSatPixelsLG<2121 Cut 0.5: MImagePar.fNumIslands<3122 Cut 0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596118 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 123 126 124 127 # ---------- SETUP FOR ONOFF-MODE ----------- … … 140 143 # Parametrization for sign of disp (m3long) 141 144 Cut1.Param5: -0.07 145 # Parametrization for sign of disp (slope) 146 Cut1.Param8: 7.2 147 Cut1.Param9: 0.5 142 148 # ThetaSq-Cut 143 149 Cut1.Param1: 0.22 … … 163 169 # Parametrization for sign of disp (m3long) 164 170 #Cut1.Param5: -0.07 171 # Parametrization for sign of disp (slope) 172 #Cut1.Param8: 7.2 173 #Cut1.Param9: 0.5 165 174 # ThetaSq-Cut 166 175 #Cut1.Param1: 0.22 … … 174 183 # To switch on random forest uncomment the following lines 175 184 #Cut1.HadronnessCut: Hadronness 176 #Cut1.Param 8: 0.5177 #Cut1.Param 9: 100185 #Cut1.Param10: 0.5 186 #Cut1.Param11: 100 178 187 179 188 # To use both, hadronness and area cut do
Note:
See TracChangeset
for help on using the changeset viewer.