ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/IpnTreeAnalyzer/src/LinkDef.h
Revision: 1.1
Committed: Fri Nov 6 14:25:07 2009 UTC (15 years, 6 months ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Log Message:
from Eric Chabert (UserCode/NewPhysicsBrussels/TopTreeAnalysis)

File Contents

# User Rev Content
1 lethuill 1.1 #ifdef __CINT__
2     #include "../interface/Selection.h"
3     #else
4     #include "../interface/Selection.h"
5     #endif
6    
7     #ifdef __CINT__
8     #pragma link off all globals;
9     #pragma link off all classes;
10     #pragma link off all functions;
11    
12     #pragma link C++ class Selection;
13    
14     #endif