C++ Interface to Tauola
Public Types | Public Member Functions | Data Fields | Static Public Attributes
EWborn Struct Reference
Collaboration diagram for EWborn:
Collaboration graph

Public Types

typedef std::complex< double > complex
 

Public Member Functions

bool FillFromTable (const char *tableLocation)
 

Data Fields

double MZ
 
double MH
 
double MT
 
double SWSQ
 
double GZ
 
double MW
 
double GW
 
double EEa [NA]
 
complex FFa [NA][FF_LEN]
 
double FSa [NA][FS_LEN]
 
double EEb [NB]
 
complex FFb [NB][MB][FF_LEN]
 
double FSb [NB][FS_LEN]
 
double EEc [NC]
 
double COSc [MC]
 
complex FFc [NC][MC][FF_LEN]
 
double FSc [NC][FS_LEN]
 
double EEd [ND]
 
double COSd [MD]
 
complex FFd [ND][MD][FF_LEN]
 
double FSd [ND][FS_LEN]
 

Static Public Attributes

static const int FF_LEN = 7
 
static const int FS_LEN = 4
 
static const int NA = 101
 
static const int NB = 121
 
static const int MB = 15
 
static const int NC = 146
 
static const int MC = 31
 
static const int ND = 81
 
static const int MD = 15
 

Detailed Description

Definition at line 8 of file ew_born.h.

Member Typedef Documentation

◆ complex

typedef std::complex<double> complex

Definition at line 10 of file ew_born.h.

Member Function Documentation

◆ FillFromTable()

bool FillFromTable ( const char *  tableLocation)

Definition at line 16 of file ew_born.cxx.

Field Documentation

◆ COSc

double COSc[MC]

Definition at line 44 of file ew_born.h.

◆ COSd

double COSd[MD]

Definition at line 53 of file ew_born.h.

◆ EEa

double EEa[NA]

Definition at line 27 of file ew_born.h.

◆ EEb

double EEb[NB]

Definition at line 35 of file ew_born.h.

◆ EEc

double EEc[NC]

Definition at line 43 of file ew_born.h.

◆ EEd

double EEd[ND]

Definition at line 52 of file ew_born.h.

◆ FF_LEN

const int FF_LEN = 7
static

Definition at line 12 of file ew_born.h.

◆ FFa

complex FFa[NA][FF_LEN]

Definition at line 28 of file ew_born.h.

◆ FFb

complex FFb[NB][MB][FF_LEN]

Definition at line 36 of file ew_born.h.

◆ FFc

complex FFc[NC][MC][FF_LEN]

Definition at line 45 of file ew_born.h.

◆ FFd

complex FFd[ND][MD][FF_LEN]

Definition at line 54 of file ew_born.h.

◆ FS_LEN

const int FS_LEN = 4
static

Definition at line 13 of file ew_born.h.

◆ FSa

double FSa[NA][FS_LEN]

Definition at line 29 of file ew_born.h.

◆ FSb

double FSb[NB][FS_LEN]

Definition at line 37 of file ew_born.h.

◆ FSc

double FSc[NC][FS_LEN]

Definition at line 46 of file ew_born.h.

◆ FSd

double FSd[ND][FS_LEN]

Definition at line 55 of file ew_born.h.

◆ GW

double GW

Definition at line 22 of file ew_born.h.

◆ GZ

double GZ

Definition at line 20 of file ew_born.h.

◆ MB

const int MB = 15
static

Definition at line 33 of file ew_born.h.

◆ MC

const int MC = 31
static

Definition at line 41 of file ew_born.h.

◆ MD

const int MD = 15
static

Definition at line 50 of file ew_born.h.

◆ MH

double MH

Definition at line 17 of file ew_born.h.

◆ MT

double MT

Definition at line 18 of file ew_born.h.

◆ MW

double MW

Definition at line 21 of file ew_born.h.

◆ MZ

double MZ

Definition at line 16 of file ew_born.h.

◆ NA

const int NA = 101
static

Definition at line 25 of file ew_born.h.

◆ NB

const int NB = 121
static

Definition at line 32 of file ew_born.h.

◆ NC

const int NC = 146
static

Definition at line 40 of file ew_born.h.

◆ ND

const int ND = 81
static

Definition at line 49 of file ew_born.h.

◆ SWSQ

double SWSQ

Definition at line 19 of file ew_born.h.


The documentation for this struct was generated from the following files: