Skip to content
Snippets Groups Projects

2024-04-23: merge of 24.0 into main

Merged Frank Winklmeier requested to merge fwinkl/athena:sweep_24.0_main_2024-04-23 into main
80 files
+ 1946
2774
Compare changes
  • Side-by-side
  • Inline
Files
80
@@ -58,14 +58,17 @@ dir CT {
dir CTP {
output = CentralTrigger/CTP
hist errorSummaryCTP {
display = LogY,AxisRange(1e-12,10,"Y")
algorithm = errorSummary_Entries
display = LogY,AxisRange(1e-12,10,"Y")
algorithm = errorSummary_Entries
}
hist errorSummaryPerLumiBlockCTP {
display = SetPalette(1)
display = SetPalette(1)
algorithm = errorSummary_Entries
}
hist deltaBcid {
display = LogY
display = LogY
algorithm = CTP_AllBinsAreEmptyExceptZero&CTP_GatherData
description = Difference between CTP and ROD BCID. Red when at least one bin other than the one centered in zero has value above threshold.
}
hist triggerType {
}
@@ -74,22 +77,24 @@ dir CT {
hist timeUntilLBEnd {
}
hist timeSinceL1A {
display = LogY
display = LogY
}
hist turnCounterTimeError {
display = LogY
display = LogY
}
hist pitBC {
display = SetPalette(1)
display = SetPalette(1)
}
hist pitFirstBC {
display = SetPalette(1)
display = SetPalette(1)
}
hist tav {
}
hist ctpStatus1 {
algorithm = errorSummary_Entries
}
hist ctpStatus2 {
algorithm = errorSummary_Entries
}
hist turnCounterTimeErrorVsLb {
}
@@ -382,6 +387,20 @@ algorithm MUCTPI_Kolmogorov {
MinStat = 20
}
algorithm check_CTP_AllBinsAreEmptyExceptZero {
libname = libdqm_algorithm.so
name = CTP_AllBinsAreEmptyExceptZero
}
compositeAlgorithm CTP_AllBinsAreEmptyExceptZero&CTP_GatherData {
libnames = libdqm_algorithms.so
subalgs = CTP_AllBinsAreEmptyExceptZero,GatherData
}
algorithm CTP_AllBinsAreEmptyExceptZero&CTP_GatherData {
name = CTP_AllBinsAreEmptyExceptZero&CTP_GatherData
}
#############
# Thresholds
#############
@@ -398,4 +417,4 @@ thresholds MUCTPI_KolmogorovThr {
warning = 0.45
error = 0.5
}
}
}
\ No newline at end of file
Loading