EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
eiccadLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file eiccadLinkDef.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 EicCadFile+;
9 #pragma link C++ class EicCadFileConfig+;
10 #pragma link C++ class EicStlFactory+;
11 #pragma link C++ class EicCompositeShape+;
12 #pragma link C++ class EicBuffer3D+;
13 
14 #pragma link C++ class std::pair<unsigned int,const TGeoMedium*>+;
15 
16 #endif
17