# | Line 51 | Line 51 | int main(int narg, char *args[]) | |
---|---|---|
51 | ||
52 | float njobs=atoi(args[1]); | |
53 | float jobnumber=atoi(args[2]); | |
54 | + | read_config(); |
55 | ||
56 | gROOT->SetStyle("Plain"); | |
57 | setTDRStyle(); | |
58 | gStyle->SetTextFont(42); | |
59 | bool showList=false; | |
59 | – | read_config(); |
60 | set_directory(PlottingSetup::directoryname); | |
61 | set_treename("events");//you can set the treename here to be used; options are "events" (for reco) for "PFevents" (for particle flow) | |
62 | define_SMS_sample(showList,allsamples,signalsamples,scansample); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |