Changeset 5920 for trunk/MagicSoft/Mars/mtemp
- Timestamp:
- 01/21/05 10:48:07 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/macros/OptimizeDisp.C
r5907 r5920 75 75 //TString typeOpt = "Data"; 76 76 TString typeOpt = "MC"; 77 Bool_t RTest = k TRUE; // Test the quality of the Disp estimate77 Bool_t RTest = kFALSE; // Test the quality of the Disp estimate 78 78 // using the test matrix 79 Bool_t WDisp = k FALSE; // Make Disp plots for the data of type :79 Bool_t WDisp = kTRUE; // Make Disp plots for the data of type : 80 80 //TString typeInput = "ON"; 81 81 //TString typeInput = "OFF"; … … 103 103 TString inPathMC = 104 104 //"/discpepe/root_0.73mirror/wuerzburg/"; 105 "~domingo/M unich/Munich/MC/";105 "~domingo/MAGIC/Disp05/"; 106 106 107 107 // path for output from Mars 108 TString outPath = "~domingo/M unich/Bcn05/DispOptimization/";108 TString outPath = "~domingo/MAGIC/Disp05/DispOptimization/"; 109 109 110 110 //----------------------------------------------- … … 112 112 const char *offfile = "*OffCrabLow42*"; 113 113 const char *onfile = "*CrabLowEn42*"; 114 const char *mcfile = "starmc_Gammas_30-20_Period21.27ReducedMC.Zbins0-12"; 115 //const char *mcfile = "All_gammas0.73wuerzburg_zbin0to12_cleaned_3020_PeakSearch6_RunHeaders"; 114 const char *mcfile = "All_gammas0.73wuerzburg_zbin0to12_cleaned_3020_PeakSearch6_RunHeaders"; 116 115 //----------------------------------------------- 117 116
Note:
See TracChangeset
for help on using the changeset viewer.