Changeset 19160 for trunk/Mars/fact/analysis/ganymed.C
- Timestamp:
- 08/14/18 10:20:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/fact/analysis/ganymed.C
r18753 r19160 43 43 // Crab (05h34'32" 22d00'52") 44 44 MPointingPos source("MSourcePos"); 45 //source.SetSkyPosition(5.5755, 22.0144); // ra[h], dec[deg] 45 //source.SetSkyPosition(5.5755, 22.0144); // ra[h], dec[deg] // Crab 46 46 //source.SetSkyPosition(12.356089, 30.176897); // ra[h], dec[deg]//1218 47 47 //source.SetSkyPosition(16.897867,39.760201);// mrk501 … … 54 54 55 55 // FIXME: If fPathIn read cuts and energy estimator from file! 56 MContinue contq("M ImagePar.fNumIslands>3.5"57 "|| MNewImagePar.fNumUsedPixels<5.5"56 MContinue contq("MNewImagePar.fNumUsedPixels<5.5" 57 // "|| MImagePar.fNumIslands>3.5" 58 58 "|| MNewImagePar.fLeakage1>0.1", 59 59 "CutQ"); 60 60 61 61 MContinue cont0("MHillas.fSize<0" 62 "|| MHillasExt.fSlopeSpreadWeighted>0.68" 63 "|| MHillasExt.fSlopeSpreadWeighted<0.18" 64 "|| log10(MHillas.GetArea*MGeomCam.fConvMm2Deg^2)>(log10(MHillas.fSize)-2)*1.1-1.55" 65 "|| MNewImagePar.fConcCore < 0.13" 66 "|| MNewImagePar.fConcCOG < 0.15" 62 "|| MHillas.GetArea > log10(MHillas.fSize)*898-1535 " 67 63 , "Cut0"); 68 64 … … 82 78 // Parametrization of Disp 83 79 // for new cleaning 84 param[0] = 1.39252; // constant 85 param[8] = 0.154247; // slope 80 //param[0] = 1.39252; // constant 81 param[0] = 1.34; // constant 82 //param[8] = 0.154247; // slope 83 param[8] = 0.0755; // slope 86 84 param[9] = 1.67972; // leak 87 85 param[10] = 4.86232; // leak … … 96 94 param[7] = 0.5; 97 95 // ThetaSq-Cut 98 param[1] = 0.1 1; // 0.21596 param[1] = 0.156; // 0.215 99 97 // Area-Cut 100 98 param[2] = 0.215468; … … 114 112 // -------------------------------------------------------------------------------- 115 113 114 //MBinning bins3( 67, -0.005, 0.665, "BinningTheta", "asin"); 116 115 MBinning bins3(100, -0.005, 0.995, "BinningTheta", "asin"); 117 116 MBinning binsD( 25, 0, 2.5, "BinningDist"); … … 466 465 path += fname1; 467 466 468 d->SaveAs(path); 467 //d->SaveAs(path); 468 d->Write(); 469 469 } 470 470
Note:
See TracChangeset
for help on using the changeset viewer.