GooFit  v2.1.3
Namespaces | Functions
Variable.cpp File Reference
#include <goofit/Error.h>
#include <goofit/Variable.h>
#include <algorithm>

Go to the source code of this file.

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...