EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
infrastructureLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file infrastructureLinkDef.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 #pragma link C++ class BeamPipeSection+;
9 #pragma link C++ class BeamPipeElement+;
10 #pragma link C++ class BeamPipeGeoParData+;
11 
12 #endif
13