LinkDef.h
Go to the documentation of this file.00001 #ifdef __CINT__
00002
00003 #pragma link off all globals;
00004 #pragma link off all classes;
00005 #pragma link off all functions;
00006
00007 #pragma link C++ namespace genie;
00008
00009 #pragma link C++ class genie::DFRInteractionListGenerator;
00010 #pragma link C++ class genie::DFRKinematicsGenerator;
00011 #pragma link C++ class genie::DFRPrimaryLeptonGenerator;
00012 #pragma link C++ class genie::DFRHadronicSystemGenerator;
00013
00014 #endif