ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/Utils/src/MitAnaUtilsLinkDef.h
Revision: 1.1
Committed: Fri Jan 23 07:34:34 2009 UTC (16 years, 3 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_010, Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a
Log Message:
Simple Table to keep constants. Eg. will be used for xsections

File Contents

# User Rev Content
1 loizides 1.1 // $Id: MitAnaDataUtilLinkDef.h,v 1.2 2008/10/14 05:28:21 loizides Exp $
2    
3     #ifndef MITANA_UTILS_LINKDEF_H
4     #define MITANA_UTILS_LINKDEF_H
5     #include "MitAna/Utils/interface/SimpleTable.h"
6     #endif
7    
8     #ifdef __CINT__
9     #pragma link off all globals;
10     #pragma link off all classes;
11     #pragma link off all functions;
12     #pragma link C++ nestedclass;
13     #pragma link C++ nestedtypedef;
14     #pragma link C++ namespace mithep;
15    
16     #pragma link C++ class mithep::SimpleTable+;
17     #pragma link C++ class mithep::SimpleTable::MyParameter+;
18     #endif