• Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Discussion
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

MainPage

FLAG 2021

  • Submission form

Figures for download

  • Quark masses

  • $V_{ud}$ and $V_{us}$

  • Low-energy constants

  • Kaon mixing

  • $\small{D}$-meson decay constants and form factors

  • $\small{B}$-meson decay constants, mixing parameters, and form factors

  • The strong coupling $\alpha_s$

  • Nucleon matrix elements

Navigation

  • RecentChanges
  • FindPage
  • HelpContents
Flag:
  • attachment:ms.py of Media

Attachment 'ms.py'

Download

   1 # Using the magic encoding
   2 # -*- coding: utf-8 -*-
   3 # FLAG plot for ms
   4 # check whether numpy library is present
   5 try: 
   6  import numpy
   7 except ImportError:
   8  print ("numpy library not found. If you want the FLAG-logo to be added to the")
   9  print ("plot, please install this library")
  10 import numpy as np
  11 ################################################################################
  12 # Please edit the following blocks #############################################
  13 ################################################################################
  14 
  15 # layout specifications
  16 titlestring	= "$\\rm m_s$"			# plot title
  17 plotnamestring	= "ms"			# filename for plot
  18 plotxticks	= ([[80., 90., 100.]])# locations for x-ticks
  19 yaxisstrings	= [				# x,y-location for y-strings
  20 		   [+70.,25.5,"$\\rm N_f=2+1+1$"],
  21 		   [+70.,13.5,"$\\rm N_f=2+1$"],
  22                    [+70.,3,"pheno."]
  23 		   ]
  24 		   
  25 LABEL=1
  26 xaxisstrings	= [				# x,y-location for x-strings
  27 		   [+121.,-3.3,"MeV"] 	 		    
  28                    ]		   
  29 		   
  30 xlimits		= [80.,140.]			# plot's xlimits
  31 logo		= 'upper left'			# either of 'upper right'
  32 					  	#           'upper left'
  33 					  	#           'lower left'
  34 					  	#           'lower right'
  35 tpos = 120.					# x-position for the data labels
  36 	
  37 
  38 # the following blocks contain the list of 
  39 # lattice results that will be plotted, one block for 2, 2+1 and 2+1+1, 
  40 # respectively
  41 # 
  42 # column	item
  43 # 0		central value
  44 # 2		neg. stat. error
  45 # 3		pos. stat. error
  46 # 4		neg. tot. error
  47 # 5		pos. tot. error
  48 # 6		Collaboration string
  49 # 7		this column contains layout parameters for the plot-symbol and
  50 #  		and the collaboration text:
  51 #		column	item
  52 #		0 	marker style (see bottom of this file for a full list)
  53 #		1	marker face color r=red, b=blue, k=black, w=white
  54 #					  g=green
  55 #		2	marker color (errorbar and frame), color coding as 
  56 #			for face color
  57 #		3	color intensity 0=full, 1=soso, 2=bleak
  58 #               4       position of label
  59 dat2p1p1=[
  60 [99.6, 4.3,4.3,3.6, 3.6, "ETM 14"		,['s','g','g',0,tpos]],
  61 [93.7, 0.8, 0.8, 0., 0., "HPQCD 14A "		,['s','g','g',0,tpos]],
  62 [92.52, 0.69,0.69,0.,0., "FNAL/MILC/TUMQCD 18"		,['s','g','g',0,tpos]],
  63 [94.49, 0.96,0.96,0.,0., "HPQCD 18  "		,['s','g','g',0,tpos]],
  64 ] 
  65 dat2p1=[
  66 # [76, 7.6, 7.6, 0.0, 0.0, "MILC 04, HPQCD/MILC/UKQCD 04" 	,['D','w','r',0,tpos]],
  67 # [87, 5.7, 5.7, 0.0, 0.0, "HPQCD 05"   	    	,['D','w','g',0,tpos]],
  68 # [90.1, 6.1, 17.2, 4.3, 4.3, "CP-PACS/JLQCD 07"  ,['D','w','r',0,tpos]],
  69 # [107.3, 11.7, 11.7, 4.4, 4.4, "RBC/UKQCD 08"	,['s','w','r',0,tpos]],
  70 # [72.72, 0.78, 0.78, 0.0, 0.0, "PACS-CS 08"	,['D','w','r',0,tpos]],
  71 # [88, 5.0, 5.0, 0.0, 0.0, "MILC 09"   	    	,['D','w','g',0,tpos]],
  72 [89, 4.78, 4.78, 0.2, 0.2, "MILC 09A"  	    	,['D','g','g',0,tpos]],
  73 [92.4, 1.5, 1.5, 0.0, 0.0, "HPQCD 09A" 		,['s','l','g',0,tpos]],
  74 [92.75, 1.11, 1.11, 0.58, 0.58, "PACS-CS 09"	,['s','w','r',0,tpos]],
  75 [97.6, 6.22, 6.22, 2.9, 2.9, "Blum 10"		,['s','w','r',0,tpos]],
  76 [96.2, 2.6, 2.6, 1.6, 1.6, "RBC/UKQCD 10A"	,['s','l','g',0,tpos]],
  77 [92.2, 1.3, 1.3, 0.0, 0.0, "HPQCD 10"		,['s','g','g',0,tpos]],
  78 [86.7, 2.3, 2.3, 0.0, 0.0, "PACS-CS 10"		,['s','w','r',0,tpos]],
  79 [95.5, 1.86, 1.86, 1.1, 1.1, "BMW 10A, 10B"	,['s','g','g',0,tpos]],
  80 #[94.2, 5.86, 5.86, 1.4, 1.4, "Laiho 11"		,['D','w','g',0,tpos]],
  81 [83.60, 2.30, 2.30, 0.58, 0.58, "PACS-CS 12"	,['s','w','r',0,tpos]],
  82 [92.31, 1.88, 1.88, 1.26, 1.26,  "RBC/UKQCD 12"	,['s','l','g',0,tpos]],
  83 [90.3, 1.35, 1.35, 0.9, 0.9,  "RBC/UKQCD 14B"	,['s','g','g',0,tpos]],
  84 [92.0, 1.7, 1.7, 0.0, 0.0,  "Maezawa 16"	,['s','g','g',0,tpos]],
  85 ]
  86 datapheno=[
  87 [102, 0,0,0,0, "Vainshtein 78",['o','b','b',0,tpos]],
  88 [104, 15,15,0,0, "Narison 06",['o','b','b',0,tpos]],
  89 [92, 9,9,0,0, "Jamin 06",['o','b','b',0,tpos]],
  90 [105, 9.2,9.2,0,0, "Chetyrkin 06",['o','b','b',0,tpos]],
  91 [103, 8,8,0,0, "Dominguez 09",['o','b','b',0,tpos]],
  92 #[93.5, 2.5, 2.5, 0, 0, "PDG",['^','k','k',0,tpos]],
  93 [95, 5, 5, 0, 0, "PDG",['^','k','k',0,tpos]],
  94 ]
  95 # datapheno=[
  96 # [95, 5, 5, 5, 5, "PDG",['s','w','k',0,tpos],1]
  97 # ]
  98 # The color coding for the FLAG-average (below) is as for the data itself; 
  99 # the additional list at the end is the RGB-code for the errorband.
 100 # Please note that the order inside the list FLAGaverage (if there is more 
 101 # than one) # is significant, the last item will be plotted last and will 
 102 # therefore be plotted on top of all others.
 103 
 104 FLAGaverage=[ # there should be as many entries for average as there are data sets
 105 	      # in the case where no average is provided for a given data set
 106 	      # just replace the central value by "NaN"
 107 	      # 
 108 	      # with respect to the above there is another column at the end specifying
 109 	      # the type of FLAG-band
 110 	      # 0 -> dashed lines marking the edge of the interval
 111 	      # 1 -> grey area bounded by solid black lines
 112 #[95, 6.32, 6.32, 2, 2, "our estimate for $N_f=2^x$",['s','w','k',0,tpos],1],
 113 #[95, 5, 5, 0, 0, "",['^','k','k',0,tpos],1],
 114 [np.nan, 2.5, 2.5, 0, 0, "",['^','k','k',0,tpos],1],
 115 #[0,0,0,0.,0., "dummy",['s','k','k',0,0],0],
 116  [92.03,0.88,0.88,0.,0., "FLAG average for $\\rm N_f=2+1$",['s','k','k',0,tpos],1],
 117 [93.12,0.69,0.69,0.,0., "FLAG average for $\\rm N_f=2+1+1$",['s','k','k',0,tpos],1]]
 118 
 119 # The follwing list should contain the list names of the previous DATA-blocks
 120 datasets=[datapheno,dat2p1,dat2p1p1]
 121 
 122 ################################################################################
 123 # DO NOT EDIT THE FOLLOWING ####################################################
 124 ################################################################################
 125 
 126 
 127 # Now that all the relevant has been specified, generate the plot.
 128 # Please make sure that you have a directory called "plots" in you current 
 129 # working directory. That's where all plots will be stored 
 130 #execfile('FLAGplot.py')
 131 exec(compile(open('FLAGplot.py').read(), 'FLAGplot.py', 'exec'))
 132 
 133 # additional documentation:
 134 # '.' 	point marker
 135 # ',' 	pixel marker
 136 # 'o' 	circle marker
 137 # 'v' 	triangle_down marker
 138 # '^' 	triangle_up marker
 139 # '<' 	triangle_left marker
 140 # '>' 	triangle_right marker
 141 # '1' 	tri_down marker
 142 # '2' 	tri_up marker
 143 # '3' 	tri_left marker
 144 # '4' 	tri_right marker
 145 # 's' 	square marker
 146 # 'p' 	pentagon marker
 147 # '*' 	star marker
 148 # 'h' 	hexagon1 marker
 149 # 'H' 	hexagon2 marker
 150 # '+' 	plus marker
 151 # 'x' 	x marker
 152 # 'D' 	diamond marker
 153 # 'd' 	thin_diamond marker
 154 # '|' 	vline marker
 155 # '_' 	hline marker

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BB.bib]]
  • [get | view] (2019-02-07 14:08:33, 844.6 KB) [[attachment:BB2.eps]]
  • [get | view] (2019-02-07 14:08:33, 48.6 KB) [[attachment:BB2.pdf]]
  • [get | view] (2019-02-07 14:08:33, 153.9 KB) [[attachment:BB2.png]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BBs.bib]]
  • [get | view] (2019-02-11 10:02:54, 4.2 KB) [[attachment:BK.bib]]
  • [get | view] (2019-02-07 13:37:21, 845.4 KB) [[attachment:BK.eps]]
  • [get | view] (2019-02-07 13:37:21, 51.3 KB) [[attachment:BK.pdf]]
  • [get | view] (2019-02-07 13:37:21, 220.5 KB) [[attachment:BK.png]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BSMB2.bib]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BSMB3.bib]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BSMB4.bib]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BSMB5.bib]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:BSM_all.bib]]
  • [get | view] (2019-02-07 13:37:21, 1838.4 KB) [[attachment:BSM_all.eps]]
  • [get | view] (2019-02-07 13:37:21, 82.9 KB) [[attachment:BSM_all.pdf]]
  • [get | view] (2019-02-07 13:37:21, 179.6 KB) [[attachment:BSM_all.png]]
  • [get | view] (2019-02-11 10:02:54, 1.5 KB) [[attachment:DtoK.bib]]
  • [get | view] (2019-02-11 10:02:54, 1.5 KB) [[attachment:DtoPiandDtoK.bib]]
  • [get | view] (2019-02-07 13:58:27, 840.3 KB) [[attachment:DtoPiandDtoK.eps]]
  • [get | view] (2019-02-07 13:58:27, 49.3 KB) [[attachment:DtoPiandDtoK.pdf]]
  • [get | view] (2019-02-07 13:58:27, 165.2 KB) [[attachment:DtoPiandDtoK.png]]
  • [get | view] (2019-02-11 10:02:54, 1.5 KB) [[attachment:Dtopi.bib]]
  • [get | view] (2019-02-14 01:01:07, 4.1 KB) [[attachment:FD.bib]]
  • [get | view] (2019-02-14 01:01:17, 5.4 KB) [[attachment:FDs.bib]]
  • [get | view] (2017-08-24 09:00:11, 33.5 KB) [[attachment:FLAG3_logo.png]]
  • [get | view] (2019-02-06 19:39:10, 49.4 KB) [[attachment:FLAG4_logo.png]]
  • [get | view] (2017-08-18 09:26:17, 3713.3 KB) [[attachment:FLAG_2013.pdf]]
  • [get | view] (2017-12-08 08:38:37, 5707.9 KB) [[attachment:FLAG_2016.pdf]]
  • [get | view] (2020-03-09 09:21:33, 7327.3 KB) [[attachment:FLAG_2019.pdf]]
  • [get | view] (2020-12-24 09:58:14, 6856.6 KB) [[attachment:FLAG_2020_webupdate.pdf]]
  • [get | view] (2020-03-09 09:21:47, 883.4 KB) [[attachment:FLAG_Alpha_s.pdf]]
  • [get | view] (2020-03-09 09:21:48, 401.5 KB) [[attachment:FLAG_BK.pdf]]
  • [get | view] (2020-12-23 17:31:49, 1655.3 KB) [[attachment:FLAG_HQB.pdf]]
  • [get | view] (2020-03-09 09:21:48, 404.6 KB) [[attachment:FLAG_HQD.pdf]]
  • [get | view] (2020-03-09 09:21:48, 796.2 KB) [[attachment:FLAG_LECs.pdf]]
  • [get | view] (2020-03-09 09:21:48, 1327.3 KB) [[attachment:FLAG_NME.pdf]]
  • [get | view] (2020-12-24 09:57:51, 675.0 KB) [[attachment:FLAG_VudVus.pdf]]
  • [get | view] (2020-03-09 09:21:48, 203.5 KB) [[attachment:FLAG_criteria.pdf]]
  • [get | view] (2020-03-09 09:21:48, 873.9 KB) [[attachment:FLAG_glossary.pdf]]
  • [get | view] (2020-03-09 09:21:48, 328.1 KB) [[attachment:FLAG_introduction.pdf]]
  • [get | view] (2017-08-18 08:00:28, 5.2 KB) [[attachment:FLAG_logo_200x135.png]]
  • [get | view] (2020-03-09 09:21:48, 659.7 KB) [[attachment:FLAG_notes.pdf]]
  • [get | view] (2020-03-09 09:21:48, 660.9 KB) [[attachment:FLAG_notes_reduced.pdf]]
  • [get | view] (2020-03-09 09:21:48, 641.9 KB) [[attachment:FLAG_qmass.pdf]]
  • [get | view] (2019-02-14 11:05:07, 7.2 KB) [[attachment:FpioF.bib]]
  • [get | view] (2019-02-07 13:09:23, 1017.3 KB) [[attachment:GA.eps]]
  • [get | view] (2019-02-07 13:09:23, 61.7 KB) [[attachment:GA.pdf]]
  • [get | view] (2019-02-07 13:09:23, 280.3 KB) [[attachment:GA.png]]
  • [get | view] (2019-02-07 13:09:23, 967.4 KB) [[attachment:GAd.eps]]
  • [get | view] (2019-02-07 13:09:23, 43.7 KB) [[attachment:GAd.pdf]]
  • [get | view] (2019-02-07 13:09:23, 124.2 KB) [[attachment:GAd.png]]
  • [get | view] (2019-02-07 13:09:23, 976.7 KB) [[attachment:GAs.eps]]
  • [get | view] (2019-02-07 13:09:23, 47.7 KB) [[attachment:GAs.pdf]]
  • [get | view] (2019-02-07 13:09:23, 158.5 KB) [[attachment:GAs.png]]
  • [get | view] (2019-02-07 13:09:23, 966.3 KB) [[attachment:GAu.eps]]
  • [get | view] (2019-02-07 13:09:23, 43.1 KB) [[attachment:GAu.pdf]]
  • [get | view] (2019-02-07 13:09:23, 124.4 KB) [[attachment:GAu.png]]
  • [get | view] (2019-02-07 13:09:23, 980.7 KB) [[attachment:GS.eps]]
  • [get | view] (2019-02-07 13:09:23, 48.0 KB) [[attachment:GS.pdf]]
  • [get | view] (2019-02-07 13:09:23, 161.3 KB) [[attachment:GS.png]]
  • [get | view] (2019-02-07 13:09:23, 999.2 KB) [[attachment:GT.eps]]
  • [get | view] (2019-02-07 13:09:23, 55.0 KB) [[attachment:GT.pdf]]
  • [get | view] (2019-02-07 13:09:23, 205.7 KB) [[attachment:GT.png]]
  • [get | view] (2019-02-07 13:09:23, 967.0 KB) [[attachment:GTd.eps]]
  • [get | view] (2019-02-07 13:09:23, 42.6 KB) [[attachment:GTd.pdf]]
  • [get | view] (2019-02-07 13:09:23, 118.8 KB) [[attachment:GTd.png]]
  • [get | view] (2019-02-07 13:09:23, 965.5 KB) [[attachment:GTs.eps]]
  • [get | view] (2019-02-07 13:09:23, 42.1 KB) [[attachment:GTs.pdf]]
  • [get | view] (2019-02-07 13:09:23, 113.7 KB) [[attachment:GTs.png]]
  • [get | view] (2019-02-07 13:09:23, 966.7 KB) [[attachment:GTu.eps]]
  • [get | view] (2019-02-07 13:09:23, 42.8 KB) [[attachment:GTu.pdf]]
  • [get | view] (2019-02-07 13:09:23, 118.2 KB) [[attachment:GTu.png]]
  • [get | view] (2019-02-11 10:02:54, 2.2 KB) [[attachment:RBB.bib]]
  • [get | view] (2020-12-23 17:28:17, 5.6 KB) [[attachment:RfKfpi.bib]]
  • [get | view] (2020-12-23 17:26:27, 947.9 KB) [[attachment:RfKfpi.eps]]
  • [get | view] (2020-12-23 17:26:20, 39.4 KB) [[attachment:RfKfpi.pdf]]
  • [get | view] (2020-12-23 17:26:13, 344.4 KB) [[attachment:RfKfpi.png]]
  • [get | view] (2019-02-07 14:44:37, 993.3 KB) [[attachment:Rm0p3R6m0p5current2pt.eps]]
  • [get | view] (2019-02-07 14:44:37, 42.3 KB) [[attachment:Rm0p3R6m0p5current2pt.pdf]]
  • [get | view] (2019-02-07 14:44:37, 279.6 KB) [[attachment:Rm0p3R6m0p5current2pt.png]]
  • [get | view] (2019-02-14 13:50:49, 1050.0 KB) [[attachment:SIGMA.eps]]
  • [get | view] (2019-02-14 13:50:49, 52.9 KB) [[attachment:SIGMA.pdf]]
  • [get | view] (2019-02-14 13:50:49, 355.3 KB) [[attachment:SIGMA.png]]
  • [get | view] (2019-02-14 11:13:54, 1031.2 KB) [[attachment:SIGMAS.eps]]
  • [get | view] (2019-02-14 11:13:54, 51.1 KB) [[attachment:SIGMAS.pdf]]
  • [get | view] (2019-02-14 11:13:54, 325.6 KB) [[attachment:SIGMAS.png]]
  • [get | view] (2019-02-11 10:02:54, 8.6 KB) [[attachment:Sigma13.bib]]
  • [get | view] (2019-12-10 17:25:29, 833.4 KB) [[attachment:Vcb.eps]]
  • [get | view] (2019-12-10 17:25:29, 51.1 KB) [[attachment:Vcb.pdf]]
  • [get | view] (2019-12-10 17:25:29, 206.9 KB) [[attachment:Vcb.png]]
  • [get | view] (2019-02-11 10:18:46, 7.6 KB) [[attachment:VcdandVcs.bib]]
  • [get | view] (2019-02-07 13:59:45, 894.1 KB) [[attachment:VcdandVcs.eps]]
  • [get | view] (2019-02-07 13:59:45, 54.9 KB) [[attachment:VcdandVcs.pdf]]
  • [get | view] (2019-02-07 13:59:45, 281.3 KB) [[attachment:VcdandVcs.png]]
  • [get | view] (2019-12-10 17:25:29, 857.1 KB) [[attachment:Vub.eps]]
  • [get | view] (2019-12-10 17:25:29, 55.8 KB) [[attachment:Vub.pdf]]
  • [get | view] (2019-12-10 17:25:29, 262.1 KB) [[attachment:Vub.png]]
  • [get | view] (2020-12-23 17:27:12, 464.1 KB) [[attachment:VusVersusVud.eps]]
  • [get | view] (2020-12-23 17:27:05, 66.4 KB) [[attachment:VusVersusVud.pdf]]
  • [get | view] (2020-12-23 17:26:55, 286.0 KB) [[attachment:VusVersusVud.png]]
  • [get | view] (2020-12-23 17:27:35, 461.7 KB) [[attachment:VusVersusVud_em-lat.eps]]
  • [get | view] (2020-12-23 17:27:27, 65.6 KB) [[attachment:VusVersusVud_em-lat.pdf]]
  • [get | view] (2020-12-23 17:27:21, 285.6 KB) [[attachment:VusVersusVud_em-lat.png]]
  • [get | view] (2019-03-05 17:02:08, 10.7 KB) [[attachment:Vusud.bib]]
  • [get | view] (2019-03-05 16:42:40, 1073.0 KB) [[attachment:Vusud.eps]]
  • [get | view] (2019-03-05 16:42:40, 112.6 KB) [[attachment:Vusud.pdf]]
  • [get | view] (2019-03-05 16:42:40, 391.9 KB) [[attachment:Vusud.png]]
  • [get | view] (2019-03-05 16:42:40, 15.0 KB) [[attachment:Vusud.py]]
  • [get | view] (2019-02-13 23:18:28, 5.3 KB) [[attachment:alphaMSbarZ.bib]]
  • [get | view] (2019-02-20 00:50:11, 1021.3 KB) [[attachment:alphasMSbarZ.eps]]
  • [get | view] (2019-02-20 00:50:11, 52.0 KB) [[attachment:alphasMSbarZ.pdf]]
  • [get | view] (2019-02-20 00:50:11, 340.8 KB) [[attachment:alphasMSbarZ.png]]
  • [get | view] (2020-03-09 09:33:04, 1011.5 KB) [[attachment:alphasMSbarZ_a.eps]]
  • [get | view] (2020-03-09 09:33:17, 40.6 KB) [[attachment:alphasMSbarZ_a.pdf]]
  • [get | view] (2020-03-09 09:32:52, 240.6 KB) [[attachment:alphasMSbarZ_a.png]]
  • [get | view] (2020-03-09 09:33:04, 995.7 KB) [[attachment:alphasMSbarZ_b.eps]]
  • [get | view] (2020-03-09 09:33:17, 39.1 KB) [[attachment:alphasMSbarZ_b.pdf]]
  • [get | view] (2020-03-09 09:32:52, 196.7 KB) [[attachment:alphasMSbarZ_b.png]]
  • [get | view] (2020-12-23 17:28:07, 2.5 KB) [[attachment:f+0.bib]]
  • [get | view] (2020-12-23 17:26:03, 931.7 KB) [[attachment:f+0.eps]]
  • [get | view] (2019-02-07 14:56:25, 56.8 KB) [[attachment:f+0.pdf]]
  • [get | view] (2020-12-23 17:25:53, 278.7 KB) [[attachment:f+0.png]]
  • [get | view] (2019-02-13 23:07:38, 8.0 KB) [[attachment:fB.bib]]
  • [get | view] (2019-02-07 14:07:05, 859.0 KB) [[attachment:fB.eps]]
  • [get | view] (2019-02-07 14:07:05, 55.7 KB) [[attachment:fB.pdf]]
  • [get | view] (2019-02-07 14:07:05, 261.6 KB) [[attachment:fB.png]]
  • [get | view] (2019-02-13 23:10:39, 7.3 KB) [[attachment:fBofBs.bib]]
  • [get | view] (2019-02-11 10:02:54, 5.4 KB) [[attachment:fBratio.bib]]
  • [get | view] (2019-02-07 14:07:05, 855.5 KB) [[attachment:fBratio.eps]]
  • [get | view] (2019-02-07 14:07:05, 54.1 KB) [[attachment:fBratio.pdf]]
  • [get | view] (2019-02-07 14:07:05, 262.3 KB) [[attachment:fBratio.png]]
  • [get | view] (2019-02-13 23:04:22, 8.0 KB) [[attachment:fBs.bib]]
  • [get | view] (2019-02-07 14:07:05, 854.2 KB) [[attachment:fBs.eps]]
  • [get | view] (2019-02-07 14:07:05, 55.5 KB) [[attachment:fBs.pdf]]
  • [get | view] (2019-02-07 14:07:05, 237.5 KB) [[attachment:fBs.png]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:fBsqrtBB.bib]]
  • [get | view] (2019-02-07 14:07:05, 848.1 KB) [[attachment:fBsqrtBB2.eps]]
  • [get | view] (2019-02-07 14:07:05, 51.8 KB) [[attachment:fBsqrtBB2.pdf]]
  • [get | view] (2019-02-07 14:07:05, 176.3 KB) [[attachment:fBsqrtBB2.png]]
  • [get | view] (2019-02-11 10:02:54, 2.9 KB) [[attachment:fBssqrtBBs.bib]]
  • [get | view] (2019-02-11 10:02:54, 4.1 KB) [[attachment:fD.bib]]
  • [get | view] (2019-02-11 10:02:54, 6.1 KB) [[attachment:fDandfDs.bib]]
  • [get | view] (2019-02-14 00:50:09, 915.3 KB) [[attachment:fDandfDs.eps]]
  • [get | view] (2019-02-14 00:50:35, 68.5 KB) [[attachment:fDandfDs.pdf]]
  • [get | view] (2019-02-14 00:51:01, 259.0 KB) [[attachment:fDandfDs.png]]
  • [get | view] (2019-02-14 00:51:47, 850.2 KB) [[attachment:fDratio.eps]]
  • [get | view] (2019-02-14 00:52:00, 50.7 KB) [[attachment:fDratio.pdf]]
  • [get | view] (2019-02-14 00:52:17, 263.9 KB) [[attachment:fDratio.png]]
  • [get | view] (2019-02-11 10:02:54, 5.4 KB) [[attachment:fDs.bib]]
  • [get | view] (2019-02-11 10:02:54, 4.1 KB) [[attachment:fDsofD.bib]]
  • [get | view] (2019-02-11 10:02:54, 5.0 KB) [[attachment:fK.bib]]
  • [get | view] (2019-02-13 23:49:08, 5.0 KB) [[attachment:fKandfPi.bib]]
  • [get | view] (2019-02-08 15:38:58, 1088.9 KB) [[attachment:fKandfPi.eps]]
  • [get | view] (2019-02-08 15:38:58, 49.4 KB) [[attachment:fKandfPi.pdf]]
  • [get | view] (2019-02-08 15:38:58, 313.6 KB) [[attachment:fKandfPi.png]]
  • [get | view] (2019-02-14 01:54:15, 3.1 KB) [[attachment:ff_BD_latt+exp.bib]]
  • [get | view] (2019-12-10 17:25:29, 332.9 KB) [[attachment:ff_BD_latt+exp.eps]]
  • [get | view] (2019-12-10 17:25:29, 140.0 KB) [[attachment:ff_BD_latt+exp.pdf]]
  • [get | view] (2019-12-10 17:25:29, 190.1 KB) [[attachment:ff_BD_latt+exp.png]]
  • [get | view] (2019-12-10 17:25:29, 302.5 KB) [[attachment:ff_BD_latt+exp_nof0.eps]]
  • [get | view] (2019-12-10 17:25:29, 110.4 KB) [[attachment:ff_BD_latt+exp_nof0.pdf]]
  • [get | view] (2019-12-10 17:25:29, 151.0 KB) [[attachment:ff_BD_latt+exp_nof0.png]]
  • [get | view] (2019-02-14 01:38:34, 1.5 KB) [[attachment:ff_BD_latt.bib]]
  • [get | view] (2019-12-10 17:25:29, 300.5 KB) [[attachment:ff_BD_latt.eps]]
  • [get | view] (2019-12-10 17:25:29, 134.4 KB) [[attachment:ff_BD_latt.pdf]]
  • [get | view] (2019-12-10 17:25:29, 152.7 KB) [[attachment:ff_BD_latt.png]]
  • [get | view] (2019-12-10 17:25:29, 335.6 KB) [[attachment:ff_BK_latt.eps]]
  • [get | view] (2019-12-10 17:25:29, 170.2 KB) [[attachment:ff_BK_latt.pdf]]
  • [get | view] (2019-12-10 17:25:29, 198.9 KB) [[attachment:ff_BK_latt.png]]
  • [get | view] (2019-02-14 01:25:27, 1.5 KB) [[attachment:ff_BK_latt_p0.bib]]
  • [get | view] (2019-12-10 17:25:29, 288.9 KB) [[attachment:ff_BK_latt_p0.eps]]
  • [get | view] (2019-12-10 17:25:29, 132.1 KB) [[attachment:ff_BK_latt_p0.pdf]]
  • [get | view] (2019-12-10 17:25:29, 140.1 KB) [[attachment:ff_BK_latt_p0.png]]
  • [get | view] (2019-02-14 01:25:56, 1.5 KB) [[attachment:ff_BK_latt_t.bib]]
  • [get | view] (2019-12-10 17:25:29, 278.1 KB) [[attachment:ff_BK_latt_t.eps]]
  • [get | view] (2019-12-10 17:25:29, 107.6 KB) [[attachment:ff_BK_latt_t.pdf]]
  • [get | view] (2019-12-10 17:25:29, 59.1 KB) [[attachment:ff_BK_latt_t.png]]
  • [get | view] (2019-02-14 01:55:45, 5.1 KB) [[attachment:ff_Bpi_latt+exp.bib]]
  • [get | view] (2019-12-10 17:25:29, 368.8 KB) [[attachment:ff_Bpi_latt+exp.eps]]
  • [get | view] (2019-12-10 17:25:29, 142.0 KB) [[attachment:ff_Bpi_latt+exp.pdf]]
  • [get | view] (2019-12-10 17:25:29, 246.7 KB) [[attachment:ff_Bpi_latt+exp.png]]
  • [get | view] (2019-12-10 17:25:29, 343.6 KB) [[attachment:ff_Bpi_latt+exp_nof0.eps]]
  • [get | view] (2019-12-10 17:25:29, 113.2 KB) [[attachment:ff_Bpi_latt+exp_nof0.pdf]]
  • [get | view] (2019-12-10 17:25:29, 196.1 KB) [[attachment:ff_Bpi_latt+exp_nof0.png]]
  • [get | view] (2019-02-14 01:12:50, 2.4 KB) [[attachment:ff_Bpi_latt.bib]]
  • [get | view] (2019-12-10 17:25:29, 312.6 KB) [[attachment:ff_Bpi_latt.eps]]
  • [get | view] (2019-12-10 17:25:29, 135.3 KB) [[attachment:ff_Bpi_latt.pdf]]
  • [get | view] (2019-12-10 17:25:29, 178.6 KB) [[attachment:ff_Bpi_latt.png]]
  • [get | view] (2020-12-23 17:28:36, 2.0 KB) [[attachment:ff_BsK_latt.bib]]
  • [get | view] (2020-12-23 17:24:39, 409.2 KB) [[attachment:ff_BsK_latt.eps]]
  • [get | view] (2020-12-23 17:24:24, 167.0 KB) [[attachment:ff_BsK_latt.pdf]]
  • [get | view] (2020-12-23 17:24:32, 159.8 KB) [[attachment:ff_BsK_latt.png]]
  • [get | view] (2019-02-13 23:42:05, 2.1 KB) [[attachment:fpi.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.2 KB) [[attachment:gA.bib]]
  • [get | view] (2019-02-11 10:02:54, 1.4 KB) [[attachment:gAd.bib]]
  • [get | view] (2019-02-11 10:02:54, 1.4 KB) [[attachment:gAs.bib]]
  • [get | view] (2019-02-11 10:02:54, 1.4 KB) [[attachment:gAu.bib]]
  • [get | view] (2019-02-11 10:02:54, 0.8 KB) [[attachment:gS.bib]]
  • [get | view] (2019-02-11 10:02:54, 0.8 KB) [[attachment:gT.bib]]
  • [get | view] (2019-02-11 10:02:54, 0.8 KB) [[attachment:gTd.bib]]
  • [get | view] (2019-02-11 10:02:54, 0.8 KB) [[attachment:gTs.bib]]
  • [get | view] (2019-02-11 10:02:54, 0.8 KB) [[attachment:gTu.bib]]
  • [get | view] (2019-02-11 10:02:54, 6.6 KB) [[attachment:lbar3.bib]]
  • [get | view] (2019-02-11 10:02:54, 7.2 KB) [[attachment:lbar4.bib]]
  • [get | view] (2019-02-11 10:02:54, 1.4 KB) [[attachment:lbar6.bib]]
  • [get | view] (2019-02-13 23:34:57, 4.4 KB) [[attachment:mb.bib]]
  • [get | view] (2019-02-07 13:27:33, 832.1 KB) [[attachment:mb.eps]]
  • [get | view] (2019-02-07 13:27:52, 47.2 KB) [[attachment:mb.pdf]]
  • [get | view] (2019-02-07 13:27:44, 157.3 KB) [[attachment:mb.png]]
  • [get | view] (2019-03-05 16:08:39, 10.8 KB) [[attachment:mc.bib]]
  • [get | view] (2019-03-05 16:39:30, 965.9 KB) [[attachment:mc.eps]]
  • [get | view] (2019-03-05 16:39:30, 34.1 KB) [[attachment:mc.pdf]]
  • [get | view] (2019-03-05 16:39:30, 168.7 KB) [[attachment:mc.png]]
  • [get | view] (2019-03-05 16:39:30, 5.1 KB) [[attachment:mc.py]]
  • [get | view] (2019-03-05 16:08:57, 1.6 KB) [[attachment:md.bib]]
  • [get | view] (2019-03-05 16:08:20, 7.2 KB) [[attachment:ms.bib]]
  • [get | view] (2019-03-05 16:39:15, 836.7 KB) [[attachment:ms.eps]]
  • [get | view] (2019-03-05 16:39:15, 36.5 KB) [[attachment:ms.pdf]]
  • [get | view] (2019-03-05 16:39:15, 279.3 KB) [[attachment:ms.png]]
  • [get | view] (2019-03-05 16:39:15, 6.2 KB) [[attachment:ms.py]]
  • [get | view] (2019-03-05 16:08:49, 1.6 KB) [[attachment:mu.bib]]
  • [get | view] (2019-02-13 23:22:11, 2.4 KB) [[attachment:mud.bib]]
  • [get | view] (2019-02-07 13:27:33, 873.6 KB) [[attachment:mud.eps]]
  • [get | view] (2019-02-07 13:27:52, 61.3 KB) [[attachment:mud.pdf]]
  • [get | view] (2019-02-07 13:27:44, 326.3 KB) [[attachment:mud.png]]
  • [get | view] (2019-02-07 14:43:51, 1072.6 KB) [[attachment:r0LamMSbar.eps]]
  • [get | view] (2019-02-07 14:43:51, 52.0 KB) [[attachment:r0LamMSbar.pdf]]
  • [get | view] (2019-02-07 14:43:51, 501.4 KB) [[attachment:r0LamMSbar.png]]
  • [get | view] (2019-02-11 10:02:54, 3.6 KB) [[attachment:r0LambdaMSbar.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.6 KB) [[attachment:r0LambdaMSbar3.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.6 KB) [[attachment:r0LambdaMSbar4.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.6 KB) [[attachment:r0LambdaMSbar5.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.7 KB) [[attachment:ratio_mcms.bib]]
  • [get | view] (2019-02-07 13:27:33, 821.7 KB) [[attachment:ratio_mcms.eps]]
  • [get | view] (2019-02-07 13:27:52, 45.8 KB) [[attachment:ratio_mcms.pdf]]
  • [get | view] (2019-02-07 13:27:44, 131.9 KB) [[attachment:ratio_mcms.png]]
  • [get | view] (2019-02-11 10:02:54, 5.0 KB) [[attachment:ratio_msmud.bib]]
  • [get | view] (2019-02-07 13:27:33, 864.7 KB) [[attachment:ratio_msmud.eps]]
  • [get | view] (2019-02-07 13:27:52, 58.9 KB) [[attachment:ratio_msmud.pdf]]
  • [get | view] (2019-02-07 13:27:44, 281.0 KB) [[attachment:ratio_msmud.png]]
  • [get | view] (2019-03-01 09:21:35, 2.4 KB) [[attachment:ratio_mumd.bib]]
  • [get | view] (2019-03-01 09:18:32, 840.7 KB) [[attachment:ratio_mumd.eps]]
  • [get | view] (2019-03-01 09:18:32, 52.8 KB) [[attachment:ratio_mumd.pdf]]
  • [get | view] (2019-03-01 09:18:32, 186.9 KB) [[attachment:ratio_mumd.png]]
  • [get | view] (2019-03-01 09:18:32, 7.9 KB) [[attachment:ratio_mumd.py]]
  • [get | view] (2019-02-07 14:37:22, 94.0 KB) [[attachment:scaledep_alpha_R4.eps]]
  • [get | view] (2019-02-07 14:37:22, 4.5 KB) [[attachment:scaledep_alpha_R4.pdf]]
  • [get | view] (2019-02-07 14:37:22, 7.3 KB) [[attachment:scaledep_alpha_R4.png]]
  • [get | view] (2019-02-14 13:09:13, 3.3 KB) [[attachment:sigmapiN.bib]]
  • [get | view] (2019-02-11 10:02:54, 3.9 KB) [[attachment:sigmas.bib]]
  • [get | view] (2019-02-07 13:40:13, 867.6 KB) [[attachment:su2_Fpi_F.eps]]
  • [get | view] (2019-02-07 13:40:21, 60.4 KB) [[attachment:su2_Fpi_F.pdf]]
  • [get | view] (2019-02-07 13:40:30, 244.9 KB) [[attachment:su2_Fpi_F.png]]
  • [get | view] (2019-02-07 13:40:13, 891.5 KB) [[attachment:su2_Sigma.eps]]
  • [get | view] (2019-02-07 13:40:21, 68.1 KB) [[attachment:su2_Sigma.pdf]]
  • [get | view] (2019-02-07 13:40:30, 357.3 KB) [[attachment:su2_Sigma.png]]
  • [get | view] (2019-02-07 13:40:13, 817.1 KB) [[attachment:su2_a0.eps]]
  • [get | view] (2019-02-07 13:40:21, 41.7 KB) [[attachment:su2_a0.pdf]]
  • [get | view] (2019-02-07 13:40:30, 96.7 KB) [[attachment:su2_a0.png]]
  • [get | view] (2019-02-07 13:40:13, 829.9 KB) [[attachment:su2_a2.eps]]
  • [get | view] (2019-02-07 13:40:21, 47.7 KB) [[attachment:su2_a2.pdf]]
  • [get | view] (2019-02-07 13:40:30, 137.5 KB) [[attachment:su2_a2.png]]
  • [get | view] (2019-02-07 13:40:13, 869.5 KB) [[attachment:su2_l3bar.eps]]
  • [get | view] (2019-02-07 13:40:21, 59.5 KB) [[attachment:su2_l3bar.pdf]]
  • [get | view] (2019-02-07 13:40:30, 268.7 KB) [[attachment:su2_l3bar.png]]
  • [get | view] (2019-02-07 13:40:13, 875.0 KB) [[attachment:su2_l4bar.eps]]
  • [get | view] (2019-02-07 13:40:21, 60.6 KB) [[attachment:su2_l4bar.pdf]]
  • [get | view] (2019-02-07 13:40:30, 286.8 KB) [[attachment:su2_l4bar.png]]
  • [get | view] (2019-02-07 13:40:13, 834.3 KB) [[attachment:su2_l6bar.eps]]
  • [get | view] (2019-02-07 13:40:21, 49.3 KB) [[attachment:su2_l6bar.pdf]]
  • [get | view] (2019-02-07 13:40:30, 149.4 KB) [[attachment:su2_l6bar.png]]
  • [get | view] (2019-02-07 13:40:13, 815.3 KB) [[attachment:su2_rsqu_S.eps]]
  • [get | view] (2019-02-07 13:40:21, 42.3 KB) [[attachment:su2_rsqu_S.pdf]]
  • [get | view] (2019-02-07 13:40:30, 100.0 KB) [[attachment:su2_rsqu_S.png]]
  • [get | view] (2019-02-07 13:40:13, 830.4 KB) [[attachment:su2_rsqu_V.eps]]
  • [get | view] (2019-02-07 13:40:21, 48.0 KB) [[attachment:su2_rsqu_V.pdf]]
  • [get | view] (2019-02-07 13:40:30, 146.2 KB) [[attachment:su2_rsqu_V.png]]
  • [get | view] (2019-02-07 13:40:13, 833.0 KB) [[attachment:su3_2L6-L4.eps]]
  • [get | view] (2019-02-07 13:40:21, 48.4 KB) [[attachment:su3_2L6-L4.pdf]]
  • [get | view] (2019-02-07 13:40:30, 155.3 KB) [[attachment:su3_2L6-L4.png]]
  • [get | view] (2019-02-07 13:40:13, 833.4 KB) [[attachment:su3_2L8-L5.eps]]
  • [get | view] (2019-02-07 13:40:21, 48.5 KB) [[attachment:su3_2L8-L5.pdf]]
  • [get | view] (2019-02-07 13:40:30, 156.6 KB) [[attachment:su3_2L8-L5.png]]
  • [get | view] (2019-02-07 13:40:13, 831.3 KB) [[attachment:su3_L4.eps]]
  • [get | view] (2019-02-07 13:40:21, 47.1 KB) [[attachment:su3_L4.pdf]]
  • [get | view] (2019-02-07 13:40:30, 146.6 KB) [[attachment:su3_L4.png]]
  • [get | view] (2019-02-07 13:40:14, 831.5 KB) [[attachment:su3_L5.eps]]
  • [get | view] (2019-02-07 13:40:21, 47.3 KB) [[attachment:su3_L5.pdf]]
  • [get | view] (2019-02-07 13:40:30, 148.1 KB) [[attachment:su3_L5.png]]
  • [get | view] (2019-02-07 13:40:14, 835.0 KB) [[attachment:su3_L6.eps]]
  • [get | view] (2019-02-07 13:40:21, 48.6 KB) [[attachment:su3_L6.pdf]]
  • [get | view] (2019-02-07 13:40:30, 162.1 KB) [[attachment:su3_L6.png]]
  • [get | view] (2019-02-07 13:40:14, 831.9 KB) [[attachment:su3_L8.eps]]
  • [get | view] (2019-02-07 13:40:21, 47.4 KB) [[attachment:su3_L8.pdf]]
  • [get | view] (2019-02-07 13:40:30, 148.0 KB) [[attachment:su3_L8.png]]
  • [get | view] (2019-02-11 10:02:54, 1.3 KB) [[attachment:su3_LECs.bib]]
  • [get | view] (2019-12-10 17:25:29, 121.4 KB) [[attachment:vub_vcb_BGL.eps]]
  • [get | view] (2019-12-10 17:25:29, 42.6 KB) [[attachment:vub_vcb_BGL.pdf]]
  • [get | view] (2019-12-10 22:44:06, 186.9 KB) [[attachment:vub_vcb_BGL.png]]
  • [get | view] (2019-12-10 17:25:29, 121.7 KB) [[attachment:vub_vcb_CLN.eps]]
  • [get | view] (2019-12-10 17:25:29, 55.3 KB) [[attachment:vub_vcb_CLN.pdf]]
  • [get | view] (2019-12-10 22:44:18, 98.8 KB) [[attachment:vub_vcb_CLN.png]]
  • [get | view] (2019-02-11 10:02:54, 2.2 KB) [[attachment:xi.bib]]
  • [get | view] (2019-02-11 10:07:52, 2.2 KB) [[attachment:xiandRBB.bib]]
  • [get | view] (2019-02-07 14:06:33, 855.5 KB) [[attachment:xiandRBB.eps]]
  • [get | view] (2019-02-07 14:06:33, 52.8 KB) [[attachment:xiandRBB.pdf]]
  • [get | view] (2019-02-07 14:06:33, 174.6 KB) [[attachment:xiandRBB.png]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01