Fork me on GitHub

Ignore:
Timestamp:
Oct 26, 2014, 12:16:21 AM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
2695ae1
Parents:
3f51314
Message:

Small fixes for the summary plots

The plots are now correct, even if few things can be fixed (errors for
empty plots, and integration with the GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.cc

    r3f51314 rad015db  
    155155   //ready...
    156156   fStatusBar_->SetText("Ready.", 1);
     157   plotSummary_->FillSample(treeReader_, event_id_); //TODO later, control it via a GUI button.
    157158   load_event();
    158    plotSummary_->FillSample(treeReader_, event_id_); //TODO later, control it via a GUI button.
    159    plotSummary_->FillEvent(); //TODO later move to event loop
    160    plotSummary_->Draw();
    161159   gEve->Redraw3D(kTRUE);   
    162160
     
    265263   delphesDisplay_->ImportEventRhoZ(top);
    266264   update_html_summary();
    267    //TODO: update plot tab (show current event on top)
     265   plotSummary_->FillEvent();
     266   plotSummary_->Draw();
    268267
    269268   gEve->Redraw3D(kFALSE, kTRUE);
Note: See TracChangeset for help on using the changeset viewer.