Changeset 8721
- Timestamp:
- 08/31/07 11:46:25 (17 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/ganymed.rc
r8705 r8721 45 45 # Using the starguider for pointing correction. 46 46 # To switch it off use "MPointingDevCalc.MaxAbsDev: -1" 47 # For details see the class reference of MPointingDevCalc 47 48 # ------------------------------------------------------------------------- 48 49 #MPointingDevCalc.MaxAbsDev: 15 … … 51 52 #MPointingDevCalc.NsbMin: 30 52 53 #MPointingDevCalc.NsbMax: 60 53 #MPointingDevCalc.Dx -754 #MPointingDevCalc.Dy 1654 #MPointingDevCalc.Dx -2 55 #MPointingDevCalc.Dy -12 55 56 #MPointingDevCalc.MaxAge 1.0 56 57 57 58 # ------------------------------------------------------------------------- 58 # Setup the misfocussing correction59 # Setup misfocussing correction (see class reference for MSrcPosCorrect) 59 60 # ------------------------------------------------------------------------- 60 61 #MSrcPosCorrect.Dx: 0 … … 117 118 Cut3.Inverted: Yes 118 119 119 # Get rid of triangular events... 120 CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) 121 #CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) && {5} 120 # Quality-cuts (remove unphysical and obvious non-gamma events) 121 CutQ.Condition: {0} && {1} && {2} && {3} && {4} && {5} 122 122 CutQ.0: MImagePar.fNumIslands<3 123 123 CutQ.1: MNewImagePar.fNumUsedPixels>5 124 124 CutQ.2: MNewImagePar.fLeakage1 < 0.3 125 CutQ.3: MNewImagePar.fConcCOG<0.25126 CutQ.4: log10(MNewImagePar.fConc COG)<-0.3*(log10(MHillas.fSize)-2.5)-0.24127 CutQ.5: M ImagePar.fNumSatPixelsLG < 2125 CutQ.3: log10(MNewImagePar.fConcCOG)<-0.45+0.08*(log10(MHillas.fSize)<3.9)*(log10(MHillas.fSize)-3.9)^2 126 CutQ.4: log10(MNewImagePar.fConc1) <-0.75+0.10*(log10(MHillas.fSize)<3.8)*(log10(MHillas.fSize)-3.8)^2 127 CutQ.5: MHillas.fLength>-(log10(MHillas.fSize)-4.7)^2*5+50 128 128 129 129 # ------------------------------------------------------------------------- … … 206 206 # Cut1.CalcDisp: No 207 207 208 # CalcDisp: MParameterCalc 209 # CalcDisp.Rule: 1.15*(1-MHillas.fWidth/MHillas.fLength) 210 # CalcDisp.NameOutput: Disp 211 # Cut1.CalcDisp: No 212 208 213 # ------------------------------------------------------------------------- 209 214 # Use this to executa a task (eg to estimate energy) after all Cuts -
trunk/MagicSoft/Mars/ganymed_onoff.rc
r8668 r8721 45 45 # Using the starguider for pointing correction. 46 46 # To switch it off use "MPointingDevCalc.MaxAbsDev: -1" 47 # For details see the class reference of MPointingDevCalc 47 48 # ------------------------------------------------------------------------- 48 49 #MPointingDevCalc.MaxAbsDev: 15 … … 51 52 #MPointingDevCalc.NsbMin: 30 52 53 #MPointingDevCalc.NsbMax: 60 53 #MPointingDevCalc.Dx -754 #MPointingDevCalc.Dy 1654 #MPointingDevCalc.Dx -2 55 #MPointingDevCalc.Dy -12 55 56 #MPointingDevCalc.MaxAge 1.0 56 57 57 58 # ------------------------------------------------------------------------- 58 # Setup the misfocussing correction59 # Setup misfocussing correction (see class reference for MSrcPosCorrect) 59 60 # ------------------------------------------------------------------------- 60 61 #MSrcPosCorrect.Dx: 0 … … 116 117 Cut3.Inverted: Yes 117 118 118 # Get rid of triangular events... 119 CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) 120 #CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) && {5} 119 # Quality-cuts (remove unphysical and obvious non-gamma events) 120 CutQ.Condition: {0} && {1} && {2} && {3} && {4} && {5} 121 121 CutQ.0: MImagePar.fNumIslands<3 122 122 CutQ.1: MNewImagePar.fNumUsedPixels>5 123 123 CutQ.2: MNewImagePar.fLeakage1 < 0.3 124 CutQ.3: MNewImagePar.fConcCOG<0.25 125 CutQ.4: log10(MNewImagePar.fConcCOG)<-0.3*(log10(MHillas.fSize)-2.5)-0.24 126 CutQ.5: MImagePar.fNumSatPixelsLG < 2 127 128 # ------------------------------------------------------------------------- 129 # Such a cut could be used to exclude starnge pointing positions. like 130 # the camera center in wobble mode. However this directly influences the 131 # effective observation time, which must then be corrected manually! 132 # It is currently not recommended to use such a cut except for tests! 124 CutQ.3: log10(MNewImagePar.fConcCOG)<-0.45+0.08*(log10(MHillas.fSize)<3.9)*(log10(MHillas.fSize)-3.9)^2 125 CutQ.4: log10(MNewImagePar.fConc1) <-0.75+0.10*(log10(MHillas.fSize)<3.8)*(log10(MHillas.fSize)-3.8)^2 126 CutQ.5: MHillas.fLength>-5*(log10(MHillas.fSize)-4.7)^2+50 127 128 # ------------------------------------------------------------------------- 129 # Such a cut could be used to exclude strange pointing positions. like 130 # the camera center in wobble mode. Note, that a cut in the poiting 131 # position directly influences the effective observation time and should 132 # only be applied if the events are lost anyhow. In both cases you must 133 # correct for the loss of observation time calculating your flux! 133 134 # ------------------------------------------------------------------------- 134 135 #Cut0.Condition: MSrcPosCam.GetDist*MGeomCam.fConvMm2Deg>0.3 135 136 136 137 137 # ---------- SETUP FOR ONOFF-MODE ----------- … … 173 173 174 174 # ------------------------------------------------------------------------- 175 # This cut is applied exclusively to the plots in the tab CutT. It is 176 # resonable to show the events within your signal region here to 177 # see if your signal region is clean from strange events (e.g. sparks) 178 # ------------------------------------------------------------------------- 179 CutT.Condition: ThetaSquared.fVal < ThetaSquaredCut.fVal 180 181 # ------------------------------------------------------------------------- 175 182 # Use this to executa a task (eg to calc hadronness) before Cut1 176 183 # ------------------------------------------------------------------------- … … 189 196 # Cut1.CalcDisp: No 190 197 198 # CalcDisp: MParameterCalc 199 # CalcDisp.Rule: 1.15*(1-MHillas.fWidth/MHillas.fLength) 200 # CalcDisp.NameOutput: Disp 201 # Cut1.CalcDisp: No 202 191 203 # ------------------------------------------------------------------------- 192 204 # Use this to executa a task (eg to estimate energy) after all Cuts -
trunk/MagicSoft/Mars/ganymed_wobble.rc
r8668 r8721 45 45 # Using the starguider for pointing correction. 46 46 # To switch it off use "MPointingDevCalc.MaxAbsDev: -1" 47 # For details see the class reference of MPointingDevCalc 47 48 # ------------------------------------------------------------------------- 48 49 #MPointingDevCalc.MaxAbsDev: 15 … … 51 52 #MPointingDevCalc.NsbMin: 30 52 53 #MPointingDevCalc.NsbMax: 60 53 #MPointingDevCalc.Dx -754 #MPointingDevCalc.Dy 1654 #MPointingDevCalc.Dx -2 55 #MPointingDevCalc.Dy -12 55 56 #MPointingDevCalc.MaxAge 1.0 56 57 57 58 # ------------------------------------------------------------------------- 58 # Setup the misfocussing correction59 # Setup misfocussing correction (see class reference for MSrcPosCorrect) 59 60 # ------------------------------------------------------------------------- 60 61 #MSrcPosCorrect.Dx: 0 … … 118 119 Cut3.Inverted: Yes 119 120 120 # Get rid of triangular events... 121 CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) 122 #CutQ.Condition: {0} && {1} && {2} && ({3} || {4}) && {5} 121 # Quality-cuts (remove unphysical and obvious non-gamma events) 122 CutQ.Condition: {0} && {1} && {2} && {3} && {4} && {5} 123 123 CutQ.0: MImagePar.fNumIslands<3 124 124 CutQ.1: MNewImagePar.fNumUsedPixels>5 125 125 CutQ.2: MNewImagePar.fLeakage1 < 0.3 126 CutQ.3: MNewImagePar.fConcCOG<0.25 127 CutQ.4: log10(MNewImagePar.fConcCOG)<-0.3*(log10(MHillas.fSize)-2.5)-0.24 128 CutQ.5: MImagePar.fNumSatPixelsLG < 2 129 130 # ------------------------------------------------------------------------- 131 # Such a cut could be used to exclude starnge pointing positions. like 132 # the camera center in wobble mode. However this directly influences the 133 # effective observation time, which must then be corrected manually! 134 # It is currently not recommended to use such a cut except for tests! 126 CutQ.3: log10(MNewImagePar.fConcCOG)<-0.45+0.08*(log10(MHillas.fSize)<3.9)*(log10(MHillas.fSize)-3.9)^2 127 CutQ.4: log10(MNewImagePar.fConc1) <-0.75+0.10*(log10(MHillas.fSize)<3.8)*(log10(MHillas.fSize)-3.8)^2 128 CutQ.5: MHillas.fLength>-(log10(MHillas.fSize)-4.7)^2*5+50 129 130 # ------------------------------------------------------------------------- 131 # Such a cut could be used to exclude strange pointing positions. like 132 # the camera center in wobble mode. Note, that a cut in the poiting 133 # position directly influences the effective observation time and should 134 # only be applied if the events are lost anyhow. In both cases you must 135 # correct for the loss of observation time calculating your flux! 135 136 # ------------------------------------------------------------------------- 136 137 #Cut0.Condition: MSrcPosCam.GetDist*MGeomCam.fConvMm2Deg>0.3 … … 172 173 173 174 # ------------------------------------------------------------------------- 175 # This cut is applied exclusively to the plots in the tab CutT. It is 176 # resonable to show the events within your signal region here to 177 # see if your signal region is clean from strange events (e.g. sparks) 178 # ------------------------------------------------------------------------- 179 CutT.Condition: ThetaSquared.fVal < ThetaSquaredCut.fVal 180 181 # ------------------------------------------------------------------------- 174 182 # Use this to executa a task (eg to calc hadronness) before Cut1 175 183 # ------------------------------------------------------------------------- … … 188 196 # Cut1.CalcDisp: No 189 197 198 # CalcDisp: MParameterCalc 199 # CalcDisp.Rule: 1.15*(1-MHillas.fWidth/MHillas.fLength) 200 # CalcDisp.NameOutput: Disp 201 # Cut1.CalcDisp: No 202 190 203 # ------------------------------------------------------------------------- 191 204 # Use this to executa a task (eg to estimate energy) after all Cuts
Note:
See TracChangeset
for help on using the changeset viewer.