ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/MathTools/src/MitCommonMathToolsLinkDef.h
Revision: 1.1
Committed: Thu Jun 11 19:36:34 2009 UTC (15 years, 11 months ago) by loizides
Content type: text/plain
Branch: MAIN
Log Message:
Added Tag+Probe Fit functions.

File Contents

# Content
1 // $Id: MitCommonDataFormatsLinkDef.h,v 1.3 2009/04/29 15:14:06 loizides Exp $
2
3 #ifndef MITCOMMON_MATHTOOLS_LINKDEF_H
4 #define MITCOMMON_MATHTOOLS_LINKDEF_H
5
6 #include "MitCommon/MathTools/interface/MathUtils.h"
7 #include "MitCommon/MathTools/interface/TPFuncs.h"
8 #endif
9
10 #ifdef __CINT__
11 #pragma link off all globals;
12 #pragma link off all classes;
13 #pragma link off all functions;
14 #pragma link C++ nestedclass;
15 #pragma link C++ nestedtypedef;
16 #pragma link C++ namespace mithep;
17
18 #pragma link C++ class mithep::MathUtils-;
19 #pragma link C++ class mithep::TPFuncs-;
20 #endif