#include "MCMC.h"
#include "BGL.h"
#include "TF2.h"
#include "TProfile3D.h"
#include "THStack.h"
#include <cln/cln.h>
#include <cln/float.h>
Go to the source code of this file.
Definition at line 8 of file mainbk.cpp.
References Proposal::findPeaks(), Proposal::floatPeak, and Peak::pr.
10 cln::cl_inhibit_floating_point_underflow=1;
21 double tanbmax=0,mcHmax=0, Btaunu=0,BDtaunu=0,BD2taunu=0;
22 uint gLm=0,gQm=0,lupm=0,qupm=0;
24 for(
uint gL=0;gL<3;gL++)
25 for(
uint gQ=0;gQ<3;gQ++)
26 for(
uint lup=0;lup<2;lup++)
27 for(
uint qup=0;qup<2;qup++){
28 BGL* m=
new BGL(gL,gQ,lup,qup);
51 double init=-3,
final=3;
52 double init2=1, final2=4;
64 tanbmax=pow(10.0,prop4.floatPeak.pr[0].value);
65 mcHmax=pow(10.0,prop4.floatPeak.pr[1].value);
213 cout<<
"gL "<<gL<<
" gQ "<<gQ<<endl;
214 cout<<
"lup "<<lup<<
" qup "<<qup<<endl;
216 cout<<
"Btotaunu "<<m->BtotaunuR.subs(lst(m->tanb==tanbmax,m->McH==mcHmax))<<
" exp "<<1.64/0.79<<
" +/- "<<0.23*1.64/0.79<<endl;
217 cout<<
"BtoDtaunu "<<m->BtoDtaunuR.subs(lst(m->tanb==tanbmax,m->McH==mcHmax))<<
" exp "<<440.0/296<<
" +/- "<<1.4*58.0/296<<endl;
218 cout<<
"BtoD2taunu "<<m->BtoD2taunuR.subs(lst(m->tanb==tanbmax,m->McH==mcHmax))<<
" exp "<<332.0/252<<
" +/- "<<1.4*24.0/252<<endl;
A class containing the parameters of a proposal for the next step in the Markov Chain.