From ae31a0fec914fd712314ed69f6caa94a2593e883 Mon Sep 17 00:00:00 2001 From: Alberto Mecca Date: Mon, 23 Sep 2024 15:41:44 +0200 Subject: [PATCH] Add README for PixBary validation --- Alignment/OfflineValidation/README_PixBary.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Alignment/OfflineValidation/README_PixBary.md diff --git a/Alignment/OfflineValidation/README_PixBary.md b/Alignment/OfflineValidation/README_PixBary.md new file mode 100644 index 0000000000000..f6166198d6c36 --- /dev/null +++ b/Alignment/OfflineValidation/README_PixBary.md @@ -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: + : + +``` + +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