|
Jpp 20.0.0-rc.9
the software that should make you happy
|
Nuisance parameter. More...
#include <string>#include <istream>#include <ostream>#include <iomanip>#include <memory>#include <map>#include "TRandom3.h"#include "TROOT.h"#include "TFile.h"#include "TH1D.h"#include "TF1.h"#include "TString.h"#include "JLang/JClonable.hh"#include "JLang/JTitle.hh"#include "JLang/JException.hh"Go to the source code of this file.
Classes | |
| struct | JASTRONOMY::JNuisance |
| Interface for nuisance parameter. More... | |
| struct | JASTRONOMY::JNuisanceFixed |
| Implementation of fixed nuisance. More... | |
| struct | JASTRONOMY::JNuisanceGauss |
| Implementation of Gaussian nuisance. More... | |
| struct | JASTRONOMY::JNuisanceTF1 |
| Implementation of nuisance based on a formula. More... | |
| struct | JASTRONOMY::JNuisanceTH1 |
| Implementation of nuisance based on histogram. More... | |
| struct | JASTRONOMY::JNuisanceHelper |
| Helper data structure for nuisance I/O. More... | |
Namespaces | |
| namespace | JASTRONOMY |
| namespace | JPP |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Typedefs | |
| typedef std::shared_ptr< JNuisance > | JASTRONOMY::nuisance_type |
| Type definition of generic nuisance. | |
Functions | |
| std::istream & | JASTRONOMY::operator>> (std::istream &in, nuisance_type &object) |
| Read nuisance from input stream. | |
| std::ostream & | JASTRONOMY::operator<< (std::ostream &out, const nuisance_type &object) |
| Write nuisance to output stream. | |
Variables | |
| static const JNuisanceHelper | JASTRONOMY::nuisance_helper |
| Helper object for nuisance I/O. | |
Nuisance parameter.
Definition in file JNuisance.hh.