Changeset 8113 for trunk/MagicSoft
- Timestamp:
- 10/17/06 20:23:13 (18 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/tpoint/plot.C
r7438 r8113 122 122 }; 123 123 124 const Int_t counts = 1 7-4;124 const Int_t counts = 16; 125 125 Description_t desc[counts] = 126 126 { … … 149 149 {"0510", "TPoints Residuals 10/2005" , "tpoint/tpoint0510.txt"}, 150 150 // 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"} 152 156 }; 153 157 -
trunk/MagicSoft/Mars/Changelog
r8109 r8113 78 78 * macros/checkaclic.C: 79 79 - 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 80 91 81 92 -
trunk/MagicSoft/Mars/macros/optim/optimonoff.C
r8112 r8113 36 36 cuts.SetThetaCut(MFMagicCuts::kNone); 37 37 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 47 38 // ---------------------------------------------- 48 39 -
trunk/MagicSoft/Mars/macros/tutorials/threshold.C
r7301 r8113 46 46 TArrayD cuts(8); 47 47 cuts[0]= 1.3245; 48 cuts[1]= 0.2 087;49 cuts[2]= 0.2 292;50 cuts[3]= 5. 2552;51 cuts[4]= 0.0 9893;52 cuts[5]= -0.0 8295;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; 53 53 cuts[6]= 8.2957; 54 54 cuts[7]= 0.8677; … … 56 56 MFMagicCuts mcuts; 57 57 mcuts.SetThetaCut(MFMagicCuts::kOn); 58 mcuts.SetHadronnessCut(MFMagicCuts::kArea); 58 59 mcuts.SetVariables(cuts); 59 60
Note:
See TracChangeset
for help on using the changeset viewer.