Changeset 8628 for trunk


Ignore:
Timestamp:
06/29/07 22:16:57 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8627 r8628  
    7777   * scripts/merppupdate:
    7878     - the second argument was silently ignored
     79
     80   * ganymed.rc, ganymed_wobble.rc, ganymed_onoff.rc:
     81     - updates to the latest changes
    7982
    8083
  • 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
  • trunk/MagicSoft/Mars/ganymed_onoff.rc

    r8618 r8628  
    142142# Parametrization for sign of disp (m3long)
    143143Cut1.Param5: -0.07
     144# Parametrization for sign of disp (slope)
     145Cut1.Param8:  7.2
     146Cut1.Param9:  0.5
    144147# ThetaSq-Cut
    145148Cut1.Param1:  0.22
     
    151154# To switch on random forest uncomment the following lines
    152155#Cut1.HadronnessCut: Hadronness
    153 #Cut1.Param8: 0.5
    154 #Cut1.Param9: 100
     156#Cut1.Param10: 0.5
     157#Cut1.Param11: 100
    155158
    156159# To use both, hadronness and area cut do
  • trunk/MagicSoft/Mars/ganymed_wobble.rc

    r8456 r8628  
    7777#MJCut.NameHist: MHAlpha
    7878
    79 # Be carefull: The spectrum might be done with a different binning
    80 # This might change the scale factor
    81 #MHThetaSq.NumBinsSignal:   3
    82 #MHThetaSq.NumBinsTotal:   75
     79# -------------------------------------------------------------------------
     80# Define here the number of off-source regions used in wobble mode
     81# -------------------------------------------------------------------------
     82NumOffSourcePositions: 3
    8383
    8484# -------------------------------------------------------------------------
     
    102102# -------------------------------------------------------------------------
    103103# 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
    105107#   Cut1: After writing summary file before filling false source plots
    106108#   Cut2: After filling false source plots before filling alpha plots
    107109#   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
    109111# -------------------------------------------------------------------------
     112CutQ.Inverted: Yes
    110113Cut0.Inverted: Yes
    111114Cut1.Inverted: Yes
     
    114117
    115118# Get rid of triangular events...
    116 Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
    117 Cut0.0: MImagePar.fNumSatPixelsHG < 1
    118 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
    119 Cut0.2: MNewImagePar.fNumUsedPixels>5
    120 Cut0.3: MNewImagePar.fLeakage1 < 0.3
    121 Cut0.4: MImagePar.fNumSatPixelsLG<2
    122 Cut0.5: MImagePar.fNumIslands<3
    123 Cut0.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
     119CutQ.Condition: ({0} || {1}) && {2} && {3} && {4} && {5} && {6}
     120CutQ.0: MImagePar.fNumSatPixelsHG < 1
     121CutQ.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
     122CutQ.2: MNewImagePar.fNumUsedPixels>5
     123CutQ.3: MNewImagePar.fLeakage1 < 0.3
     124CutQ.4: MImagePar.fNumSatPixelsLG<2
     125CutQ.5: MImagePar.fNumIslands<3
     126CutQ.6: log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596
    124127
    125128# ---------- SETUP FOR WOBBLE-MODE -----------
     
    132135# For more details on the magic cuts see its class reference
    133136Cut1.Condition: MFMagicCuts
    134 Cut1.ThetaCut: Off
     137Cut1.ThetaCut: None
    135138# Parametrization of Disp
    136139Cut1.Param0:  1.221
     
    146149Cut1.Param4:  0.0878
    147150
     151Cut1.Param8:  7.2
     152Cut1.Param9:  0.5
     153
    148154# To switch on random forest uncomment the following lines
    149155#Cut1.HadronnessCut: Hadronness
    150 #Cut1.Param8: 0.5
    151 #Cut1.Param9: 100
     156#Cut1.Param10: 0.5
     157#Cut1.Param11: 100
    152158
    153159# To use both, hadronness and area cut do
Note: See TracChangeset for help on using the changeset viewer.