EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
LinkDefPythia.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file LinkDefPythia.h
1 #ifdef __CINT__
2 
3 // General preamble
4 
5 #pragma link off all globals;
6 #pragma link off all classes;
7 #pragma link off all functions;
8 
9 #pragma link C++ nestedclass;
10 #pragma link C++ nestedtypedef;
11 
12 // namespaces
13 
14 #pragma link C++ namespace erhic;
15 
16 #pragma link C++ class erhic::Pythia6EventBuilder+;
17 #pragma link C++ class erhic::Pythia6+;
18 
19 #endif