File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed
Alignment/OfflineValidation Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ For details read [`README_JetHT.md`](https://github.com/cms-sw/cmssw/blob/master
118118For 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)
124124For details read [ ` README_Generic.md ` ] ( https://github.com/cms-sw/cmssw/blob/master/Alignment/OfflineValidation/README_Generic.md )
Original file line number Diff line number Diff line change @@ -7,11 +7,17 @@ The following parameters are expected/accepted in the json/yaml configuration fi
77```
88validations:
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.
1521The following options are understood:
1622
1723Variable | Default value | Explanation/Options
@@ -20,3 +26,11 @@ firstRun | 290550 | The first run to process (inclusive)
2026lastRun | 325175 | The last run to process (inclusive)
2127lumisPerRun | 1 | The number of LumiSections tested for a change in the TrackerAlignmentRcd in each run
2228alignments | 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 `
You can’t perform that action at this time.
0 commit comments