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

Comparing UserCode/HSCPValidation/scripts/simLevelPlots.C (file contents):
Revision 1.2 by carrillo, Sat Apr 10 09:40:24 2010 UTC vs.
Revision 1.3 by carrillo, Sat Apr 10 09:43:00 2010 UTC

# Line 246 | Line 246 | residualsRPCRecHitSimDigis_->Draw();
246    leg->AddEntry(rpcBXEndCap_[0],legend.str().c_str(),"l");
247  
248    float max = rpcBXEndCap_[0]->GetBinContent(rpcBXEndCap_[0]->GetMaximumBin());
249 <  
250 <
249 >
250    for(int i=1; i<3;i++){
251      rpcBXEndCap_[i]->SetLineColor(i+1);
252      legend.str("");
# Line 267 | Line 266 | residualsRPCRecHitSimDigis_->Draw();
266    
267    t.Print("digi/RPCEBX.png");
268  
269 +  exit(0);
270  
271   }
272  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines