Fork me on GitHub

Changeset e7e90df in git for display/DisplayLinkDef.h


Ignore:
Timestamp:
Dec 9, 2014, 1:26:26 PM (10 years ago)
Author:
Michele <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
49234af
Parents:
01f457a (diff), f6b6ee7 (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 branch 'master' into TestFastJet310b1

Conflicts:

Makefile
examples/Example1.C
examples/Example2.C
examples/Example3.C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • display/DisplayLinkDef.h

    r01f457a re7e90df  
    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.