Fork me on GitHub

Changeset 5bb66c9 in git for display


Ignore:
Timestamp:
Oct 15, 2014, 12:32:40 AM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
115298d
Parents:
ffd01cb
Message:

Move of the DelphesBranchElement to display/

The code compiles but the dictionnary fails... no idea why.

Location:
display
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • display/DisplayLinkDef.h

    rffd01cb r5bb66c9  
    3232#include "display/DelphesDisplay.h"
    3333#include "display/DelphesCaloData.h"
     34#include "display/DelphesBranchElement.h"
    3435
    3536#ifdef __CINT__
     
    4142#pragma link C++ class DelphesDisplay+;
    4243#pragma link C++ class DelphesCaloData+;
     44#pragma link C++ class DelphesBranchElement<DelphesCaloData>-!;
     45#pragma link C++ class DelphesBranchElement<TEveElementList>-!;
     46#pragma link C++ class DelphesBranchElement<TEveTrackList>-!;
    4347
    4448#endif
Note: See TracChangeset for help on using the changeset viewer.