Fork me on GitHub

source: git/display/DisplayLinkDef.h@ b5e3bbd

ImprovedOutputFile Timing dual_readout llp
Last change on this file since b5e3bbd was 00bcbe6, checked in by pavel <pavel@…>, 11 years ago

add make rule for event display

  • Property mode set to 100644
File size: 446 bytes
Line 
1
2/** ExRootAnalysisLinkDef
3 *
4 * Lists classes to be included in cint dicitonary
5 *
6 * $Date$
7 * $Revision$
8 *
9 *
10 * \author P. Demin - UCL, Louvain-la-Neuve
11 *
12 */
13
14#include "display/DelphesDisplay.h"
15#include "display/DelphesCaloData.h"
16
17#ifdef __CINT__
18
19#pragma link off all globals;
20#pragma link off all classes;
21#pragma link off all functions;
22
23#pragma link C++ class DelphesDisplay+;
24#pragma link C++ class DelphesCaloData+;
25
26#endif
27
Note: See TracBrowser for help on using the repository browser.