Skip to content
Snippets Groups Projects

AFP dqm algorithm for tof efficiency

Merged Viktoriia Lysenko requested to merge vlysenko/athena:24.0-afp-dqm-tof-efficiency into main
5 files
+ 127
0
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -560,6 +560,7 @@ dir AFP {
dir Efficiency {
output = AFP/ToFSiT/Efficiency
display = Draw=COLZTEXT,AxisRange(0,1,"Z")
algorithm = AFPToFEfficiency
hist Efficiency_TH_[AC] {
regex = 1
}
@@ -826,6 +827,13 @@ algorithm AFPLBsOutOfRange {
}
}
algorithm AFPToFEfficiency {
libname = libdqm_algorithms.so
name = AFP_ToFEfficiency
eff_limit = 0.5
thresholds = AFPToFEfficiencyThreshold
}
############################################################
# Thresholds
############################################################
@@ -857,3 +865,10 @@ thresholds AFPLBsOutOfRangeTrackFE {
error = 35
}
}
thresholds AFPToFEfficiencyThreshold {
limits NbadTrains {
warning = 1
error = 3
}
}
Loading