ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HSCPValidation/scripts/genLevelPlots.C
(Generate patch)

Comparing UserCode/HSCPValidation/scripts/genLevelPlots.C (file contents):
Revision 1.1 by carrillo, Wed Apr 7 08:48:54 2010 UTC vs.
Revision 1.2 by carrillo, Wed Apr 7 14:45:28 2010 UTC

# Line 22 | Line 22 | gROOT->Reset();
22    
23   particleEta->Draw("E");
24   t.Print("gen/eta.png");
25 < particlePhi->ReBin("4");
25 > particlePhi->Rebin(4);
26   particlePhi->Draw("E");
27   t.Print("gen/phi.png");
28   particlePt->Draw();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines