21 |
|
|
22 |
|
using namespace std; |
23 |
|
using namespace RooFit; |
24 |
+ |
using namespace mithep; |
25 |
|
|
26 |
|
TCanvas *can; |
27 |
|
|
44 |
|
SimpleTable xstab(xspath.c_str()); |
45 |
|
|
46 |
|
vector<CSample*> samplev; |
47 |
< |
TString ntupledir(""),label(""),plotLabel(""); |
48 |
< |
readConfigFile(ctrl.config, ntupledir, label, plotLabel, samplev, &ctrl, init_hists); |
47 |
> |
TString ntupledir(""),label(""),plotLabel(""),jsonFile(""); |
48 |
> |
readConfigFile(ctrl.config, ntupledir, label, plotLabel, jsonFile, samplev, &ctrl, init_hists); |
49 |
|
|
50 |
|
vector<pair<unsigned,unsigned> > runEvtv; // vector to veto duplicate events |
51 |
|
UInt_t minRun=999999999,maxRun=0; |