File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
RecoVertex/KalmanVertexFit/interface Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ class KalmanVertexFitter : public VertexFitter<5> {
4141
4242 KalmanVertexFitter* clone () const override { return new KalmanVertexFitter (*this ); }
4343
44+ void setTrackerBounds (float trackerBoundsRadius, float trackerBoundsHalfLength) {
45+ theSequentialFitter->setTrackerBounds (trackerBoundsRadius, trackerBoundsHalfLength);
46+ }
47+
4448public:
4549 typedef CachingVertex<5 >::RefCountedVertexTrack RefCountedVertexTrack;
4650
@@ -108,7 +112,7 @@ class KalmanVertexFitter : public VertexFitter<5> {
108112
109113 edm::ParameterSet defaultParameters () const ;
110114
111- const SequentialVertexFitter<5 >* theSequentialFitter;
115+ SequentialVertexFitter<5 >* theSequentialFitter;
112116};
113117
114118#endif
You can’t perform that action at this time.
0 commit comments