- Timestamp:
- 06/29/07 22:16:57 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8627 r8628 77 77 * scripts/merppupdate: 78 78 - the second argument was silently ignored 79 80 * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc: 81 - updates to the latest changes 79 82 80 83 -
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 -
trunk/MagicSoft/Mars/ganymed_onoff.rc
r8618 r8628 142 142 # Parametrization for sign of disp (m3long) 143 143 Cut1.Param5: -0.07 144 # Parametrization for sign of disp (slope) 145 Cut1.Param8: 7.2 146 Cut1.Param9: 0.5 144 147 # ThetaSq-Cut 145 148 Cut1.Param1: 0.22 … … 151 154 # To switch on random forest uncomment the following lines 152 155 #Cut1.HadronnessCut: Hadronness 153 #Cut1.Param 8: 0.5154 #Cut1.Param 9: 100156 #Cut1.Param10: 0.5 157 #Cut1.Param11: 100 155 158 156 159 # To use both, hadronness and area cut do -
trunk/MagicSoft/Mars/ganymed_wobble.rc
r8456 r8628 77 77 #MJCut.NameHist: MHAlpha 78 78 79 # Be carefull: The spectrum might be done with a different binning80 # This might change the scale factor81 # MHThetaSq.NumBinsSignal: 382 #MHThetaSq.NumBinsTotal: 75 79 # ------------------------------------------------------------------------- 80 # Define here the number of off-source regions used in wobble mode 81 # ------------------------------------------------------------------------- 82 NumOffSourcePositions: 3 83 83 84 84 # ------------------------------------------------------------------------- … … 102 102 # ------------------------------------------------------------------------- 103 103 # There are three cuts: 104 # Cut0: After energy estimation, before writing summary file 104 # CutQ: Cut after reading file 105 # Cut0: After calculation of src dependant parameters, energy estimation 106 # and disp calculation, before writing summary file 105 107 # Cut1: After writing summary file before filling false source plots 106 108 # Cut2: After filling false source plots before filling alpha plots 107 109 # Cut3: After filling alpha plots (eg. Alpha cuts) for image parameter 108 # display 110 # display, eg. write only events after alpha cut to ganymed file 109 111 # ------------------------------------------------------------------------- 112 CutQ.Inverted: Yes 110 113 Cut0.Inverted: Yes 111 114 Cut1.Inverted: Yes … … 114 117 115 118 # Get rid of triangular events... 116 Cut 0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}117 Cut 0.0: MImagePar.fNumSatPixelsHG < 1118 Cut 0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325119 Cut 0.2: MNewImagePar.fNumUsedPixels>5120 Cut 0.3: MNewImagePar.fLeakage1 < 0.3121 Cut 0.4: MImagePar.fNumSatPixelsLG<2122 Cut 0.5: MImagePar.fNumIslands<3123 Cut 0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596119 CutQ.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6} 120 CutQ.0: MImagePar.fNumSatPixelsHG < 1 121 CutQ.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325 122 CutQ.2: MNewImagePar.fNumUsedPixels>5 123 CutQ.3: MNewImagePar.fLeakage1 < 0.3 124 CutQ.4: MImagePar.fNumSatPixelsLG<2 125 CutQ.5: MImagePar.fNumIslands<3 126 CutQ.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596 124 127 125 128 # ---------- SETUP FOR WOBBLE-MODE ----------- … … 132 135 # For more details on the magic cuts see its class reference 133 136 Cut1.Condition: MFMagicCuts 134 Cut1.ThetaCut: Off137 Cut1.ThetaCut: None 135 138 # Parametrization of Disp 136 139 Cut1.Param0: 1.221 … … 146 149 Cut1.Param4: 0.0878 147 150 151 Cut1.Param8: 7.2 152 Cut1.Param9: 0.5 153 148 154 # To switch on random forest uncomment the following lines 149 155 #Cut1.HadronnessCut: Hadronness 150 #Cut1.Param 8: 0.5151 #Cut1.Param 9: 100156 #Cut1.Param10: 0.5 157 #Cut1.Param11: 100 152 158 153 159 # To use both, hadronness and area cut do
Note:
See TracChangeset
for help on using the changeset viewer.