From 803290883e632437303d6901fe4d3819c82966da Mon Sep 17 00:00:00 2001 From: sesen <sevda.esen@cern.ch> Date: Thu, 11 Aug 2022 09:47:54 +0200 Subject: [PATCH] fix name of the ntuple in new test --- .../qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt index 1452a93e9..5232de419 100755 --- a/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt +++ b/DaVinciExamples/tests/qmtest/tupling.qms/test_davinci_tupling_All_olddst.qmt @@ -58,7 +58,7 @@ B_vars_stored = ['B0_ALLPVX', 'B0_ALLPVY', 'B0_ALLPVZ', 'B0_ALV', 'B0_BKGCAT', ' B_vars_stored = sorted(B_vars_stored) #open the TFile and TTree -ntuple = './DV_example_allFunctors_ntp.root' +ntuple = './DV_example_allFunctors_ntp_old.root' if not os.path.isfile(ntuple): raise Exception(f"File: {ntuple} does not exist!") f = TFile.Open(ntuple) t_B = f.Get('B0DsK_Tuple/DecayTree') -- GitLab