Fork me on GitHub

Changeset 2ca23b5 in git for display/DelphesEventDisplay.h


Ignore:
Timestamp:
Oct 22, 2014, 10:30:47 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
3f51314
Parents:
8b04b31
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesEventDisplay.h

    r8b04b31 r2ca23b5  
    2626#include "display/Delphes3DGeometry.h"
    2727#include "display/DelphesHtmlSummary.h"
     28#include "display/DelphesPlotSummary.h"
    2829#include "TChain.h"
    2930#include "TAxis.h"
    3031#include "TGHtml.h"
    3132#include "TClonesArray.h"
     33#include "TGStatusBar.h"
    3234
    3335/*
     
    6163    DelphesHtmlSummary *htmlSummary_;
    6264    TGHtml *gHtml_;
     65    DelphesPlotSummary *plotSummary_;
     66    TGStatusBar* fStatusBar_;
    6367
    6468    // gui controls
Note: See TracChangeset for help on using the changeset viewer.