-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support 3S states (only transverse polarization at the moment)
Add wave functions for upsilon(2S) and upsilon(3S)
- Loading branch information
Showing
5 changed files
with
199 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Parameters for upsilon and \gamma^* wave function overlap | ||
# | ||
# Model: Boosted gaussian | ||
# | ||
# Parameters from arXiv:0905.0102 (only transverse) | ||
# | ||
# Syntax of this file is the following: | ||
# Lines starting with # are comments | ||
# Parameters are given as a pair key:value | ||
# Values are in units of GeV^n and possible keys are: | ||
# e_f, m_f, M_V, N_T, N_L, R, S alpha and del | ||
# | ||
# | ||
#e_f: Effective charge: | ||
e_f:0.333333 | ||
#N_T, N_L, R_T, R_L: Normalization for transversial/lognitudial components | ||
#In 0905.0102 normalization factor 0.481 for the scalar part is given | ||
N_T:0.624 | ||
N_L:0 | ||
#sqrt(0.831) | ||
R:0.91159 | ||
m_f:4.20 | ||
M_V:10.023 | ||
# delta: 0 or 1: one part of the wave functio is multiplied by delta | ||
del:1 | ||
# State S=n, J/Psi is S=1 | ||
S:2 | ||
# alpha needed for higher S states, no effect for S=1 | ||
alpha:-0.555 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Parameters for upsilon and \gamma^* wave function overlap | ||
# | ||
# Model: Boosted gaussian | ||
# | ||
# Parameters from arXiv:0905.0102 (only transverse) | ||
# | ||
# Syntax of this file is the following: | ||
# Lines starting with # are comments | ||
# Parameters are given as a pair key:value | ||
# Values are in units of GeV^n and possible keys are: | ||
# e_f, m_f, M_V, N_T, N_L, R, S alpha,alpha2 and del | ||
# | ||
# | ||
#e_f: Effective charge: | ||
e_f:0.333333 | ||
#N_T, N_L, R_T, R_L: Normalization for transversial/lognitudial components | ||
#In 0905.0102 normalization factor 0.481 for the scalar part is given | ||
N_T:0.668 | ||
N_L:0 | ||
#sqrt(1.028) | ||
R:1.013903348 | ||
m_f:4.20 | ||
M_V:10.3552 | ||
# delta: 0 or 1: one part of the wave functio is multiplied by delta | ||
del:1 | ||
# State S=n, J/Psi is S=1 | ||
S:3 | ||
# alpha needed for higher S states, no effect for S=1 | ||
alpha:-1.219 | ||
alpha2:0.217 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters