EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
bmfLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file bmfLinkDef.h
1 
2 #ifdef __CINT__
3 
4 #pragma link off all globals;
5 #pragma link off all classes;
6 #pragma link off all functions;
7 
8 // NB: shamelessly use the fact that as of 6.18 (?) inheritance from
9 // TObject is not required for scripting if a class instance does not
10 // need to be streamed out; therefore no changes to the class definitions
11 // in BeastMagneticField.h;
12 #pragma link C++ class BeastMagneticField+;
13 #pragma link C++ class BeastMagneticFieldCell+;
14 
15 #endif