Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
TrackingTools
KalmanUpdators
interface
MRHChi2MeasurementEstimator.h
Go to the documentation of this file.
1
#ifndef MRHChi2MeasurementEstimator_H
2
#define MRHChi2MeasurementEstimator_H
3
4
#include "
TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h
"
5
6
class
SiTrackerMultiRecHitUpdator
;
7
8
class
MRHChi2MeasurementEstimator
final :
public
Chi2MeasurementEstimatorBase
{
9
public
:
16
explicit
MRHChi2MeasurementEstimator
(
double
maxChi2
,
double
nSigma
= 3.)
17
:
Chi2MeasurementEstimatorBase
(maxChi2,
nSigma
) {}
18
19
std::pair<bool, double>
estimate
(
const
TrajectoryStateOnSurface
& tsos,
const
TrackingRecHit
& aRecHit)
const override
;
20
template
<
unsigned
int
N>
21
std::pair<bool, double>
estimate
(
const
TrajectoryStateOnSurface
& tsos,
const
TrackingRecHit
& aRecHit)
const
;
22
23
MRHChi2MeasurementEstimator
*
clone
()
const override
{
return
new
MRHChi2MeasurementEstimator
(*
this
); }
24
};
25
26
#endif
HLT_FULL_cff.maxChi2
tuple maxChi2
Definition:
HLT_FULL_cff.py:12301
TrackingRecHit
Definition:
TrackingRecHit.h:21
MRHChi2MeasurementEstimator::clone
MRHChi2MeasurementEstimator * clone() const override
Definition:
MRHChi2MeasurementEstimator.h:23
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:16
MRHChi2MeasurementEstimator::MRHChi2MeasurementEstimator
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Definition:
MRHChi2MeasurementEstimator.h:16
Chi2MeasurementEstimatorBase.h
Chi2MeasurementEstimatorBase
Definition:
Chi2MeasurementEstimatorBase.h:14
MRHChi2MeasurementEstimator::estimate
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &tsos, const TrackingRecHit &aRecHit) const override
Definition:
MRHChi2MeasurementEstimator.cc:11
HLT_FULL_cff.nSigma
tuple nSigma
Definition:
HLT_FULL_cff.py:5981
MRHChi2MeasurementEstimator
Definition:
MRHChi2MeasurementEstimator.h:8
SiTrackerMultiRecHitUpdator
Definition:
SiTrackerMultiRecHitUpdator.h:27
Generated for CMSSW Reference Manual by
1.8.5