GooFit
v2.1.3
|
#include <iostream>
#include <limits>
#include <memory>
#include <string>
#include <vector>
#include <goofit/GlobalCudaDefines.h>
#include <goofit/Log.h>
Go to the source code of this file.
Classes | |
class | GooFit::Indexable |
class | GooFit::Observable |
Special class for observables. Used in DataSets. More... | |
class | GooFit::Variable |
class | GooFit::Variable::Key |
This provides a key for some special classes to access blind info (passkey) More... | |
class | GooFit::EventNumber |
Namespaces | |
GooFit | |
Functions | |
int | GooFit::max_index (const std::vector< Variable > &vars) |
Get the max index of a variable from a list. More... | |
int | GooFit::max_index (const std::vector< Observable > &vars) |
int | GooFit::max_fitter_index (const std::vector< Variable > &vars) |
Get the max fitter index of a variable from a list. More... | |
std::ostream & | GooFit::operator<< (std::ostream &o, const GooFit::Variable &var) |
Nice print of Variable. More... | |
std::ostream & | GooFit::operator<< (std::ostream &o, const GooFit::Observable &var) |
Nice print of Observable. More... | |
std::istream & | GooFit::operator>> (std::istream &i, GooFit::Observable &var) |
Allow Observable to be read in. More... | |