From 6e45190502176f7fde9a8235d1b5c362a924d610 Mon Sep 17 00:00:00 2001 From: Norbert Herrmann <n.herrmann@physi.uni-heidelberg.de> Date: Sun, 15 Nov 2020 22:11:22 +0100 Subject: [PATCH] turn off calibrator --- macro/beamtime/mcbm2020/mtof_reco.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro/beamtime/mcbm2020/mtof_reco.C b/macro/beamtime/mcbm2020/mtof_reco.C index 7cae3aaa08..4bdf7ea7f8 100644 --- a/macro/beamtime/mcbm2020/mtof_reco.C +++ b/macro/beamtime/mcbm2020/mtof_reco.C @@ -258,7 +258,7 @@ void mtof_reco(Int_t nEvents = 100, // number of Timeslices Double_t dChi2Lim2 = 3.5; TString cTrkFile = Form("%s_tofFindTracks.hst.root", cCalId.Data()); Int_t iTrackingSetup = 1; - Int_t iCalOpt = 1; + Int_t iCalOpt = 0; CbmTofTrackFinder* tofTrackFinder = new CbmTofTrackFinderNN(); tofTrackFinder->SetMaxTofTimeDifference(0.2); // in ns/cm -- GitLab