Skip to content

Commit

Permalink
Add README for PixBary validation
Browse files Browse the repository at this point in the history
  • Loading branch information
amecca committed Oct 16, 2024
1 parent 58556c6 commit ae31a0f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Alignment/OfflineValidation/README_PixBary.md
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

0 comments on commit ae31a0f

Please sign in to comment.