Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
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
GCC11_FINAL
:
public
Chi2MeasurementEstimatorBase
{
9
public
:
10
17
explicit
MRHChi2MeasurementEstimator
(
double
maxChi2
,
double
nSigma
= 3.) :
18
Chi2MeasurementEstimatorBase
( maxChi2,
nSigma
) {}
19
20
std::pair<bool, double>
estimate
(
const
TrajectoryStateOnSurface
& tsos,
21
const
TrackingRecHit
& aRecHit)
const
;
22
template
<
unsigned
int
N>
23
std::pair<bool, double>
estimate
(
const
TrajectoryStateOnSurface
& tsos,
24
const
TrackingRecHit
& aRecHit)
const
;
25
26
27
virtual
MRHChi2MeasurementEstimator
*
clone
()
const
{
28
return
new
MRHChi2MeasurementEstimator
(*
this
);
29
}
30
31
32
};
33
34
#endif
HLT_25ns14e33_v1_cff.nSigma
tuple nSigma
Definition:
HLT_25ns14e33_v1_cff.py:1017
GCC11_FINAL
#define GCC11_FINAL
TrackingRecHit
Definition:
TrackingRecHit.h:23
TrajectoryStateOnSurface
Definition:
TrajectoryStateOnSurface.h:17
MRHChi2MeasurementEstimator::clone
virtual MRHChi2MeasurementEstimator * clone() const
Definition:
MRHChi2MeasurementEstimator.h:27
MRHChi2MeasurementEstimator::MRHChi2MeasurementEstimator
MRHChi2MeasurementEstimator(double maxChi2, double nSigma=3.)
Definition:
MRHChi2MeasurementEstimator.h:17
Chi2MeasurementEstimatorBase.h
Chi2MeasurementEstimatorBase
Definition:
Chi2MeasurementEstimatorBase.h:14
HLT_25ns14e33_v1_cff.maxChi2
tuple maxChi2
Definition:
HLT_25ns14e33_v1_cff.py:4483
MRHChi2MeasurementEstimator
Definition:
MRHChi2MeasurementEstimator.h:8
MRHChi2MeasurementEstimator::estimate
std::pair< bool, double > estimate(const TrajectoryStateOnSurface &tsos, const TrackingRecHit &aRecHit) const
Definition:
MRHChi2MeasurementEstimator.cc:12
SiTrackerMultiRecHitUpdator
Definition:
SiTrackerMultiRecHitUpdator.h:27
Generated for CMSSW Reference Manual by
1.8.5