58 |
|
bool showList=false; |
59 |
|
set_directory(PlottingSetup::directoryname); |
60 |
|
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(); |
62 |
|
define_SMS_sample(showList,allsamples,signalsamples,scansample); |
63 |
|
setlumi(luminosity); |
64 |
|
do_png(true); |
67 |
|
do_C(false); |
68 |
|
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! |
69 |
|
|
69 |
– |
read_config(); |
70 |
|
|
71 |
|
bool doquick=true; |
72 |
|
bool systonly=false; |