Skip to content
Snippets Groups Projects
Unverified Commit 6ff0064f authored by Tadeas Bilka's avatar Tadeas Bilka Committed by GitHub
Browse files

Extend segment controller

Pass also total multiple scattering variance in segment to the controller
parent 21b0e3f8
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ namespace genfit {
virtual GblTrackSegmentController* clone() const {return new GblTrackSegmentController(*this);}
virtual void controlTrackSegment(TVector3, TVector3, GblFitter *) {;}
virtual void controlTrackSegment(TVector3, TVector3, double, GblFitter *) {;}
virtual void Print(const Option_t* = "") const {;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment