Fork me on GitHub

source: svn/trunk/Examples/src/Analysis_ExLinkDef.h@ 87

Last change on this file since 87 was 87, checked in by uid677, 16 years ago

output Example

File size: 198 bytes
Line 
1#include "Examples/interface/Analysis_Ex.h"
2
3
4#ifdef __CINT__
5
6#pragma link off all globals;
7#pragma link off all classes;
8#pragma link off all functions;
9
10#pragma link C++ class TRootInvm;
11
12#endif
Note: See TracBrowser for help on using the repository browser.