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::VarDumpEvent+; |
| 11 | #pragma link C++ class pamela::VarDumpRecord+; |
| 12 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |