Main Page
Namespaces
Classes
Package Documentation
RecoVertex
VertexTools
interface
FsmwModeFinder3d.h
Go to the documentation of this file.
1
#ifndef _FsmwModeFinder3d_H_
2
#define _FsmwModeFinder3d_H_
3
4
#include "
RecoVertex/VertexTools/interface/ModeFinder3d.h
"
5
12
class
FsmwModeFinder3d
:
public
ModeFinder3d
13
{
14
public
:
27
FsmwModeFinder3d
(
float
fraction
= .5,
float
weightExponent = -2.,
28
float
cutoff
=10
/* microns */
,
int
no_weights_above = 10 );
29
virtual
GlobalPoint
operator()
(
const
std::vector< PointAndDistance> & )
const
;
30
virtual
FsmwModeFinder3d
*
clone
()
const
;
31
private
:
32
float
theFraction
;
33
float
theWeightExponent
;
34
float
theCutoff
;
35
int
theNoWeightsAbove
;
36
};
37
38
#endif
FsmwModeFinder3d::theCutoff
float theCutoff
Definition:
FsmwModeFinder3d.h:34
ModeFinder3d
Definition:
ModeFinder3d.h:14
FsmwModeFinder3d::clone
virtual FsmwModeFinder3d * clone() const
Definition:
FsmwModeFinder3d.cc:62
ModeFinder3d.h
FsmwModeFinder3d::theFraction
float theFraction
Definition:
FsmwModeFinder3d.h:32
FsmwModeFinder3d
Definition:
FsmwModeFinder3d.h:12
FsmwModeFinder3d::operator()
virtual GlobalPoint operator()(const std::vector< PointAndDistance > &) const
Definition:
FsmwModeFinder3d.cc:18
qjetsadder_cfi.cutoff
cutoff
Definition:
qjetsadder_cfi.py:11
FsmwModeFinder3d::FsmwModeFinder3d
FsmwModeFinder3d(float fraction=.5, float weightExponent=-2., float cutoff=10, int no_weights_above=10)
Definition:
FsmwModeFinder3d.cc:10
Point3DBase< float, GlobalTag >
FsmwModeFinder3d::theNoWeightsAbove
int theNoWeightsAbove
Definition:
FsmwModeFinder3d.h:35
dedxEstimators_cff.fraction
fraction
Definition:
dedxEstimators_cff.py:24
FsmwModeFinder3d::theWeightExponent
float theWeightExponent
Definition:
FsmwModeFinder3d.h:33
Generated for CMSSW Reference Manual by
1.8.11