|
musrfit 1.10.0
|
#include <vector>#include <boost/version.hpp>#include <boost/variant/static_visitor.hpp>#include <boost/variant/apply_visitor.hpp>#include <TString.h>#include "PMusr.h"#include "PFunctionAst.h"#include "PFunctionGrammar.h"

Go to the source code of this file.
Classes | |
| class | PFunction |
| Class for parsing and evaluating mathematical functions from msr-file FUNCTIONS blocks. More... | |
| class | PFunction::EvalVisitor |
| Visitor class for evaluating the AST. More... | |