Added K*mumu isolations
Loading
-
Dear @mchrzasz , as @ckhurewa pointed out (thanks a lot!) your tool seems to miss a very important part. Something like:
m_map.insert( std::make_pair( *ikey, value) );
Without this, the variables that you calculate are not stored anywhere, I'm afraid. There are warnings related to this in the last nightlies' output.I think this needs to be investigated and fixed as soon as possible.
Cheers
-
Hey,
Thanks for pointing this out. Indeed I was looking and the other line and I missed that line exactly. I have added this and the merge request is: !68 (closed)
Thanks, Marcin
-
Mentioned in merge request !92 (merged)
-
Mentioned in commit 45e7de7f
Please register or sign in to comment