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

added tensor amps; so far only working for spin0 decay particles III

parent 7c432a29
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ void IsobarTensorDecay::fillWignerDs(std::map<std::string, Vector4<double> >& fs
// // Tensor<complex<double> > result=orbTensor|chi12;
// // if(add_lctForTensor) result=_lctTensor_lctTensor|result;
// // Tensor<complex<double> > result;
if(spinMother==0 && spinDaughter1 && spinDaughter1) evtData->ComplexDouble5SpinString[_name][L][S][lamMother][lamDaughter1][lamDaughter2]= complex<double> (1.,0.);
if(spinMother==0 && spinDaughter1==0 && spinDaughter2==0) evtData->ComplexDouble5SpinString[_name][L][S][lamMother][lamDaughter1][lamDaughter2]= complex<double> (1.,0.);
else if(S==0 && spinDaughter1==0 && spinDaughter2==0) {
Tensor<complex<double> > result = epsilonMotherProject | orbTensor;
DebugMsg << "result Tensor Amp for " << _name << ":\t" << result << endmsg;
......
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