Skip to content

Commit

Permalink
FIX: improve heading structure
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Sep 8, 2023
1 parent e9c5ce8 commit 6288b93
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 19 deletions.
20 changes: 16 additions & 4 deletions lecture12b-kinematics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# **Some exercises on relativistic kinematics using the pylorentz package**"
"# Lecture 12 – Relativistic kinematics\n",
"\n",
"**Some exercises on relativistic kinematics using the `pylorentz` package**"
]
},
{
Expand Down Expand Up @@ -586,13 +588,23 @@
"mount_file_id": "1eQrRA84_NQIVcpoyU8LGnV2ALVDJh8FD"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 4
}
26 changes: 19 additions & 7 deletions lecture12c-angles.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# **Plot of angles in some reference systems: center-of-mass vs Gottfried-Jackson vs Adair**"
"# Lecture 12 – Computing angles\n",
"\n",
"**Plot of angles in some reference systems: center-of-mass vs Gottfried-Jackson vs Adair**"
]
},
{
Expand Down Expand Up @@ -186,7 +188,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Angular distributions in helicity frame\n",
"## Angular distributions in helicity frame\n",
"\n",
"Angles and particle directions can be visualised in different reference frames in which resonance properties can emerge more easily.\n",
"The decay distribution of the dipion may be discussed in the\n",
Expand Down Expand Up @@ -294,7 +296,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Angular distributions in the Gottfried-Jackson frame\n",
"## Angular distributions in the Gottfried-Jackson frame\n",
"\n",
"Differently from the helicity system, in the **Gottfried-Jackson** system the $z$ axis is equal to the direction of flight of the incoming photon in the D rest frame. Having replaced the $z$ axis, all other vectors definitions follow accordingly."
]
Expand Down Expand Up @@ -353,7 +355,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Angular distributions in the Adair frame\n",
"## Angular distributions in the Adair frame\n",
"\n",
"On the other hand, in the **Adair** system the $z$ is equal to the direction of flight of the incoming photon in the c.m. system of the reaction. All other definition follow, as above."
]
Expand Down Expand Up @@ -415,13 +417,23 @@
"mount_file_id": "1eQrRA84_NQIVcpoyU8LGnV2ALVDJh8FD"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 4
}
20 changes: 16 additions & 4 deletions lecture12d-phasespace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# **How to perform a phase space simulation**"
"# Lecture 12 – Phase space simulation\n",
"\n",
"**How to perform a phase space simulation**"
]
},
{
Expand Down Expand Up @@ -624,13 +626,23 @@
"mount_file_id": "1eQrRA84_NQIVcpoyU8LGnV2ALVDJh8FD"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 4
}
18 changes: 14 additions & 4 deletions lecture12e-longitudinal.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# **How to build a longitudinal plot**"
"# Lecture 12 – Longitudinal plot"
]
},
{
Expand Down Expand Up @@ -268,13 +268,23 @@
"mount_file_id": "1eQrRA84_NQIVcpoyU8LGnV2ALVDJh8FD"
},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
"nbformat_minor": 0
"nbformat_minor": 4
}

0 comments on commit 6288b93

Please sign in to comment.