|
Nanga Parbat 1.1.0
A TMD fitting framework
|
#include "NangaParbat/DWS.h"#include "NangaParbat/PV17.h"#include "NangaParbat/PV19.h"#include "NangaParbat/PV19b.h"#include "NangaParbat/PV19x.h"#include "NangaParbat/MAP21test.h"#include "NangaParbat/QGG6.h"#include "NangaParbat/QGG13.h"#include <map>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | NangaParbat |
Functions | |
| Parameterisation * | NangaParbat::GetParametersation (std::string const &name) |
| Utility function that returns a pointer to a NangaParbat::Parameterisation object pointing to a specific parameterisation. More... | |
Variables | |
| const std::map< std::string, Parameterisation * > | NangaParbat::AvPars |
| Map of currently available parameterisations. Each of them must correspond to a header file containing a class deriving from the NangaParbat::Parameterisation mother class. More... | |