# | Line 53 | Line 53 | int main(int narg, char *args[]) | |
---|---|---|
53 | cout << "Number of jobs: " << njobs << endl; | |
54 | cout << "This is job number : " << jobnumber << endl; | |
55 | ||
56 | + | read_config(); |
57 | + | |
58 | gROOT->SetStyle("Plain"); | |
59 | setTDRStyle(); | |
60 | gStyle->SetTextFont(42); | |
# | Line 67 | Line 69 | int main(int narg, char *args[]) | |
69 | do_C(false); | |
70 | 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! | |
71 | ||
70 | – | read_config(); |
72 | ||
73 | bool doquick=true; | |
74 | bool systonly=true; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |