ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/src/ConversionQualityLinkDef.h
Revision: 1.1
Committed: Mon Nov 22 16:51:27 2010 UTC (14 years, 5 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_018, Mit_017, Mit_017pre3, Mit_017pre2, Mit_017pre1
Log Message:
accommodate conversion changes in 39

File Contents

# User Rev Content
1 bendavid 1.1 // $Id: ConversionQualityLinkDef.h,v 1.1 2010/01/18 14:35:10 bendavid Exp $
2    
3     #ifndef MITANA_DATATREE_CONVERSIONQUALITYLINKDEF_H
4     #define MITANA_DATATREE_CONVERSIONQUALITYLINKDEF_H
5    
6     #include "MitAna/DataTree/interface/ConversionQuality.h"
7     #endif
8    
9     #ifdef __CINT__
10     #pragma link off all globals;
11     #pragma link off all classes;
12     #pragma link off all functions;
13     #pragma link C++ nestedclass;
14     #pragma link C++ nestedtypedef;
15     #pragma link C++ namespace mithep;
16    
17     #pragma link C++ class mithep::ConversionQuality+;
18     #pragma link C++ enum mithep::ConversionQuality::EQuality;
19     #endif