Fork me on GitHub

source: git/display/DelphesPlotSummary.cc@ 2ca23b5

ImprovedOutputFile Timing dual_readout llp
Last change on this file since 2ca23b5 was 2ca23b5, checked in by Christophe Delaere <christophe.delaere@…>, 10 years ago

Started to work on the summary plots

Investigated the way to add a tab with summary plots. A new class is in
place (dummy for now) to manage these plots.
Other small changes: use the status bar, clean the maxPt for MET (easier
to change later on), filter GenParticles on status==1.

  • Property mode set to 100644
File size: 337 bytes
Line 
1#include "display/DelphesPlotSummary.h"
2
3DelphesPlotSummary::DelphesPlotSummary(TEveWindowTab* tab) {}
4
5DelphesPlotSummary::~DelphesPlotSummary() {}
6
7void DelphesPlotSummary::Init(std::vector<DelphesBranchBase*>& elements) {}
8
9void DelphesPlotSummary::FillSample(ExRootTreeReader* treeReader) {}
10
11void DelphesPlotSummary::FillEvent() {}
Note: See TracBrowser for help on using the repository browser.