Changeset 7414 for trunk/MagicSoft


Ignore:
Timestamp:
11/21/05 11:10:46 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7413 r7414  
    8484     - added the possibility to use PreCuts befre filling the matrix
    8585     - added ReadEnv
     86
     87   * ganymed.rc, ganymed_onoff.rc:
     88     - changed to new cuts trained with 1ES1218 and Crab-data
     89       for maximum sigma*log10(excess)
     90     - added new lines for CalcDisp
    8691
    8792
  • trunk/MagicSoft/Mars/NEWS

    r7413 r7414  
    2525      + new tutorial macros for random forest training in macros/train
    2626        trainenergy.C, traindisp.C, trainseparation.C
     27
     28   - ganymed: ganymed.rc, ganymed_onoff.rc:
     29     changed to new cuts trained with 1ES1218 and Crab-data
     30     for maximum sigma*log10(excess)
    2731
    2832   - ganymed: In addition to the Hadronness calculator (CalcHadronness)
  • trunk/MagicSoft/Mars/ganymed_onoff.rc

    r7392 r7414  
    4949#MPointingDevCalc.NsbMin:      30
    5050#MPointingDevCalc.NsbMax:      60
    51 #MPointingDevCalc.MaxAbsDev:   15
     51
     52# -------------------------------------------------------------------------
     53# Setup the misfocussing correction
     54# -------------------------------------------------------------------------
     55#MSrcPosCorrect.Dx: 0
     56#MSrcPosCorrect.Dy: 0
    5257
    5358# -------------------------------------------------------------------------
     
    9499Cut0.Condition: ({0} || {1}) && {2} && {3} && {4} && {5}
    95100Cut0.0: MImagePar.fNumSatPixelsHG < 1
    96 Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.002*MImagePar.fNumSatPixelsHG) + 0.025
     101Cut0.1: MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325
    97102Cut0.2: MNewImagePar.fNumUsedPixels>5
    98103Cut0.3: MNewImagePar.fLeakage1 < 0.3
     
    112117Cut1.ThetaCut: None
    113118Cut1.Param0:  1.3245
    114 Cut1.Param1:  0.189
    115 Cut1.Param2:  0.230
    116 Cut1.Param3:  5.320
    117 Cut1.Param4:  0.100
    118 Cut1.Param5: -0.0636
     119Cut1.Param1:  0.204
     120Cut1.Param2:  0.228
     121Cut1.Param3:  5.50
     122Cut1.Param4:  0.088
     123Cut1.Param5: -0.07
    119124Cut1.Param6:  8.2957
    120125Cut1.Param7:  0.8677
     
    126131
    127132# -------------------------------------------------------------------------
    128 # Use this to executa a task (eg to calc hadronness) after energy
    129 # before Cut1
     133# Use this to executa a task (eg to calc hadronness) before Cut1
    130134# -------------------------------------------------------------------------
    131135# CalcHadronness: MRanForestCalc
    132 # CalcHadronness.File: /home/tbretz/Mars.cvs/RFspot3cmAll.root
     136# CalcHadronness.File: rf-energy.root
     137# CalcHadronness.NameOutput: Hadronness
    133138# CalcHadronness.Debug: No
     139
     140# -------------------------------------------------------------------------
     141# Use this to executa a task (eg to calc disp) before Cut1
     142# -------------------------------------------------------------------------
     143# CalcDisp: MRanForestCalc
     144# CalcDisp.File: rf-disp.root
     145# CalcDisp.NameOutput: Disp
     146# CalcDisp.Debug: No
     147# Cut1.CalcDisp: No
Note: See TracChangeset for help on using the changeset viewer.