# | Line 4 | Line 4 | |
---|---|---|
4 | #define MITCOMMON_MATHTOOLS_LINKDEF_H | |
5 | ||
6 | #include "MitCommon/MathTools/interface/MathUtils.h" | |
7 | < | #include "MitCommon/MathTools/interface/TPFuncs.h" |
7 | > | #include "MitCommon/MathTools/interface/Funcs.h" |
8 | #endif | |
9 | ||
10 | #ifdef __CINT__ | |
# | Line 16 | Line 16 | |
16 | #pragma link C++ namespace mithep; | |
17 | ||
18 | #pragma link C++ class mithep::MathUtils-; | |
19 | < | #pragma link C++ class mithep::TPFuncs-; |
19 | > | #pragma link C++ class mithep::Funcs-; |
20 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |