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); |
60 |
|
bool showList=false; |
61 |
|
set_directory(PlottingSetup::directoryname); |
62 |
|
set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow) |
61 |
– |
read_config(); |
63 |
|
define_SMS_sample(showList,allsamples,signalsamples,scansample); |
64 |
|
setlumi(luminosity); |
65 |
|
do_png(true); |