RecoVertex
VertexPrimitives
interface
VertexSmoothedChiSquaredEstimator.h
Go to the documentation of this file.
1
#ifndef VertexSmoothedChiSquaredEstimator_H
2
#define VertexSmoothedChiSquaredEstimator_H
3
4
#include "
RecoVertex/VertexPrimitives/interface/CachingVertex.h
"
5
13
template
<
unsigned
int
N>
14
class
VertexSmoothedChiSquaredEstimator
{
15
public
:
16
typedef
typename
CachingVertex<N>::RefCountedVertexTrack
RefCountedVertexTrack
;
17
typedef
typename
std::pair<bool, double>
BDpair
;
18
19
VertexSmoothedChiSquaredEstimator
() {}
20
virtual
~VertexSmoothedChiSquaredEstimator
() {}
21
22
virtual
BDpair
estimate
(
const
CachingVertex<N>
&)
const
= 0;
23
24
virtual
VertexSmoothedChiSquaredEstimator<N>
*
clone
()
const
= 0;
25
};
26
27
#endif
VertexSmoothedChiSquaredEstimator::VertexSmoothedChiSquaredEstimator
VertexSmoothedChiSquaredEstimator()
Definition:
VertexSmoothedChiSquaredEstimator.h:19
CachingVertex
Definition:
CachingVertex.h:22
ReferenceCountingPointer
Definition:
ReferenceCounted.h:60
CachingVertex.h
VertexSmoothedChiSquaredEstimator::clone
virtual VertexSmoothedChiSquaredEstimator< N > * clone() const =0
VertexSmoothedChiSquaredEstimator::BDpair
std::pair< bool, double > BDpair
Definition:
VertexSmoothedChiSquaredEstimator.h:17
VertexSmoothedChiSquaredEstimator::RefCountedVertexTrack
CachingVertex< N >::RefCountedVertexTrack RefCountedVertexTrack
Definition:
VertexSmoothedChiSquaredEstimator.h:16
VertexSmoothedChiSquaredEstimator
Definition:
VertexSmoothedChiSquaredEstimator.h:14
VertexSmoothedChiSquaredEstimator::~VertexSmoothedChiSquaredEstimator
virtual ~VertexSmoothedChiSquaredEstimator()
Definition:
VertexSmoothedChiSquaredEstimator.h:20
VertexSmoothedChiSquaredEstimator::estimate
virtual BDpair estimate(const CachingVertex< N > &) const =0
Generated for CMSSW Reference Manual by
1.8.16