GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Physics/HELepton/EventGen/LinkDef.h
Go to the documentation of this file.
1 #ifdef __CINT__
2 
3 #pragma link off all globals;
4 #pragma link off all classes;
5 #pragma link off all functions;
6 
7 #pragma link C++ namespace genie;
8 
9 #pragma link C++ class genie::HELeptonInteractionListGenerator;
10 #pragma link C++ class genie::HELeptonKinematicsGenerator;
11 
12 #pragma link C++ class genie::GLRESGenerator;
13 #pragma link C++ class genie::HENuElGenerator;
14 #pragma link C++ class genie::PhotonRESGenerator;
15 #pragma link C++ class genie::PhotonCOHGenerator;
16 
17 #endif