source: Idarraga/EUTelraw2mdm/LinkDef.h

Last change on this file was 207, checked in by idarraga, 13 years ago
File size: 262 bytes
Line 
1/**
2 *  Author John Idarraga <idarraga@cern.ch>
3 */
4#pragma link off all globals;
5#pragma link off all classes;
6#pragma link off all functions;
7
8#pragma link C++ class FrameStruct+;
9#pragma link C++ class FrameContainer+;
10#pragma link C++ class WriteToNtuple+;
11
Note: See TracBrowser for help on using the repository browser.