Skip to content
GitLab
Explore
Sign in
Register
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
6938b886
Commit
6938b886
authored
8 years ago
by
Bertram Kopf
Browse files
Options
Downloads
Patches
Plain Diff
added antiLambda... in pdtNew
parent
e032851c
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
Examples/Tutorial/DfuncClebschG/HeliTrafoApp.cc
+19
-1
19 additions, 1 deletion
Examples/Tutorial/DfuncClebschG/HeliTrafoApp.cc
Particle/pdtNew.table
+1
-0
1 addition, 0 deletions
Particle/pdtNew.table
with
20 additions
and
1 deletion
Examples/Tutorial/DfuncClebschG/HeliTrafoApp.cc
+
19
−
1
View file @
6938b886
...
...
@@ -2,7 +2,7 @@
// //
// Copyright 2013 Bertram Kopf (bertram@ep1.rub.de) //
// Julian Pychy (julian@ep1.rub.de) //
// - Ruhr-Universit
ä
t Bochum //
// - Ruhr-Universit
??
t Bochum //
// //
// This file is part of Pawian. //
// //
...
...
@@ -145,6 +145,24 @@ int main(int __argc,char *__argv[]){
Vector4
<
double
>
decA1HeliVecNew
=
KinUtils
::
heliVec
(
refAxisPawian
,
ref1Vec
,
mother1Vec
,
decA1Vec
);
Print4Vec
(
decA1HeliVecNew
,
"decA1HeliVecNew"
);
cout
<<
"************************************"
<<
endl
;
cout
<<
"************************************"
<<
endl
;
Vector4
<
double
>
motherRef2Vec
(
sqrt
(
3.1
*
3.1
+
1.
),
0.
,
0.
,
1.
);
KinUtils
::
SetTheta
(
motherRef2Vec
,
55.
/
PawianConstants
::
radToDeg
);
KinUtils
::
SetPhi
(
motherRef2Vec
,
-
100.
/
PawianConstants
::
radToDeg
);
Vector4
<
double
>
ref2Vec
(
2.
,
-
0.1
,
0.2
,
.3
);
Vector4
<
double
>
ref2VecRecoil
=
motherRef2Vec
-
ref2Vec
;
Vector4
<
double
>
mother2Vec
(
1.
,
0.1
,
0.3
,
-
0.2
);
Vector4
<
double
>
daughter2Vec
(
1.
,
0.1
,
0.1
,
0.1
);
Vector4
<
double
>
ref2VecHeli
=
KinUtils
::
heliVec
(
motherRef2Vec
,
ref2Vec
,
mother2Vec
,
ref2Vec
);
Vector4
<
double
>
ref2VecRecoilHeli
=
KinUtils
::
heliVec
(
motherRef2Vec
,
ref2Vec
,
mother2Vec
,
ref2VecRecoil
);
Vector4
<
double
>
mother2VecHeli
=
KinUtils
::
heliVec
(
motherRef2Vec
,
ref2Vec
,
mother2Vec
,
mother2Vec
);
Print4Vec
(
ref2VecHeli
,
"ref2VecHeli"
);
Print4Vec
(
ref2VecRecoilHeli
,
"ref2VecRecoilHeli"
);
Print4Vec
(
mother2VecHeli
,
"mother2VecHeli"
);
return
EXIT_SUCCESS
;
}
...
...
This diff is collapsed.
Click to expand it.
Particle/pdtNew.table
+
1
−
0
View file @
6938b886
...
...
@@ -351,6 +351,7 @@ Baryon Lambda(1690)0 \Lambda(1690)^0 0 3 -1 0 0 0 0 -1 0
Baryon antiLambda(1690)0 \bar\Lambda(1690)^0 0 3 1 0 0 0 0 1 0 1.69 0.06 relBW [PDG]
Baryon Lambda(1800)0 \Lambda(1800)^0 0 1 -1 0 0 0 0 -1 0 1.8 0.300 relBW [PDG]
Baryon Lambda(1810)0 \Lambda(1810)^0 0 1 1 0 0 0 0 -1 0 1.81 0.15 relBW [PDG]
Baryon antiLambda(1810)0 \bar\Lambda(1810)^0 0 1 1 0 0 0 0 1 0 1.81 0.15 relBW [PDG]
Baryon Lambda(1820)0 \Lambda(1820)^0 0 5 1 0 0 0 0 -1 0 1.82 0.08 relBW [PDG]
Baryon Lambda(1830)0 \Lambda(1830)^0 0 5 -1 0 0 0 0 -1 0 1.83 0.095 relBW [PDG]
Baryon Lambda(1890)0 \Lambda(1890)^0 0 3 1 0 0 0 0 -1 0 1.89 0.12 relBW [PDG]
...
...
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