12 |
|
#include "../../Plotting/Modules/Plotting_Functions.C" |
13 |
|
#include "../../Plotting/Modules/LimitCalculation.C" |
14 |
|
#include "../../Plotting/Modules/ResultModule.C" |
15 |
– |
#include "../../Plotting/Modules/Systematics.C" |
15 |
|
#include "../../Plotting/Modules/CrossSectionReader.C" |
16 |
+ |
#include "../../Plotting/Modules/Systematics.C" |
17 |
|
#include "../../Plotting/Modules/SUSYScan.C" |
18 |
|
#include "../last_configuration.C" |
19 |
|
|
52 |
|
float njobs=atoi(args[1]); |
53 |
|
float jobnumber=atoi(args[2]); |
54 |
|
|
55 |
+ |
read_config(); |
56 |
+ |
|
57 |
|
gROOT->SetStyle("Plain"); |
58 |
|
setTDRStyle(); |
59 |
|
gStyle->SetTextFont(42); |
68 |
|
do_C(false); |
69 |
|
setessentialcut(essential);//this sets the essential cut; this one is used in the draw command so it is AUTOMATICALLY applied everywhere. IMPORTANT: Do NOT store weights here! |
70 |
|
|
69 |
– |
read_config(); |
71 |
|
|
72 |
|
bool doquick=true; |
73 |
|
bool systonly=false; |
74 |
|
bool effonly=true; |
75 |
< |
scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError, njobs, jobnumber,systonly,effonly); |
75 |
> |
scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError,DataPeakError, njobs, jobnumber,systonly,effonly); |
76 |
|
return 0; |
77 |
|
} |
78 |
|
|