/* Compare root files */ { gROOT->Reset(); gROOT->ProcessLine(".L CompareAdvanced.C"); TCanvas *c1 = new TCanvas("c1236","Muon",200,10,800,700); //const string Cut = "(abs(j0genEta-j1genEta)>4)&&(cos(j0genTheta-j1genTheta)<0)"; const string Cut = ""; /* */ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// c1->Divide(1,1); c1->cd(1); compareQuantities("can1",1,"mWW","mWW",20,100,800.0,"",6,"lhe_LL.root","LL","lhe_LT.root","LT","lhe_TT.root","TT","lhe_TOT.root","TOT","lhe_Phantom.root","phantom","lhe_Phantom_qcd.root","phantom_qcd"); // c1->cd(2); // compareQuantities("can2",1,"mWW","mWW",20,100,800.0,Cut,6,"lhe_LL.root","LL","lhe_LT.root","LT","lhe_TT.root","TT","lhe_TOT.root","TOT","lhe_Phantom.root","phantom","lhe_Phantom_qcd.root","phantom_qcd"); c1->SaveAs("Masses.pdf"); c1->Clear(); /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /* */ /* */ }