Fork me on GitHub

Changeset cfc3160 in git for display


Ignore:
Timestamp:
Oct 15, 2014, 4:01:52 PM (10 years ago)
Author:
Christophe Delaere <christophe.delaere@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
84dd1c8
Parents:
4d999a57
Message:

Migration of the code from script to library

The code still crashes, but debugging will be much easier. Also much
faster!

Location:
display
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • display/DisplayLinkDef.h

    r4d999a57 rcfc3160  
    3333#include "display/DelphesCaloData.h"
    3434#include "display/DelphesBranchElement.h"
     35#include "display/Delphes3DGeometry.h"
     36#include "display/DelphesEventDisplay.h"
    3537
    3638#ifdef __CINT__
     
    4547#pragma link C++ class DelphesBranchElement<TEveElementList>-!;
    4648#pragma link C++ class DelphesBranchElement<TEveTrackList>-!;
     49#pragma link C++ class Delphes3DGeometry;
     50#pragma link C++ class DelphesEventDisplay;
    4751
    4852#endif
Note: See TracChangeset for help on using the changeset viewer.