Fork me on GitHub

Changeset 6301e02 in git for display/DelphesPlotSummary.cc


Ignore:
Timestamp:
Nov 5, 2014, 7:23:34 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
0a67548
Parents:
2695ae1
Message:

Better GUI

Improved the event navigation widget + batch operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesPlotSummary.cc

    r2695ae1 r6301e02  
    88
    99DelphesPlotSummary::~DelphesPlotSummary() {}
    10 
    11 //TODO: sort the vectors before filling.
    1210
    1311void DelphesPlotSummary::Init(std::vector<DelphesBranchBase*>& elements) {
     
    9896}
    9997
    100 void DelphesPlotSummary::FillEvent() {
     98void DelphesPlotSummary::FillEvent() { //TODO make it faster... try to reuse objects and simply change the values
    10199  // clear previous markers
    102100  for(std::map< TString, std::vector<TMarker*> >::iterator mv = eventMarkers_.begin(); mv!=eventMarkers_.end();++mv) {
Note: See TracChangeset for help on using the changeset viewer.