Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.h

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