Changeset 8113


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tpoint/plot.C

    r7438 r8113  
    122122};
    123123
    124 const Int_t counts = 17-4;
     124const Int_t counts = 16;
    125125Description_t desc[counts] =
    126126{
     
    149149    {"0510", "TPoints Residuals 10/2005" , "tpoint/tpoint0510.txt"},
    150150    // New mirror alignment after Tenerife meeting
    151     {"0511", "TPoints Residuals 11/2005" , "tpoint/tpoint0511.txt"}
     151    {"0511", "TPoints Residuals 11/2005" , "tpoint/tpoint0511.txt"},
     152
     153    {"0512", "TPoints Residuals 12/2005" , "tpoint/tpoint0512.txt"},
     154    {"0601", "TPoints Residuals 1/2006" ,  "tpoint/tpoint0601.txt"},
     155    {"0603", "TPoints Residuals 3/2006" ,  "tpoint/tpoint0603.txt"}
    152156};
    153157
  • trunk/MagicSoft/Mars/Changelog

    r8109 r8113  
    7878   * macros/checkaclic.C:
    7979     - added (allows to check whether all macros compile)
     80
     81   * macros/dohtml.C:
     82     - added extralgo
     83     - added new macros
     84
     85   * mjobs/MJStar.cc:
     86     - removed some obsolete includes
     87
     88   * macros/optim/optimonoff.C:
     89     - updated start values to our current best values
     90     - updated scale region
    8091
    8192
  • 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.