Fork me on GitHub

Changeset 5fbcfe8 in git for display/DisplayLinkDef.h


Ignore:
Timestamp:
Oct 21, 2014, 1:36:59 AM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8b04b31
Parents:
4fd37d4
Message:

First introduction of the HTML summary tab

At this stage, I did the bare minimum required to add one tab after
copy/pasting the ROOT example. Right now, it just adds a white page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DisplayLinkDef.h

    r4fd37d4 r5fbcfe8  
    3535#include "display/Delphes3DGeometry.h"
    3636#include "display/DelphesEventDisplay.h"
     37#include "display/DelphesHtmlSummary.h"
    3738
    3839#ifdef __CINT__
     
    4950#pragma link C++ class Delphes3DGeometry;
    5051#pragma link C++ class DelphesEventDisplay;
     52#pragma link C++ class DelphesHtmlObjTable;
     53#pragma link C++ class DelphesHtmlSummary;
    5154
    5255#endif
Note: See TracChangeset for help on using the changeset viewer.