You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/analysis-tools/PID.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,23 +44,23 @@ You can include it in your task with:
44
44
In the process functions, you can join the table to add the PID (per particle mass hypothesis) information to the track.
45
45
In this case, we are using the mass hypothesis of the electron, but tables for nine (9) stable particle species are produced (`El`, `Mu`, `Pi`, `Ka`, `Pr`, `De`, `Tr`, `He`, `Al`).
@@ -118,7 +118,7 @@ In this case, we are using the mass hypothesis of the electron, but tables for n
118
118
119
119
## Enabling QA histograms
120
120
121
-
* QA histograms should come with the PID tasks; they can be enabled by including the QA tasks in your workflow when running locally or with the corresponding QA tasks as in:
121
+
- QA histograms should come with the PID tasks; they can be enabled by including the QA tasks in your workflow when running locally or with the corresponding QA tasks as in:
122
122
123
123
For the **TOF** QA plots
124
124
@@ -133,4 +133,3 @@ In this case, we are using the mass hypothesis of the electron, but tables for n
133
133
```
134
134
135
135
Where by `...` we mean the other tasks in your workflow.
0 commit comments