Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pawian
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PWA
Pawian
Commits
31257e1f
Commit
31257e1f
authored
9 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
added PWA with isolated resonances (resFiles option) to coupled channel analysis
parent
c7c53fa4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Particle/pdtNew.table
+2
-2
2 additions, 2 deletions
Particle/pdtNew.table
PwaApps/coupledChannelApp.cc
+5
-2
5 additions, 2 deletions
PwaApps/coupledChannelApp.cc
with
7 additions
and
4 deletions
Particle/pdtNew.table
+
2
−
2
View file @
31257e1f
...
...
@@ -171,8 +171,8 @@ Meson K+ K^+ 3 0 -1 0 0 1 1 1 0 0.49367 0.0001 relBW [PDG n
Meson K- K^- -3 0 -1 0 0 1 -1 -1 0 0.49367 0.0001 relBW [PDG nonett 1^1S_0]
Meson Kshort K_S 0 0 -1 0 0 1 0 -1 0 0.493 0.0001 relBW [PDG nonett 1^1S_0]
Meson K* K^\ast 0 2 -1 0 0 1 0 0 0 0.89581 0.0474 relBW [PDG nonett 1^3S_1]
Meson K*+ K^{\ast+} 0 2 -1 0 0 1 1
0
0 0.8955 0.05081 relBW [PDG nonett 1^3S_1]
Meson K*- K^{\ast-} 0 2 -1 0 0 1 -1
0
0 0.8955 0.05081 relBW [PDG nonett 1^3S_1]
Meson K*+ K^{\ast+} 0 2 -1 0 0 1 1
1
0 0.8955 0.05081 relBW [PDG nonett 1^3S_1]
Meson K*- K^{\ast-} 0 2 -1 0 0 1 -1
-1
0 0.8955 0.05081 relBW [PDG nonett 1^3S_1]
Meson KPiS120 K{\pi}S12^0 0 0 1 0 0 1 -1 1 0 1. 1. relBW [PDG no idea]
Meson KPiS120bar \bar{K{\pi}S12}^0 0 0 1 0 0 1 1 -1 0 1. 1. relBW [PDG no idea]
Meson KPiS12+ K{\pi}S12^+ 3 0 1 0 0 1 1 1 0 1. 1. relBW [PDG no idea]
...
...
This diff is collapsed.
Click to expand it.
PwaApps/coupledChannelApp.cc
+
5
−
2
View file @
31257e1f
...
...
@@ -71,8 +71,11 @@ int main(int __argc,char *__argv[]){
for
(
int
i
=
0
;
i
<
__argc
;
++
i
){
Info
<<
"__argv["
<<
i
<<
"]: "
<<
__argv
[
i
]
<<
endmsg
;
std
::
string
currentArgv
(
__argv
[
i
]);
if
(
currentArgv
!=
(
char
*
)
"--pbarpFiles"
&&
currentArgv
!=
(
char
*
)
"--epemFiles"
&&
currentArgv
!=
"-c"
&&
currentArgv
!=
"--configFile"
){
if
(
currentArgv
!=
(
char
*
)
"--pbarpFiles"
&&
currentArgv
!=
(
char
*
)
"--epemFiles"
&&
currentArgv
!=
(
char
*
)
"--resFiles"
&&
currentArgv
!=
"-c"
&&
currentArgv
!=
"--configFile"
){
argvWoCfgFile
[
argcWoCfgFile
]
=
__argv
[
i
];
argcWoCfgFile
++
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment