Skip to content
Snippets Groups Projects
Commit 31257e1f authored by Bertram Kopf's avatar Bertram Kopf
Browse files

added PWA with isolated resonances (resFiles option) to coupled channel analysis

parent c7c53fa4
No related branches found
No related tags found
No related merge requests found
......@@ -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]
......
......@@ -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++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment