a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Loading...
Searching...
No Matches
BrW.cpp
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 HEPfit Collaboration
3 *
4 *
5 * For the licensing terms see doc/COPYING.
6 */
7
8#include "BrW.h"
9#include "StandardModel.h"
10
19
24
29
34
36{
37 double Brhad = 0.;
38
39// Current SM formula asummes diagonal CKM
42
43 return Brhad;
44}
double computeThValue()
The the branching ratio of the boson into an electron + neutrino, .
Definition BrW.cpp:20
double computeThValue()
The the branching ratio of the boson into hadrons, .
Definition BrW.cpp:35
double computeThValue()
The the branching ratio of the boson into a given lepton + neutrino flavour, .
Definition BrW.cpp:11
double computeThValue()
The the branching ratio of the boson into a muon + neutrino, .
Definition BrW.cpp:25
double computeThValue()
The the branching ratio of the boson into a tau + neutrino, .
Definition BrW.cpp:30
@ UP
Definition QCD.h:324
@ DOWN
Definition QCD.h:325
@ STRANGE
Definition QCD.h:327
@ CHARM
Definition QCD.h:326
@ NEUTRINO_2
Definition QCD.h:313
@ NEUTRINO_1
Definition QCD.h:311
@ MU
Definition QCD.h:314
@ ELECTRON
Definition QCD.h:312
@ NEUTRINO_3
Definition QCD.h:315
@ TAU
Definition QCD.h:316
const Particle & getQuarks(const QCD::quark q) const
A get method to access a quark as an object of the type Particle.
Definition QCD.h:536
const Particle & getLeptons(const QCD::lepton p) const
A get method to retrieve the member object of a lepton.
virtual const double BrW(const Particle fi, const Particle fj) const
The branching ratio of the boson decaying into a SM fermion pair, .
const StandardModel & SM
A reference to an object of StandardMode class.