ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/SchieferD/jetcalib/mcfakerate_x.cpp
(Generate patch)

Comparing UserCode/SchieferD/jetcalib/mcfakerate_x.cpp (file contents):
Revision 1.1 by schiefer, Wed Aug 15 17:20:06 2007 UTC vs.
Revision 1.2 by schiefer, Wed Aug 29 11:50:08 2007 UTC

# Line 200 | Line 200 | int main(int argc,char**argv)
200    lPhiEff->Draw();
201  
202    // eta canvas
203 <  TCanvas* cEtaEff  = new TCanvas("EffVsEta", "EffVsEta",420,10,400,400);
203 >  TCanvas* cEtaEff  = new TCanvas("FakeVsEta", "FakeVsEta",420,10,400,400);
204    TLegend* lEtaEff  = new TLegend(0.65,0.85-etaHistos.size()*0.05,0.86,0.85);
205    cEtaEff->cd();
206    lEtaEff->SetFillColor(10);
# Line 227 | Line 227 | int main(int argc,char**argv)
227    lEtaEff->Draw();
228  
229    // pt canvas
230 <  TCanvas* cPtEff  = new TCanvas("EffVsPt", "EffVsPt",10,10,400,400);
230 >  TCanvas* cPtEff  = new TCanvas("FakeVsPt", "FakeVsPt",10,10,400,400);
231    TLegend* lPtEff  = new TLegend(0.65,0.85-ptHistos.size()*0.05,0.86,0.85);
232    cPtEff->cd();
233    lPtEff->SetFillColor(10);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines