/[PAMELA software]/yoda/event/endrun/LinkDef.h
ViewVC logotype

Annotation of /yoda/event/endrun/LinkDef.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6.1 - (hide annotations) (download)
Wed Mar 8 08:17:06 2006 UTC (18 years, 8 months ago) by kusanagi
Branch: MAIN
CVS Tags: HEAD
Changes since 6.0: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
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 kusanagi 1.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