Fork me on GitHub

Changeset 53b78e8 in git for display/DelphesPlotSummary.h


Ignore:
Timestamp:
Nov 6, 2014, 2:00:06 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
5565691
Parents:
0a67548
Message:

New signal to show the progress of plot processing

Progress is now shown in the status bar when generating std plots.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DelphesPlotSummary.h

    r0a67548 r53b78e8  
    1010#include "DelphesBranchElement.h"
    1111#include "external/ExRootAnalysis/ExRootTreeReader.h"
     12#include <RQ_OBJECT.h>
     13
    1214
    1315class DelphesPlotSummary
    1416{
     17    RQ_OBJECT("DelphesPlotSummary")
    1518  public:
    1619    DelphesPlotSummary(TEveWindowTab* tab);
     
    2023    void FillEvent();
    2124    void Draw();
     25    void Progress(Int_t); // *SIGNAL*
    2226
    2327  private:
Note: See TracChangeset for help on using the changeset viewer.