Fork me on GitHub

Changeset 2695ae1 in git for display


Ignore:
Timestamp:
Oct 26, 2014, 12:22:04 AM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
6301e02
Parents:
ad015db
Message:

Avoid error messages for empty plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesPlotSummary.cc

    rad015db r2695ae1  
    8484    for(Int_t i=0;i<9;++i) {
    8585      c->cd(i+1);
     86      if(histograms[i]->GetEntries()==0) continue;
    8687      histograms[i]->Draw();
    8788      if(i<3) {
Note: See TracChangeset for help on using the changeset viewer.