1 #ifndef __BCEMPTYMODEL__H 2 #define __BCEMPTYMODEL__H 47 BCEmptyModel(
const std::string& filename,
const std::string& name,
bool loadObservables =
true);
An empty model, used for reading in a chain.
virtual ~BCEmptyModel()
The default destructor.
The base class for all user-defined models.
virtual double LogLikelihood(const std::vector< double > &)
Calculates natural logarithm of the likelihood.
BCEmptyModel(const std::string &name="model")
A constructor.