Revision: | 1.1 |
Committed: | Fri May 25 08:39:22 2012 UTC (12 years, 11 months ago) by rkogler |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | initial revision |
# | User | Rev | Content |
---|---|---|---|
1 | rkogler | 1.1 | // Dear emacs, this is -*- c++ -*- |
2 | // $Id$ | ||
3 | #ifdef __CINT__ | ||
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 | |||
11 | // Add the declarations of your cycles, and any other classes for which you | ||
12 | // want to generate a dictionary, here. The usual format is: | ||
13 | // | ||
14 | // #pragma link C++ class MySuperClass+; | ||
15 | |||
16 | #pragma link C++ class FJet+; | ||
17 | |||
18 | #endif // __CINT__ |