PandaRoot
PndMatrixUtilLinkDef.h
Go to the documentation of this file.
1 // $Id: PndMatrixUtilLinkDef.h,v 1.0 R. Klasen $
2 
3 #ifdef __CINT__
4 
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8 
9 // matrix util
10 #pragma link C++ class PndMatrixUtil + ;
11 #pragma link C++ class std::map < std::string, TGeoHMatrix> + ;
12 
13 #endif