a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
Nneutrinos.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 "Nneutrinos.h"
9#include "StandardModel.h"
10
12{
13 return SM.N_nu();
14}
15
double computeThValue()
The number of neutrinos obtained indirectly from the measurements at the Z pole, .
Definition: Nneutrinos.cpp:11
virtual const double N_nu() const
The number of neutrinos obtained indirectly from the measurements at the Z pole, .
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121