Skip to content
Snippets Groups Projects

FT: add station correlation plots and Gaudi property to skip hot channels

Merged Johannes Heuel requested to merge jheuel_ft into master
All threads resolved!
4 files
+ 70
10
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -25,7 +25,7 @@ from Configurables import EventSelector
from glob import glob
from os import environ
side = "C"
side = "both"
app = LHCbApp()
app.Simulation = True # complains about not finding Alignment if set to False on Data
@@ -61,7 +61,7 @@ monitor.DrawHistsPerModule = True
monitor.DrawCorrelationPlots = True
monitor.enableTAE = True
monitor.TAEHalfWindow = 2
monitor.TAEBunchIds = [1685, 2576]
monitor.TAEBunchIds = [1686, 2577]
monitor.ExtraInfo = f" (run: {runnumber})"
monitor.TimingStepsTotal = 34
Loading