From 61572b51b2905a3d80a81bd1b5a17d94aee2d006 Mon Sep 17 00:00:00 2001
From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de>
Date: Tue, 1 Sep 2020 16:46:06 +0200
Subject: [PATCH] tuning

---
 macro/beamtime/hd2020/ana_trks.C | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/macro/beamtime/hd2020/ana_trks.C b/macro/beamtime/hd2020/ana_trks.C
index 900b5a8be4..e9499edd6a 100644
--- a/macro/beamtime/hd2020/ana_trks.C
+++ b/macro/beamtime/hd2020/ana_trks.C
@@ -203,16 +203,16 @@ void ana_trks(Int_t nEvents        = 10000,
 
     case 1:  // for calibration mode of full setup
       iMinNofHits   = 3;
-      iNStations    = 8;
-      iNReqStations = 4;
+      iNStations    = 6;
+      iNReqStations = 6;
       tofFindTracks->SetStation(0, 9, 0, 0);
       tofFindTracks->SetStation(1, 9, 2, 1);
       tofFindTracks->SetStation(2, 9, 0, 1);
       tofFindTracks->SetStation(3, 9, 2, 0);
       tofFindTracks->SetStation(4, 9, 1, 0);
       tofFindTracks->SetStation(5, 9, 1, 1);
-      tofFindTracks->SetStation(6, 6, 0, 0);
-      tofFindTracks->SetStation(7, 6, 0, 1);
+      //tofFindTracks->SetStation(6, 6, 0, 0);
+      //tofFindTracks->SetStation(7, 6, 0, 1);
       //tofFindTracks->SetStation(8, 6, 1, 0);
       //tofFindTracks->SetStation(9, 6, 1, 1);
       break;
-- 
GitLab