Skip to content
Snippets Groups Projects

Updates to HLT mb_sptrk chains monitoring

Merged Tomasz Bold requested to merge tbold/athena:more-min-bias-trigger-dq into master
3 files
+ 58
196
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -90,27 +90,38 @@ dir HLT {
}
dir Tracking {
dir HLT_mb_sptrk_L1RD0_FILLED {
hist efficiency_low_mult {
hist efficiencyLowMult {
output = HLT/Run3/TRMBI/SHIFTER
description = "Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities"
description = Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities
}
hist nTrkOfflineLowMult {
output = HLT/Run3/TRMBI/SHIFTER
description = Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities
}
hist nTrkOnlineLowMult {
output = HLT/Run3/TRMBI/SHIFTER
description = Normal: Sharp rise at ntrk ==1, (literally has to be a step function)
}
}
dir HLT_mb_sp.* {
hist efficiency_low_mult {
output = HLT/Run3/TRMBI/SHIFTER/SPTRK
description = "Normal: Quick rise to almost 100% for 1,2 tracks, no eff. drop for higher multiplicities"
}
hist nTrkRatio {
output = HLT/Run3/TRMBI/EXPERT/SPTRK
description = "Normal: narrow peak slightly below 1 (0.9), if much below it means online tracking has to many fakes"
description = Normal: narrow peak slightly below 1 (0.9), if much below it means online tracking has to many fakes
}
}
dir HLT_.*hmt.* {
hist nTrkOffline_vs_decision {
hist efficiencyAnyMult {
output = HLT/Run3/TRMBI/SHIFTER/SPTRK
description = "Normal: Typical trigger turn-on, should be reaching max around the threshold specified in the trigger name"
description = Normal: Typical trigger turn-on, should be reaching max around the threshold specified in the trigger name
}
hist nTrkOnline {
output = HLT/Run3/TRMBI/EXPERT/SPTRK
description = Normal: exponent like distribution with a hard cut from the left side
}
hist nTrkOffline {
output = HLT/Run3/TRMBI/EXPERT/SPTRK
description = Normal: exponent like distribution with a soft cut from the left side
}
}
}
Loading