14 |
|
#include "../../Plotting/Modules/ResultModule.C" |
15 |
|
#include "../../Plotting/Modules/CrossSectionReader.C" |
16 |
|
#include "../../Plotting/Modules/Systematics.C" |
17 |
+ |
#include "../../Plotting/Modules/SugarCoating.C" |
18 |
+ |
#include "../../Plotting/Modules/ExclusionPlot.C" |
19 |
|
#include "../../Plotting/Modules/SUSYScan.C" |
20 |
|
#include "../last_configuration.C" |
21 |
|
|
55 |
|
cout << "Number of jobs: " << njobs << endl; |
56 |
|
cout << "This is job number : " << jobnumber << endl; |
57 |
|
|
58 |
+ |
read_config(); |
59 |
+ |
|
60 |
|
gROOT->SetStyle("Plain"); |
61 |
|
setTDRStyle(); |
62 |
|
gStyle->SetTextFont(42); |
71 |
|
do_C(false); |
72 |
|
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! |
73 |
|
|
70 |
– |
read_config(); |
74 |
|
|
72 |
– |
bool doquick=true; |
75 |
|
bool systonly=false; |
76 |
|
bool efficiencyonly=false; |
77 |
|
bool shapeanalysis=true; |
78 |
|
|
79 |
< |
scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError, njobs, jobnumber,systonly,efficiencyonly,shapeanalysis); |
79 |
> |
scan_SUSY_parameter_space(mcjzb,datajzb,jzb_cuts,PlottingSetup::requireZ,MCPeakError,DataPeakError, njobs, jobnumber,systonly,efficiencyonly,shapeanalysis); |
80 |
|
|
81 |
|
return 0; |
82 |
|
} |