Skip to content

Use TFormula directly instead of TF1/TF3

Simon Spannagel requested to merge tformula into master

This replaces the TF1 and TF3 instances we're using with a direct instantiation of TFormula. Since we don't do any fitting or plotting, we do not need the additional sugar coating added by the TFx classes - but can get rid of a few requirements such as setting a range.

Merge request reports