CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackDistanceWeightEstimator.h
Go to the documentation of this file.
1 #ifndef _TrackDistanceWeightEstimator_H_
2 #define _TrackDistanceWeightEstimator_H_
3 
5 
10 template <class T>
12 {
13 public:
14  double operator() ( const T * track ) const
15  {
16  return 1.;
17  };
18 
20  {
21  return new TrackDistanceWeightEstimator ( * this );
22  };
23 };
24 
25 #endif
double operator()(const T *track) const
TrackDistanceWeightEstimator * clone() const
long double T