Skip to content

Commit de63a20

Browse files
committed
[TkAl][PixBary] Update documentation
1 parent abe0b7d commit de63a20

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

Alignment/OfflineValidation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For details read [`README_JetHT.md`](https://github.com/cms-sw/cmssw/blob/master
118118
For details read [`README_MTS.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_MTS.md)
119119

120120
## Pixel BaryCenter
121-
For details read [`README_MTS.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_PixBary.md)
121+
For details read [`README_PixBary.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_PixBary.md)
122122

123123
## Generic validation (dataset validation)
124124
For details read [`README_Generic.md`](https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_Generic.md)

Alignment/OfflineValidation/README_PixBary.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@ The following parameters are expected/accepted in the json/yaml configuration fi
77
```
88
validations:
99
PixBary:
10-
single:
10+
<step_type>:
1111
<job_name>:
1212
<options>
1313
```
1414

15+
The following steps are supported:
16+
- single (run the analyzer to compute the barycentre)
17+
- extract (retrieve the barycentre from the `single` output)
18+
19+
### Single PixBary jobs
20+
Runs PixelBaryCentreAnalyzer_cfg.py.
1521
The following options are understood:
1622

1723
Variable | Default value | Explanation/Options
@@ -20,3 +26,11 @@ firstRun | 290550 | The first run to process (inclusive)
2026
lastRun | 325175 | The last run to process (inclusive)
2127
lumisPerRun | 1 | The number of LumiSections tested for a change in the TrackerAlignmentRcd in each run
2228
alignments | None | List of alignments for which this validation is run
29+
30+
### Extract PixBary jobs
31+
Runs extractBarycentre.py.
32+
The following options are understood:
33+
34+
Variable | Default value | Explanation/Options
35+
-------- | ------------- | --------------------
36+
styles | [csv, twiki] | List of styles to be used; see `extractBarycentre.py -h`

0 commit comments

Comments
 (0)