a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
LE_NuScatt.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 "LE_NuScatt.h"
9#include "StandardModel.h"
10
12{
13 return SM.gLnuN2();
14}
15
16
18{
19 return SM.gRnuN2();
20}
21
22
24{
25 return SM.ThetaLnuN();
26}
27
28
30{
31 return SM.ThetaRnuN();
32}
33
34
36{
37 return SM.gVnue();
38}
39
40
42{
43 return SM.gAnue();
44}
virtual const double gLnuN2() const
The effective neutrino nucleon LH coupling: gLnuN2.
virtual const double gRnuN2() const
The effective neutrino nucleon RH coupling: gRnuN2.
virtual const double ThetaLnuN() const
The effective neutrino nucleon LH parameter: ThetaLnuN.
virtual const double ThetaRnuN() const
The effective neutrino nucleon RH parameter: ThetaRnuN.
virtual const double gAnue() const
The effective (muon) neutrino-electron axial-vector coupling: gAnue.
virtual const double gVnue() const
The effective (muon) neutrino-electron vector coupling: gVnue.
const StandardModel & SM
A reference to an object of StandardMode class.
Definition: ThObservable.h:121
double computeThValue()
The effective neutrino nucleon LH parameter .
Definition: LE_NuScatt.cpp:23
double computeThValue()
The effective neutrino nucleon RH parameter .
Definition: LE_NuScatt.cpp:29
double computeThValue()
The effective (muon) neutrino-electron axial-vector coupling .
Definition: LE_NuScatt.cpp:41
double computeThValue()
The effective neutrino nucleon LH coupling .
Definition: LE_NuScatt.cpp:11
double computeThValue()
The effective neutrino nucleon RH coupling .
Definition: LE_NuScatt.cpp:17
double computeThValue()
The effective (muon) neutrino-electron vector coupling .
Definition: LE_NuScatt.cpp:35