Changeset ad015db in git for display/DelphesEventDisplay.cc
- Timestamp:
- Oct 26, 2014, 12:16:21 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 2695ae1
- Parents:
- 3f51314
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DelphesEventDisplay.cc
r3f51314 rad015db 155 155 //ready... 156 156 fStatusBar_->SetText("Ready.", 1); 157 plotSummary_->FillSample(treeReader_, event_id_); //TODO later, control it via a GUI button. 157 158 load_event(); 158 plotSummary_->FillSample(treeReader_, event_id_); //TODO later, control it via a GUI button.159 plotSummary_->FillEvent(); //TODO later move to event loop160 plotSummary_->Draw();161 159 gEve->Redraw3D(kTRUE); 162 160 … … 265 263 delphesDisplay_->ImportEventRhoZ(top); 266 264 update_html_summary(); 267 //TODO: update plot tab (show current event on top) 265 plotSummary_->FillEvent(); 266 plotSummary_->Draw(); 268 267 269 268 gEve->Redraw3D(kFALSE, kTRUE);
Note:
See TracChangeset
for help on using the changeset viewer.