CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FsmwLinearizationPointFinder.cc
Go to the documentation of this file.
3 
5  signed int n_pairs, float we, float frac, float cut, int nwa ) :
7 { }
8 
10  const RecTracksDistanceMatrix * m, signed int n_pairs, float we,
11  float frac, float cut, int nwa ) :
13  FsmwModeFinder3d( frac,we,cut,nwa ), n_pairs )
14 { }
15 
17  const
18 {
19  return new FsmwLinearizationPointFinder ( * this );
20 }
virtual FsmwLinearizationPointFinder * clone() const
FsmwLinearizationPointFinder(signed int n_pairs=250, float weight_exp=-2., float fraction=.5, float cut=10, int no_weight_above=10)