Changeset 3484 for trunk/MagicSoft/Mars
- Timestamp:
- 03/12/04 10:44:55 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/ONOFFAnalysis.C
r3363 r3484 1 2 1 3 2 //#include "MagicEgyEst.C" … … 174 173 //const char *offfile = "20040126_OffCrab_"; 175 174 //const char *offfile = "*.OFF"; 176 const char *offfile = "12*.OFF"; 175 //const char *offfile = "12776.OFF"; 176 //const char *offfile = "12*.OFF"; 177 const char *offfile = "*.OFF"; 177 178 178 179 //const char *onfile = "~magican/ct1test/wittek/mkn421_on.preproc"; … … 181 182 //const char *onfile = "MCerPhot_output"; 182 183 //const char *onfile = "*.ON"; 183 const char *onfile = "12*.ON"; 184 //const char *onfile = "1238*.ON"; 184 //const char *onfile = "12162*.ON"; 185 //const char *onfile = "12*.ON"; 186 const char *onfile = "*.ON"; 185 187 186 188 const char *mcfile = "/data/MAGIC/mc_eth/magLQE_3/gh/0/0/G_M0_00_0_550*.root"; … … 194 196 //TString inPath = "~wittek/datacrab_feb04/"; 195 197 //TString inPath = "~wittek/datacrab_26feb04/"; 196 TString inPath = "/.magic/magicserv01/scratch/calibrated/";197 198 //TString inPath = "/.magic/magicserv01/scratch/David/CalibratedRuns/"; 199 //TString inPath = "/.magic/magicserv01/scratch/calibrated/"; 200 TString inPath = "/.magic/magicserv01/scratch/calibrated26/"; 198 201 199 202 // path for output from Mars 200 203 //TString outPath = "~wittek/datacrab_feb04/"; 201 TString outPath = "~wittek/datacrab_26feb04/"; 204 //TString outPath = "~wittek/datacrab_01march04/"; 205 TString outPath = "~wittek/datacrab_04mar04/"; 202 206 203 207 //----------------------------------------------- … … 252 256 // onto the file parSCfile 253 257 Bool_t RTest = kFALSE; // test the supercuts using the test matrix 254 Bool_t WSC = k TRUE; // update input root file ?258 Bool_t WSC = kFALSE; // update input root file ? 255 259 256 260 … … 348 352 //-------------------------------------------------- 349 353 // type of data to be padded 350 TString typeInput = "ON";351 //TString typeInput = "OFF";354 //TString typeInput = "ON"; 355 TString typeInput = "OFF"; 352 356 //TString typeInput = "MC"; 353 357 gLog << "typeInput = " << typeInput << endl; … … 672 676 MTaskList tliston; 673 677 MParList pliston; 678 679 MObservatory observ; 674 680 675 681 char *sourceName = "MSrcPosCam"; … … 726 732 //blind.SetUseBlindPixels(); 727 733 blind.SetUseInterpolation(); 728 //blind.SetCheckPedestalRMS();734 blind.SetCheckPedestalRMS(); 729 735 blind.SetName("BlindAfterPadding"); 730 736 … … 741 747 fillsigtheta.SetName("HSigmaTheta"); 742 748 743 MImgCleanStd clean; 749 MImgCleanStd clean(3.0, 2.5); 750 clean.SetMethod(MImgCleanStd::kDemocratic); 751 clean.SetCleanRings(3); 744 752 745 753 … … 777 785 selstandard.SetHillasName(fHilName); 778 786 selstandard.SetImgParName(fImgParName); 779 selstandard.SetCuts( 200, 4, 600, 0.2, 1.3, 0.0, 0.0);787 selstandard.SetCuts(300, 6, 3000, 0.0, 1.1, 0.001, 0.001); 780 788 MContinue contstandard(&selstandard); 781 789 contstandard.SetName("SelStandard"); … … 801 809 802 810 pliston.AddToList(&tliston); 811 pliston.AddToList(&observ); 803 812 InitBinnings(&pliston); 804 813 … … 1832 1841 1833 1842 TString parSCfile = outPath; 1834 parSCfile += "parSC_ 240204a";1843 parSCfile += "parSC_050304a"; 1835 1844 1836 1845 gLog << "parSCfile = " << parSCfile << endl; … … 1839 1848 // file to be updated (either ON or MC) 1840 1849 1841 //TString typeInput = "ON";1842 TString typeInput = "OFF";1850 TString typeInput = "ON"; 1851 //TString typeInput = "OFF"; 1843 1852 //TString typeInput = "MC"; 1844 1853 gLog << "typeInput = " << typeInput << endl;
Note:
See TracChangeset
for help on using the changeset viewer.