-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I should add to the setup script some kind of automatic compilation of JHUGen/MELA with python-version compatible interface. Note that the MELA interface was built in python2 but should work ootb with python3 after the latest fixes.
One solution to using MELA in the Tagger could be to separate the MELA and the discriminant parts from the main Tagger. Speed-up of new probability calculations will likely be accomplished with vectorized operations over immutable arrays of MELA objects, so after using MELA, the Tagger can pass the final numbers to the discriminant calculator (which should also handle event tagging). Then the Tagger takes care of writing, merging, and cleaning the trees.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request