3 |
|
#ifndef MITCOMMON_MATHTOOLS_LINKDEF_H |
4 |
|
#define MITCOMMON_MATHTOOLS_LINKDEF_H |
5 |
|
|
6 |
< |
#include "MitCommon/MathTools/interface/MathUtils.h" |
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__ |
18 |
|
#pragma link C++ nestedtypedef; |
19 |
|
#pragma link C++ namespace mithep; |
20 |
|
|
18 |
– |
#pragma link C++ class mithep::MathUtils-; |
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 |