GRUTinizer
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LinkDef.h
Go to the documentation of this file.
1 // TFastScint.h TFastScintHit.h
2 
3 #ifdef __CINT__
4 
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8 #pragma link C++ nestedclasses;
9 
10 #pragma link C++ class TFastScint+;
11 #pragma link C++ class TFastScintHit+;
12 
13 #endif