FairRoot/PandaRoot
BarrelTrackFinderLinkDef.h
Go to the documentation of this file.
1 // $Id: GemLinkDef.h,v 1.0 Ralf Kliemt 08.Jan.2007 $
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 
10 //data
11 
12 #pragma link C++ class PndBarrelTrackFinder+;
13 
14 #endif
15