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

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

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