diff --git a/B_tasks.ipynb b/B_tasks.ipynb index 01c23d5..74025b8 100644 --- a/B_tasks.ipynb +++ b/B_tasks.ipynb @@ -15,7 +15,6 @@ "from mpl_toolkits import mplot3d\n", "import itertools\n", "import awkward as ak\n", - "import seaborn as sns\n", "from scipy.optimize import curve_fit\n", "%matplotlib inline" ] @@ -155,7 +154,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -172,7 +171,7 @@ "source": [ "plt.hist(energyloss_lost, bins=200, density=True, alpha=0.5, histtype='bar', color=\"darkorange\", label=\"lost\")\n", "plt.hist(energyloss_found, bins=100, density=True, alpha=0.5, histtype='bar', color=\"blue\", label=\"found\")\n", - "plt.xticks(np.arange(0,1,0.1), minor=True,)\n", + "plt.xticks(np.arange(0,1.1,0.1), minor=True,)\n", "plt.yticks(np.arange(0,10,1), minor=True)\n", "plt.xlabel(r\"$E_\\gamma/E_0$\")\n", "plt.ylabel(\"counts (normed)\")\n", @@ -194,7 +193,7 @@ }, { "cell_type": "code", - "execution_count": 76, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -223,7 +222,7 @@ }, { "cell_type": "code", - "execution_count": 77, + "execution_count": 9, "metadata": {}, "outputs": [], "source": [ @@ -254,7 +253,7 @@ }, { "cell_type": "code", - "execution_count": 78, + "execution_count": 10, "metadata": {}, "outputs": [], "source": [ @@ -263,7 +262,7 @@ }, { "cell_type": "code", - "execution_count": 79, + "execution_count": 11, "metadata": {}, "outputs": [], "source": [ @@ -308,7 +307,7 @@ }, { "cell_type": "code", - "execution_count": 80, + "execution_count": 12, "metadata": {}, "outputs": [ { @@ -366,7 +365,7 @@ }, { "cell_type": "code", - "execution_count": 81, + "execution_count": 13, "metadata": {}, "outputs": [ { @@ -375,7 +374,7 @@ "-4.6785491318157854e-07" ] }, - "execution_count": 81, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -386,7 +385,7 @@ }, { "cell_type": "code", - "execution_count": 82, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -434,7 +433,7 @@ }, { "cell_type": "code", - "execution_count": 83, + "execution_count": 15, "metadata": {}, "outputs": [], "source": [ @@ -448,7 +447,7 @@ }, { "cell_type": "code", - "execution_count": 84, + "execution_count": 16, "metadata": {}, "outputs": [ {