Skip to content

Commit 223780e

Browse files
authored
Merge pull request #48461 from akritkbehera/KalmanUpdators/Overloaded-virtual-warning
[TrackingTools/KalmanUpdators] Add using declaration to prevent funct…
2 parents 6040adc + bcf9c8e commit 223780e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TrackingTools/KalmanUpdators/interface/MRHChi2MeasurementEstimator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ class SiTrackerMultiRecHitUpdator;
77

88
class MRHChi2MeasurementEstimator final : public Chi2MeasurementEstimatorBase {
99
public:
10+
using Chi2MeasurementEstimatorBase::estimate;
1011
/** Construct with cuts on chi2 and nSigma.
1112
* The cut on Chi2 is used to define the acceptance of RecHits.
1213
* The errors of the trajectory state are multiplied by nSigma

0 commit comments

Comments
 (0)