Revision: | 1.3 |
Committed: | Thu Apr 18 16:26:44 2013 UTC (12 years ago) by kiesel |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | HEAD |
Changes since 1.2: | +1 -0 lines |
Log Message: | verbosity changed to 0 |
# | Content |
---|---|
1 | #include "TreeObjects.h" |
2 | |
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++ class tree::Particle+; |
10 | #pragma link C++ class tree::Photon+; |
11 | #pragma link C++ class tree::Jet+; |
12 | #pragma link C++ class std::vector<tree::Photon>+; |
13 | #pragma link C++ class std::vector<tree::Particle>+; |
14 | #pragma link C++ class std::vector<tree::Jet>+; |
15 | |
16 | #endif |