Skip to content

Commit ded66b4

Browse files
author
mattia
committed
Hopefully solve linter issues.
1 parent 58e488d commit ded66b4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/analysis-tools/TrackSelection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ In pp collisions, there is a difference between `usePvRefitCorrections == true`
241241
This is not relevant in Pb-Pb collisions.
242242
```
243243
* `int nPhiBins`: number of phi intervals in which the parametrizations are provided. The currently-supported cases are `nPhiBins=0` (phi integrated) and `nPhiBins=24` (24 phi bins)
244-
* `bool autoDetectDcaCalib`: flag to enable automatic detection from CCDB of the dca-calibration files.
244+
* `bool autoDetectDcaCalib`: flag to enable automatic detection from CCDB of the dca-calibration files.
245245
```note
246246
* If used, the `std::string pathInputFile` is overwritten
247247
* The auto-detection works only with `nPhiBins=24`
@@ -250,19 +250,19 @@ This is not relevant in Pb-Pb collisions.
250250
1. [CASE 1]: pp, 13.6 TeV 2022, 2023: CCDB path Users/m/mfaggin/test/inputsTrackTuner/pp2023/pass4/vsPhi
251251
Run list: (520259 (LHC22f) <= runNumber <= 529691 (LHC22t)) || (534998 (LHC23zc) <= runNumber <= 543113 (LHC23zw))
252252
NB: based on 2023 pp data and MC
253-
253+
254254
2. [CASE 2]: Pb-Pb, 5.34 TeV 2022, 2023, 2024: CCDB path Users/m/mfaggin/test/inputsTrackTuner/PbPb2023/apass4/vsPhi
255255
Run list: (529397 <= runNumber <= 529418 (LHC22o)) || (543437 (LHC23zx) <= runNumber <= 545367 (LHC23zzo))
256-
NB: based on LHC23zzh data and MC
256+
NB: based on LHC23zzh data and MC
257+
257258
3. [CASE 3]: pp, 13.6 TeV 2024: CCDB path Users/m/mfaggin/test/inputsTrackTuner/pp2024/pass1_minBias/vsPhi
258259
Run list: 549559 (LHC24ac) <= runNumber && runNumber <= 558807 (LHC24ao)
259260
260261
4. [CASE 4]: OO, 5.36 TeV 2025, period LHC25ae: CCDB path Users/m/mfaggin/test/inputsTrackTuner/OO/LHC25ae
261262
Run list: 564356 <= runNumber && runNumber <= 564445
262263
263264
5. [CASE 5]: OO, 5.36 TeV 2025, period LHC25af: CCDB path Users/m/mfaggin/test/inputsTrackTuner/OO/LHC25af
264-
Run list: 564468 <= runNumber && runNumber <= 564472
265-
265+
Run list: 564468 <= runNumber && runNumber <= 564472
266266
```
267267

268268
* `std::string pathFileQoverPt`: path to browse to find the correction file for the `q/pt` smearing

0 commit comments

Comments
 (0)