From 6ff0064f0aa1fc53541fae63cdc7a1ff8cafd3e8 Mon Sep 17 00:00:00 2001
From: Tadeas Bilka <TadeasB@users.noreply.github.com>
Date: Mon, 11 Feb 2019 02:42:52 +0100
Subject: [PATCH] Extend segment controller

Pass also total multiple scattering variance in segment to the controller
---
 GBL/include/GblTrackSegmentController.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GBL/include/GblTrackSegmentController.h b/GBL/include/GblTrackSegmentController.h
index 5e57fcd4..b07a1426 100644
--- a/GBL/include/GblTrackSegmentController.h
+++ b/GBL/include/GblTrackSegmentController.h
@@ -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 {;}
     
-- 
GitLab