CMS 3D CMS Logo

RKDistance.h
Go to the documentation of this file.
1 #ifndef RKDistance_H
2 #define RKDistance_H
4 
5 #include "RKSmallVector.h"
6 
7 template <typename T, int N>
9 public:
10  typedef T Scalar;
12 
13  virtual ~RKDistance() {}
14 
15  virtual Scalar operator()(const Vector& a, const Vector& b, const Scalar& s) const = 0;
16 };
17 
18 #endif
double Scalar
Definition: Definitions.h:25
ROOT::Math::SVector< T, N > RKSmallVector
Definition: RKSmallVector.h:13
ROOT::Math::Plane3D::Vector Vector
Definition: EcalHitMaker.cc:29
RKSmallVector< T, N > Vector
Definition: RKDistance.h:11
#define dso_internal
Definition: Visibility.h:13
virtual ~RKDistance()
Definition: RKDistance.h:13
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
long double T