PandaRoot
PndSttCellTrackFinderLinkDef.h
Go to the documentation of this file.
1 // $Id: TofLinkDef.h,v 1.3 2006/03/07 11:51:55 friese Exp $
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 #pragma link C++ class PndSttCellTrackFinderTask + ;
10 #pragma link C++ class PndSttCellTrackFinder + ;
11 #pragma link C++ class PndSttCellTrackFinderData + ;
12 #pragma link C++ class PndSttCellTrackletGenerator + ;
13 #pragma link C++ class PndSttHitCorrector + ;
14 //#pragma link C++ class PndSttCellTrackFinderAnalysisTask+;
15 #pragma link C++ class PndSttSkewedCombineTask + ;
16 
17 #endif