Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

TSubEventLinkDef.h

Go to the documentation of this file.
00001 // TSubEventLinkDef.h.
00002 // author  JEP.
00003 // brief   The linkdef file needed by ROOT.
00004 // version 1.0.
00005 // date    July 2004.
00006 //
00007 #ifdef __CINT__
00008 
00009 #pragma link off all globals;
00010 #pragma link off all classes;
00011 #pragma link off all functions;
00012 
00013 // This is needed to create the correct streamers for all classes
00014 // amongst other things.
00015 //
00016 #pragma link C++ class TSubEvent+;
00017 #pragma link C++ class vector<TSubEvent>+;
00018 
00019 #endif // TSubEventLinkDef.h

Generated on Mon Jan 8 11:54:31 2007 for DragonRoot by  doxygen 1.3.9.1