4 #include "TProfile3D.h"
13 #include <cln/float.h>
18 cln::cl_inhibit_floating_point_underflow=1;
21 Double_t r[] = {1, 0};
22 Double_t g[] = {1, 0};
23 Double_t b[] = {1, 0};
24 Double_t stop[] = {0., 1.0};
25 TColor::CreateGradientColorTable(2, stop, r, g,b, 100);
35 double llmax=-20,gmax=0;
41 cout<<
"gp "<<m->gaussprob(prop4.
floatPeak.
pr)<<endl;
43 for(
uint i=0; i< m->size();i++){
44 double mean=m->at(i).calculate(l);
45 cout<<i<<
" "<<mean<<
" "<<sqrt(2*m->at(i).o->loglikelihood(mean))<<endl;
void findPeaks(uint ns=1, int max=0)
lst getlist(const parameters &p) const
A class containing the parameters of a proposal for the next step in the Markov Chain.