Cat
EventLinkDef.h
Go to the documentation of this file.
1 // $Id: EventLinkDef.h,v 1.2 2005/04/18 08:38:19 fmachefe Exp $
2 
3 #ifdef __CINT__
4 
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 #pragma link C++ class Event;
16 
17 #endif
18