ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/MathTools/src/MitCommonMathToolsLinkDef.h
Revision: 1.3
Committed: Fri Jul 17 10:37:19 2009 UTC (15 years, 9 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.2: +10 -3 lines
Log Message:
Added to dict

File Contents

# Content
1 // $Id: MitCommonMathToolsLinkDef.h,v 1.2 2009/06/11 20:31:19 loizides Exp $
2
3 #ifndef MITCOMMON_MATHTOOLS_LINKDEF_H
4 #define MITCOMMON_MATHTOOLS_LINKDEF_H
5
6 #include "MitCommon/MathTools/interface/Angle.h"
7 #include "MitCommon/MathTools/interface/Funcs.h"
8 #include "MitCommon/MathTools/interface/Helix.h"
9 #include "MitCommon/MathTools/interface/HelixIntersector.h"
10 #include "MitCommon/MathTools/interface/MathUtils.h"
11 #endif
12
13 #ifdef __CINT__
14 #pragma link off all globals;
15 #pragma link off all classes;
16 #pragma link off all functions;
17 #pragma link C++ nestedclass;
18 #pragma link C++ nestedtypedef;
19 #pragma link C++ namespace mithep;
20
21 #pragma link C++ class mithep::Funcs-;
22 #pragma link C++ class mithep::Helix-;
23 #pragma link C++ class mithep::HelixIntersector-;
24 #pragma link C++ class mithep::MathUtils-;
25 #pragma link C++ class mithep::SignedAngle-;
26 #pragma link C++ class mithep::UnsignedAngle-;
27 #endif