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

added antiLambda... in pdtNew

parent e032851c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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]
......
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