Changes in display/DelphesEventDisplay.h [c3c9ac5:53b78e8] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DelphesEventDisplay.h
rc3c9ac5 r53b78e8 111 111 } 112 112 113 void DisplayProgress(Int_t p) { 113 void DisplayProgress(Int_t p) { //TODO replace by a progress bar 114 114 fStatusBar_->SetText(Form("Processing... %d %%",p), 1); 115 115 gSystem->ProcessEvents();
Note:
See TracChangeset
for help on using the changeset viewer.