Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a formula evaluator to replace TFormula calls #11516

Merged
merged 1 commit into from
Sep 30, 2015

Commits on Sep 27, 2015

  1. Added a formula evaluator to replace TFormula calls

    Created a reco::FormulaEvaluator class which can parse a subset of
    the TFormula expressions. The parsing and function evaluation are
    done using stateless classes so are thread safe and extremely thread
    efficient. The formula parser is shared by all reco::FormulaEvaluators
    to save memory and since the parser is stateless it can efficiently
    be called by multiple threads simultaneously.
    Dr15Jones committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    61a724b View commit details
    Browse the repository at this point in the history