From 76542c1c539dcaae2dcc946a0f97b8e5a2bc87dc Mon Sep 17 00:00:00 2001 From: Shinsuke OTA Date: Mon, 29 Jun 2020 10:46:47 +0900 Subject: [PATCH] [mod] [artemis-ribf113!13] direction Y should be fixed during fit --- TCatTrackingWithDiffusedChargeProcessor.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TCatTrackingWithDiffusedChargeProcessor.cc b/TCatTrackingWithDiffusedChargeProcessor.cc index 70119e3..d03f65b 100644 --- a/TCatTrackingWithDiffusedChargeProcessor.cc +++ b/TCatTrackingWithDiffusedChargeProcessor.cc @@ -3,7 +3,7 @@ * @brief tracking with diffused charge * * @date Created : 2016-07-24 08:49:05 JST - * Last Modified : 2020-06-21 18:28:13 JST (ota) + * Last Modified : 2020-06-29 10:46:35 JST (ota) * @author Shinsuke OTA * * (C) 2016 Shinsuke OTA @@ -237,7 +237,7 @@ void TCatTrackingWithDiffusedChargeProcessor::ReconstructTrack(const TCatTpcTrac min.FixVariable(fIndependentVariable); min.FixVariable(fIndependentVariable+3); // min.FixVariable(1); -// min.FixVariable(4); + min.FixVariable(4); if (fInitialRange > 0) { min.FixVariable(6); } -- GitLab