ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/CmsHi/TrackAnalysis/src/LinkDef.h
Revision: 1.1
Committed: Mon May 18 11:32:15 2009 UTC (15 years, 11 months ago) by edwenger
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Branch point for: BRANCH22X
Log Message:
transfer of HighPtTrackAnalyzer plugin and MatchedTrack class from UserCode/MitHig to UserCode/CmsHi

File Contents

# User Rev Content
1 edwenger 1.1 #ifndef ROOT_MATCHEDTRACK_H
2     #include "CmsHi/TrackAnalysis/interface/MatchedTrack.h"
3     #define ROOT_MATCHEDTRACK_H
4     #endif
5    
6     #ifdef __CINT__
7    
8     #pragma link off all globals;
9     #pragma link off all classes;
10     #pragma link off all functions;
11     #pragma link C++ nestedclass;
12     #pragma link C++ nestedtypedef;
13     #pragma link C++ class MatchedTrack+;
14    
15     #endif