FEDRA emulsion software from the OPERA Collaboration
bmatrixLinkDef.h
Go to the documentation of this file.
1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7
8#pragma link C++ class TBitMatrix;
9#pragma link C++ class TByteMatrix;
10#pragma link C++ class TBaseMatrix;
11#pragma link C++ class TBitView;
12#pragma link C++ class TBinTracking;
13#pragma link C++ class Deriv;
14
15#endif