Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
read Bool_t as signed char in BEvents
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Apr 12, 2018
1 parent f376969 commit 503a750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphatwirl/roottree/BranchAddressManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def inspectLeaf(tree, bname):
Double_t = 'd',
Long64_t = 'l',
ULong64_t = 'L',
Bool_t = 'i',
Bool_t = 'b',
)

leaf = tree.GetLeaf(bname)
Expand Down

0 comments on commit 503a750

Please sign in to comment.