Fork me on GitHub

Changeset 365dbc9 in git for display/DisplayLinkDef.h


Ignore:
Timestamp:
Nov 6, 2014, 3:01:14 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
83eb7e1
Parents:
d8b1858 (diff), 5565691 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pull request #2 from delaere/eventdisplay

New Event Display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DisplayLinkDef.h

    rd8b1858 r365dbc9  
    3232#include "display/DelphesDisplay.h"
    3333#include "display/DelphesCaloData.h"
     34#include "display/DelphesBranchElement.h"
     35#include "display/Delphes3DGeometry.h"
     36#include "display/DelphesEventDisplay.h"
     37#include "display/DelphesHtmlSummary.h"
     38#include "display/DelphesPlotSummary.h"
    3439
    3540#ifdef __CINT__
     
    4146#pragma link C++ class DelphesDisplay+;
    4247#pragma link C++ class DelphesCaloData+;
     48#pragma link C++ class DelphesBranchElement<DelphesCaloData>-!;
     49#pragma link C++ class DelphesBranchElement<TEveElementList>-!;
     50#pragma link C++ class DelphesBranchElement<TEveTrackList>-!;
     51#pragma link C++ class Delphes3DGeometry;
     52#pragma link C++ class DelphesEventDisplay;
     53#pragma link C++ class DelphesHtmlObjTable;
     54#pragma link C++ class DelphesHtmlSummary;
     55#pragma link C++ class DelphesPlotSummary;
    4356
    4457#endif
Note: See TracChangeset for help on using the changeset viewer.