14 |
|
#include "Modules/setTDRStyle.C" |
15 |
|
#include "Modules/ActiveSamples.C" |
16 |
|
#include "Modules/UpperLimitsWithShape.C" |
17 |
< |
#include "Modules/external/cl95cms.c" |
17 |
> |
#include "Modules/external/roostats_cl95.C" |
18 |
> |
//#include "Modules/external/cl95cms.c" |
19 |
|
#include "Modules/Plotting_Functions.C" //also included for peak finding etc. |
20 |
|
#include "Modules/ResultModule.C" |
21 |
|
#include "Modules/ExperimentalModule.C" |
58 |
|
define_samples(showList,allsamples,signalsamples,scansample); |
59 |
|
setlumi(luminosity); |
60 |
|
do_png(true); |
61 |
< |
do_pdf(true); |
61 |
> |
do_pdf(false); |
62 |
|
do_eps(false); |
63 |
|
do_C(false); |
64 |
|
set_directory(directoryname);//Indicate the directory name where you'd like to save the output files in Setup.C |
86 |
|
bool do_efficiency_scan_in_susy_space=false; /// NOW OUTSOURCED TO T3 |
87 |
|
bool requireZ=true; |
88 |
|
|
88 |
– |
//very experimental : |
89 |
|
bool do_beautiful_ratio_plots=false; |
90 |
– |
write_warning(__FUNCTION__,"BEAUTIFUL PLOTS CURRENTLY DEACTIVATED IN FAVOR OF INTERESTING FITTING!"); |
90 |
|
|
91 |
|
//**** part 1 : peak finding |
92 |
|
float MCPeak=0,MCPeakError=0,DataPeak=0,DataPeakError=0,MCSigma=10,DataSigma=10; |
164 |
|
ratio_binning.push_back(100); |
165 |
|
ratio_binning.push_back(200); |
166 |
|
ratio_binning.push_back(350); |
167 |
< |
ratio_binning.push_back(500); |
167 |
> |
//ratio_binning.push_back(500); |
168 |
|
if(do_beautiful_ratio_plots) Poisson_ratio_plots(mcjzb.str(),datajzb.str(),ratio_binning,MCPeakError,DataPeakError); |
169 |
|
|
170 |
< |
// write_warning(__FUNCTION__,"WATCH OUT : STILL NEED TO DO THE NICE FIT FUNCTION THINGIE"); |
171 |
< |
write_warning(__FUNCTION__,"WATCH OUT : STILL NEED TO DO THE NICE PREDICTION PLOT (do_beautiful_ratio_plots)"); |
170 |
> |
write_warning(__FUNCTION__,"Need to remove the next line:"); |
171 |
> |
// do_new_prediction_plots(mcjzb.str(),datajzb.str(),DataSigma,MCSigma,overlay_signal); |
172 |
|
|
173 |
+ |
// ttbar_sidebands_comparison(mcjzb.str()); |
174 |
+ |
|
175 |
+ |
lm0_illustration(); |
176 |
|
return 0; |
177 |
|
} |
178 |
|
|