LCFIPlus  0.6.5
bin_LinkDef.h
Go to the documentation of this file.
1 #ifndef BIN_LINKDEF_H_
2 #define BIN_LINKDEF_H_
3 
4 #ifdef __CINT__
5 
6 #pragma link C++ class lcfiplus::EventNavigator+;
7 #pragma link C++ function eventDisplay;
8 #pragma link C++ function testSuehara;
9 #pragma link C++ function testTomohiko;
10 
11 #endif
12 
13 #endif