File indexing completed on 2023-10-25 09:31:37
0001 {
0002
0003
0004
0005 gROOT->ProcessLine(".L tdrstyle.C");
0006 setTDRStyle();
0007 gStyle->SetErrorX(0.5);
0008
0009 gStyle->SetPadLeftMargin(0.15);
0010 gStyle->SetPadRightMargin(0.10);
0011 gStyle->SetTitleOffset(1.0,"Y");
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024 gROOT->ProcessLine(".L DrawIteration.C");
0025
0026
0027
0028
0029 gROOT->ProcessLine("DrawIteration drawIteration1(14, true)");
0030
0031
0032
0033 drawIteration1.addInputFile("/afs/cern.ch/user/c/cschomak/CMSSW/CMSSW_7_4_6_patch5/src/ApeEstimator/ApeEstimator/hists/workingArea/iter0/allData_defaultApe.root","From GT");
0034 drawIteration1.addInputFile("/afs/cern.ch/user/c/cschomak/CMSSW/CMSSW_7_4_6_patch5/src/ApeEstimator/ApeEstimator/hists/workingAreaRun2015B/iter14/allData_iterationApe.root","No alginment object");
0035 drawIteration1.addInputFile("/afs/cern.ch/user/c/cschomak/CMSSW/CMSSW_7_4_6_patch5/src/ApeEstimator/ApeEstimator/hists/workingArea_mp1799/iter14/allData_iterationApe.root","mp1799");
0036 drawIteration1.addInputFile("/afs/cern.ch/user/c/cschomak/CMSSW/CMSSW_7_4_6_patch5/src/ApeEstimator/ApeEstimator/hists/workingArea_hp1370/iter14/allData_iterationApe.root","hp1370");
0037
0038
0039
0040 drawIteration1.drawResult();
0041
0042 gROOT->ProcessLine(".q");
0043
0044
0045 }