Revision: | 1.1 |
Committed: | Thu Mar 21 09:01:14 2013 UTC (12 years, 1 month ago) by kiesel |
Content type: | text/plain |
Branch: | MAIN |
Log Message: | Added own tree objects to treewriter |
# | User | Rev | Content |
---|---|---|---|
1 | kiesel | 1.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::Jet>+; | ||
14 | |||
15 | #endif |