Fork me on GitHub

Changeset c3c9ac5 in git for display/DelphesEventDisplay.h


Ignore:
Timestamp:
Dec 8, 2014, 4:37:07 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2e8de36, f6b6ee7
Parents:
f185c24
Message:

Small adjustments and optimizations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.h

    rf185c24 rc3c9ac5  
    111111    }
    112112
    113     void DisplayProgress(Int_t p) { //TODO replace by a progress bar
     113    void DisplayProgress(Int_t p) {
    114114         fStatusBar_->SetText(Form("Processing... %d %%",p), 1);
    115115         gSystem->ProcessEvents();
Note: See TracChangeset for help on using the changeset viewer.