Parent Directory | Revision Log
Modified the code structure to have only two LinkDef.h: event/LinkDef.h techmodel/LinkDef.h Consequently the Makefiles have been modified. This reduce update reduce the number of dictionary files created by the "rootcint" program.
1 | #ifdef __CINT__ |
2 | |
3 | #pragma link off all globals; |
4 | #pragma link off all classes; |
5 | #pragma link off all functions; |
6 | #pragma link off all typedef; |
7 | #pragma link C++ nestedtypedef; |
8 | #pragma link C++ nestedclass; |
9 | #pragma link C++ namespace pamela; |
10 | #pragma link C++ class pamela::PhysEndRunEvent+; |
11 | #pragma link C++ class pamela::CaloEndRun+; |
12 | #pragma link C++ class pamela::TBEndRun+; |
13 | |
14 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |