Changeset 6301e02 in git for display/DelphesPlotSummary.cc
- Timestamp:
- Nov 5, 2014, 7:23:34 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 0a67548
- Parents:
- 2695ae1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DelphesPlotSummary.cc
r2695ae1 r6301e02 8 8 9 9 DelphesPlotSummary::~DelphesPlotSummary() {} 10 11 //TODO: sort the vectors before filling.12 10 13 11 void DelphesPlotSummary::Init(std::vector<DelphesBranchBase*>& elements) { … … 98 96 } 99 97 100 void DelphesPlotSummary::FillEvent() { 98 void DelphesPlotSummary::FillEvent() { //TODO make it faster... try to reuse objects and simply change the values 101 99 // clear previous markers 102 100 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.