ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/kiesel/TreeWriter/TreeObjects_LinkDef.h
Revision: 1.2
Committed: Mon Mar 25 12:00:06 2013 UTC (12 years, 1 month ago) by kiesel
Content type: text/plain
Branch: MAIN
Changes since 1.1: +3 -3 lines
Log Message:
Shared objects are ready to be imported by plot tool

File Contents

# 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::Jet>+;
14
15 #endif