Skip to content
Snippets Groups Projects
Commit 80329088 authored by Sevda Esen's avatar Sevda Esen Committed by Gerhard Raven
Browse files

fix name of the ntuple in new test

parent e1ccb975
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!733Adapt to LHCb!3528 - Enforce use of an encoding/decoding key (TCK) in all Hlt encoders/decoders, do not use online-reserved bits in SourceID, remove explicit mention of 'packed' locations, enable 'stable' persist reco locations
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment