# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |