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 |
|
|
53 |
|
|
54 |
|
float njobs=atoi(args[1]); |
55 |
|
float jobnumber=atoi(args[2]); |
56 |
+ |
read_config(); |
57 |
|
|
58 |
|
gROOT->SetStyle("Plain"); |
59 |
|
setTDRStyle(); |
60 |
|
gStyle->SetTextFont(42); |
61 |
|
bool showList=false; |
59 |
– |
read_config(); |
62 |
|
set_directory(PlottingSetup::directoryname); |
63 |
|
set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow) |
64 |
|
define_SMS_sample(showList,allsamples,signalsamples,scansample); |