ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitHzz4l/Selection/src/plotH4l.cc
(Generate patch)

Comparing UserCode/MitHzz4l/Selection/src/plotH4l.cc (file contents):
Revision 1.2 by dkralph, Thu Jul 12 15:10:54 2012 UTC vs.
Revision 1.3 by dkralph, Mon Jul 16 10:21:13 2012 UTC

# Line 21 | Line 21
21  
22   using namespace std;
23   using namespace RooFit;
24 + using namespace mithep;
25  
26   TCanvas *can;
27  
# Line 43 | Line 44 | int main(int argc, char** argv)
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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines