8#ifndef CORRELATEDGAUSSIANPARAMETERS_H
9#define CORRELATEDGAUSSIANPARAMETERS_H
13#include <TMatrixDSymEigen.h>
65 const std::vector<ModelParameter>&
getPars()
const
107 std::vector<double>
getOrigParsValue(
const std::vector<double>& DiagPars_i)
const;
119 int ParseCGP(std::vector<ModelParameter>& ModPars,
120 std::string& filename,
121 std::ifstream& ifile,
122 boost::tokenizer<boost::char_separator<char> >::iterator & beg,
136 std::vector<ModelParameter>
Pars;
139 gslpp::matrix<double> *
v;
140 gslpp::vector<double> *
e;
A class for model parameters.