K pi zmag vals and effs

This commit is contained in:
cetin 2023-09-25 12:14:19 +02:00
parent 2b2420bccd
commit b06f86791e

View File

@ -51,7 +51,7 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 60, "execution_count": 77,
"metadata": {}, "metadata": {},
"outputs": [ "outputs": [
{ {
@ -60,7 +60,7 @@
"0.9519681349578257" "0.9519681349578257"
] ]
}, },
"execution_count": 60, "execution_count": 77,
"metadata": {}, "metadata": {},
"output_type": "execute_result" "output_type": "execute_result"
} }
@ -71,7 +71,7 @@
" des = lost[\"energy\"]\n", " des = lost[\"energy\"]\n",
" return ak.count(sel,axis=None)/(ak.count(sel,axis=None)+ak.count(des,axis=None))\n", " return ak.count(sel,axis=None)/(ak.count(sel,axis=None)+ak.count(des,axis=None))\n",
"\n", "\n",
"t_eff(found, lost)" "t_eff(found, lost)\n"
] ]
}, },
{ {