Skip to content

Commit 2fa1ebd

Browse files
committed
Debug analysis for t27
1 parent a3ed1e0 commit 2fa1ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t27_Hits_2SD/runAnalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def compare_with_previous_version(filename_new, filename_old):
103103
posZ_tmp=hitTree_tmp["posZ"]
104104
time_tmp=hitTree_tmp["time"]
105105

106-
hitTree2_tmp = uproot.open(file_tmp)['Hits_crystal2'].arrays(branches,library="numpy")
106+
hitTree2_tmp = file_old['Hits_crystal2'].arrays(branches,library="numpy")
107107
edep2_tmp=hitTree2_tmp["edep"]
108108
posX2_tmp=hitTree2_tmp["posX"]
109109
posY2_tmp=hitTree2_tmp["posY"]

0 commit comments

Comments
 (0)