Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
caloTreeGenLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file caloTreeGenLinkDef.h
1 #ifdef __CINT__
2 #pragma link off all globals;
3 #pragma link off all classes;
4 #pragma link off all functions;
5 
6 #pragma link C++ class vector<vector<int> > +;
7 #pragma link C++ class vector<vector<float> > +;
8 #endif