-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Pixel Barycentre Validation | ||
Currently only the `single` type of job is implemented in the All-in-One Tool, but the execution of the plotting script `plotBaryCentre_VS_BeamSpot.py` could be added in the future as a `trend` job. | ||
|
||
## Extraction from TrackerAlignmentRcd - PixelBarycentreAnalyzer_cfg.py | ||
This config runs `PixelBaryCentreAnalyzer` on an empty source, after configuring the GlobalTag and additional conditions for a given alignment. | ||
The following parameters are expected/accepted in the json/yaml configuration file: | ||
``` | ||
validations: | ||
PixBary: | ||
single: | ||
<job_name>: | ||
<options> | ||
``` | ||
|
||
The following options are understood: | ||
|
||
Variable | Default value | Explanation/Options | ||
-------- | ------------- | -------------------- | ||
firstRun | 290550 | The first run to process (inclusive) | ||
lastRun | 325175 | The last run to process (inclusive) | ||
lumisPerRun | 1 | The number of LumiSections tested for a change in the TrackerAlignmentRcd in each run | ||
alignments | None | List of alignments for which this validation is run |