source: HiSusy/trunk/Delphes/Delphes-3.0.9/display/DisplayLinkDef.h @ 5

Last change on this file since 5 was 5, checked in by zerwas, 11 years ago

update to Delphes-3.0.9

File size: 500 bytes
Line 
1
2/** ExRootAnalysisLinkDef
3 *
4 *  Lists classes to be included in cint dicitonary
5 *
6 *  $Date: 2013-04-22 22:00:46 +0200 (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.