Skip to content

Commit

Permalink
Update MeasurementEstimator.h
Browse files Browse the repository at this point in the history
make minPt2ForHitRecoveryInGluedDet default to be 0.81
  • Loading branch information
VinInn committed Jul 15, 2016
1 parent be66f0b commit 311d80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrackingTools/DetLayers/interface/MeasurementEstimator.h
Expand Up @@ -88,7 +88,7 @@ class MeasurementEstimator {
*/
float m_maxSagitta=-1.; // maximal sagitta for linear approximation
float m_minTolerance2=100.; // square of minimum tolerance ot be considered inside a detector
float m_minPt2ForHitRecoveryInGluedDet=std::numeric_limits<float>::max();
float m_minPt2ForHitRecoveryInGluedDet=0.81; // FIXME std::numeric_limits<float>::max();
};

#endif // Tracker_MeasurementEstimator_H

0 comments on commit 311d80d

Please sign in to comment.