ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/MathTools/src/MitCommonMathToolsLinkDef.h
(Generate patch)

Comparing UserCode/MitCommon/MathTools/src/MitCommonMathToolsLinkDef.h (file contents):
Revision 1.2 by loizides, Thu Jun 11 20:31:19 2009 UTC vs.
Revision 1.3 by loizides, Fri Jul 17 10:37:19 2009 UTC

# Line 3 | Line 3
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__
# Line 15 | Line 18
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines