adding in ability for rooteventselector to skim trees based on a selection string#149
Conversation
|
Hi Larry, nice new feature: thanks for providing it!
Cheers, |
…m/lawrenceleejr/root into feature/rooteventselectorSkimming
…reusing variable smallTree
|
Hi, Thanks for the suggestions. Done in the HEAD. Cheers, |
|
Hi Larry, this has been merged. Thanks. Danilo |
|
Thanks so much for the merge! I agree that this could be really nice feature to have at the command line. It would certainly be straight-forward. When I get another chunk of free time I may look into doing that, sure. If I get around to it, I'll submit another PR. Cheers, |
|
Hi Larry, thanks a lot. I am closing this PR. Cheers, |
Hi all,
I love the new command line utils included in the releases in root/main/python/.
However, I found the rooteventselector command to be lacking in some functionality, so I added the ability for it to skim based on a selection string (a la a TCut). I hope this is useful for others!
-Larry