Ignore:
Timestamp:
10/17/06 20:23:13 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/optim/optimonoff.C

    r8112 r8113  
    3636    cuts.SetThetaCut(MFMagicCuts::kNone);
    3737
    38     // ---------------- Quality-Cuts ----------------
    39 
    40     opt.AddPreCut("MNewImagePar.fNumUsedPixels>5");
    41     opt.AddPreCut("(MNewImagePar.fLeakage1 < 0.3)");
    42     opt.AddPreCut("(MImagePar.fNumSatPixelsLG<2)");
    43     opt.AddPreCut("(MImagePar.fNumIslands<3)");
    44     opt.AddPreCut("(log10(MNewImagePar.fConc1) < (-0.371)*log10(MHillas.fSize) + 0.596)");
    45     opt.AddPreCut("(MImagePar.fNumSatPixelsHG < 1) || (MHillas.GetArea*(MGeomCam.fConvMm2Deg^2) > (0.003*MImagePar.fNumSatPixelsHG) + 0.0325)");
    46 
    4738    // ----------------------------------------------
    4839
  • trunk/MagicSoft/Mars/macros/tutorials/threshold.C

    r7301 r8113  
    4646    TArrayD cuts(8);
    4747    cuts[0]=  1.3245;
    48     cuts[1]=  0.2087;
    49     cuts[2]=  0.2292;
    50     cuts[3]=  5.2552;
    51     cuts[4]=  0.09893;
    52     cuts[5]= -0.08295;
     48    cuts[1]=  0.22;
     49    cuts[2]=  0.215;
     50    cuts[3]=  5.486;
     51    cuts[4]=  0.0897;
     52    cuts[5]= -0.07;
    5353    cuts[6]=  8.2957;
    5454    cuts[7]=  0.8677;
     
    5656    MFMagicCuts mcuts;
    5757    mcuts.SetThetaCut(MFMagicCuts::kOn);
     58    mcuts.SetHadronnessCut(MFMagicCuts::kArea);
    5859    mcuts.SetVariables(cuts);
    5960
Note: See TracChangeset for help on using the changeset viewer.