flavour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
parameters Class Reference

vector of parameters More...

#include <model.h>

Inheritance diagram for parameters:
Collaboration diagram for parameters:

Public Member Functions

void next (TRandom3 *r, double f=1)
 changes randomly the value of the parameters More...
 
bool isvalid () const
 checks if all the values are between their minimums and maximums More...
 
double dist (const parameters &p) const
 checks if this and another vector of parameters are within 1sigma of distance More...
 
void setvalues (const parameters &p)
 
double area () const
 
double gausslikelihood (const parameters &p2) const
 

Public Attributes

lst p
 
vector< double > values
 

Detailed Description

vector of parameters

Definition at line 177 of file model.h.

Member Function Documentation

double parameters::area ( ) const
inline

Definition at line 215 of file model.h.

Here is the caller graph for this function:

double parameters::dist ( const parameters p) const
inline

checks if this and another vector of parameters are within 1sigma of distance

Definition at line 200 of file model.h.

double parameters::gausslikelihood ( const parameters p2) const
inline

Definition at line 223 of file model.h.

bool parameters::isvalid ( ) const
inline

checks if all the values are between their minimums and maximums

Definition at line 193 of file model.h.

Here is the caller graph for this function:

void parameters::next ( TRandom3 *  r,
double  f = 1 
)
inline

changes randomly the value of the parameters

Definition at line 182 of file model.h.

Here is the caller graph for this function:

void parameters::setvalues ( const parameters p)
inline

Definition at line 208 of file model.h.

Member Data Documentation

lst parameters::p

Definition at line 231 of file model.h.

vector<double> parameters::values

Definition at line 232 of file model.h.


The documentation for this class was generated from the following file: