Fork me on GitHub

source: svn/trunk/display/DisplayLinkDef.h@ 1365

Last change on this file since 1365 was 1097, checked in by Pavel Demin, 11 years ago

add make rule for event display

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision Date
File size: 446 bytes
Line 
1
2/** ExRootAnalysisLinkDef
3 *
4 * Lists classes to be included in cint dicitonary
5 *
6 * $Date: 2013-04-22 20:00:46 +0000 (Mon, 22 Apr 2013) $
7 * $Revision: 1097 $
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.