Skip to content

TreeData does not produce a Bool_t in the output tree #30

Discussion options

You must be logged in to vote

This is true, TreeData does not take bools (I read somewhere once that they make a mess of the cache due to being 1bit fitting into 8bit space, probably it is not a big issue though) You can just make your variable a Short_t or Int_t type and be able to the same thing as if it was a bool.
If it is important to have bools these can be added...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by naidoo88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants