Skip to content

Commit 4e92a3c

Browse files
authored
Fix formatting issues in trackToCollAssoc.md
Fixe some small format issues in this section
1 parent 796b28f commit 4e92a3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/advanced-specifics/trackToCollAssoc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ Let's define $$BC_{track}$$ the BC of the middle of the readout window of the tr
5252
5353
In the AO2D files, $$BC_{track}$$ = `track.collision().bc() + track.trackTime() / o2::constants::lhc::LHCBunchSpacingNS;`
5454
55-
The cut applied on the BC difference $$\lvert BC_{track}-$BC_{coll} \rvert$$
55+
The cut applied on the BC difference $$\lvert BC_{track}-BC_{coll} \rvert$$
5656
is the following:
5757
58-
$$\lvert BC_{track}-$BC_{coll} \rvert$$ < `bcWindowForOneSigma * nSigmaForTimeCompat + timeMargin / o2::constants::lhc::LHCBunchSpacingNS;`
58+
$$\lvert BC_{track}-BC_{coll} \rvert$$ < `bcWindowForOneSigma * nSigmaForTimeCompat + timeMargin / o2::constants::lhc::LHCBunchSpacingNS;`
5959
6060
With `bcWindowForOneSigma`, `nSigmaForTimeCompat` and `timeMargin` being configurable variables.
6161
6262
These variables must be cautiously configured to avoid eliminating possible time-compatible collisions with the track, and to avoid looping on numerous collisions that are very far from the track in time.
6363
6464
If $$coll$$ passes this cut, then a stricter cut on the time difference between the collision and the track is applied, as will be described below.
6565
66-
The cut is different for tracks which come from detectors with readout windows and for detectors that detect track with a gaussian-like time precision.
66+
The cut is different for tracks which come from detectors with readout windows and for detectors that detect tracks with a gaussian-like time precision.
6767
6868
For detectors that collect tracks in readout windows such as the ITS and the MFT, $$t_{track}$$ is the middle of the track readout window in $$ns$$. Its associated time uncertainty is $$\sigma_{track}=\frac{\text{readout window duration}}{2}$$. $$t_{track}$$ is then associated to a box-like time error, and meaning that the track crossed the detector in the time range $$[t_{track}-\sigma_{track}, t_{track}+\sigma_{track}]$$
6969

0 commit comments

Comments
 (0)