[RF] RooFormula::processForumla: escape { and } in variable names.
Fixes issue #7115. Some characters need to be escaped before using variable names in std::regex expressions formed in RooFormula::processForumla. Both [ and ] were already considered; this commit adds { and } to the list.
Loading
Please register or sign in to comment