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

Comparing UserCode/Jeng/scripts/pvHistory.C (file contents):
Revision 1.3 by jengbou, Tue Feb 16 06:27:24 2010 UTC vs.
Revision 1.4 by jengbou, Thu Feb 18 00:38:45 2010 UTC

# Line 267 | Line 267 | void plotPvVsBs () {
267  
268      pvVsRun->GetYaxis()->SetRangeUser(yMin,yMax);
269      pvVsRun->GetXaxis()->LabelsOption("u");
270 <    pvVsRun->GetXaxis()->SetTitle("Run");
270 >    if (LHCFill)
271 >      pvVsRun->GetXaxis()->SetTitle("LHC Fill");
272 >    else
273 >      pvVsRun->GetXaxis()->SetTitle("Run");
274      pvVsRun->GetYaxis()->SetTitle(TString(coord[ic])+" (cm)");
275      pvVsRun->Draw();
276      bsVsRun->SetFillStyle(1001);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines