FCN as a function object
Problem: loss of object identity if used in TMinuit
Solution?
- Make FCN a function object
- object which can be used as a function
- it has a member: ... operator()(...)
- call to FCN in TMinuit should become a call to a templatized member function
analogue to STL algorithms with predicates