Skip to content
Snippets Groups Projects
Commit e0f30ca5 authored by Hass AbouZeid's avatar Hass AbouZeid
Browse files

Merge branch '21.0-dq-show-wzplots' into '21.0'

Fix some global monitoring configurations (show Z lumi plots)

See merge request !1844
parents 10906a9e 5e1ffb2b
No related branches found
No related tags found
No related merge requests found
......@@ -34,10 +34,6 @@ output top_level {
output L1ID {
}
}
output CaloCluster {
}
output MuonInnerDetector {
}
output DataFlow {
}
output WZFinder {
......@@ -305,171 +301,18 @@ dir GLOBAL {
# }
# }
# }
dir DQTCaloCluster {
reference = CentrallyManagedReferences
dir DQTCaloCluster {
output = Global/CaloCluster
hist all_in_dir {
}
}
}
dir DQTGlobalWZFinder {
reference = CentrallyManagedReferences
dir DQTGlobalWZFinder {
output = Global/WZFinder
hist all_in_dir {
}
hist m_JPsi_Counter_mu {
algorithm = Global_NonPositiveSlope
}
hist m_Kshort_Counter_pi {
algorithm = Global_NonPositiveSlope
}
hist m_Upsilon_Counter_mu {
algorithm = Global_NonPositiveSlope
}
hist m_Z_Counter_el {
algorithm = Global_NonPositiveSlope
}
hist m_Z_Counter_mu {
algorithm = Global_NonPositiveSlope
}
hist m_JPsi_Counter_mu_triggerAware {
algorithm = Global_NonPositiveSlope
}
hist m_Kshort_Counter_pi_triggerAware {
algorithm = Global_NonPositiveSlope
}
hist m_Upsilon_Counter_mu_triggerAware {
algorithm = Global_NonPositiveSlope
}
hist m_Z_Counter_el_triggerAware {
output = Global/WZFinder
hist m_Z_Counter_mu {
algorithm = Global_NonPositiveSlope
}
hist m_Z_Counter_mu_triggerAware {
algorithm = Global_NonPositiveSlope
}
}
}
dir DQTMuonIDTrack {
reference = CentrallyManagedReferences
dir Trk {
output = Global/MuonInnerDetector
hist all_in_dir {
}
hist m_trk_Phi0sGM {
}
hist m_trk_EtasGM {
}
hist m_trk_pOverQsGM {
}
hist m_trk_ChargeDiff {
display = LogY
}
hist m_trk_PtID {
display = LogY
}
hist m_trk_PtMuon {
display = LogY
}
hist m_trk_PtDiff {
}
hist m_JPsi_MassID {
}
hist m_JPsi_Counter {
display = AxisRange(0,1000,"X")
}
hist m_JPsi_Mass2D {
}
hist m_Upsilon_MassID {
}
hist m_Upsilon_Mass2D {
display = AxisRange(5000,14000,"Y")
}
hist m_Z_MassID {
}
hist m_Z_Mass2D {
}
hist m_trk_Phi0sGM@DQShift {
output = Global/DQShift
}
hist m_trk_EtasGM@DQShift {
output = Global/DQShift
}
hist m_trk_pOverQsGM@DQShift {
output = Global/DQShift
}
hist m_trk_ChargeDiff@DQShift {
output = Global/DQShift
display = LogY
}
hist m_trk_PtID@DQShift {
output = Global/DQShift
display = LogY
}
hist m_trk_PtMuon@DQShift {
output = Global/DQShift
display = LogY
}
hist m_trk_PtDiff@DQShift {
output = Global/DQShift
}
hist m_JPsi_MassID@DQShift {
output = Global/DQShift
}
hist m_JPsi_Counter@DQShift {
output = Global/DQShift
display = AxisRange(0,1000,"X")
}
hist m_JPsi_Mass2D@DQShift {
output = Global/DQShift
}
hist m_Upsilon_MassID@DQShift {
output = Global/DQShift
}
hist m_Upsilon_Mass2D@DQShift {
output = Global/DQShift
display = AxisRange(5000,14000,"Y")
}
hist m_Z_MassID@DQShift {
output = Global/DQShift
}
hist m_Z_Mass2D@DQShift {
output = Global/DQShift
}
}
}
dir DQTRateMonTool {
reference = CentrallyManagedReferences
dir DQTRateMonTool {
output = Global/DQShift
hist e_gm_presence {
display = LogY
}
hist n_e_over_n_gm {
}
hist n_j_over_n_e {
}
hist n_j_over_n_gm {
}
hist n_e_over_n_gm_Profile {
display = AxisRange(0,1000,"X")
algorithm = Global_ZeroSlope
}
hist n_j_over_n_e_Profile {
display = AxisRange(0,1000,"X")
algorithm = Global_ZeroSlope
}
hist n_j_over_n_gm_Profile {
display = AxisRange(0,1000,"X")
algorithm = Global_ZeroSlope
}
hist triggerMonitor1 {
algorithm = All_Bins_Filled
}
hist triggerMonitor2 {
algorithm = All_Bins_Filled
}
}
hist m_Z_mass_opsmu {
}
hist m_lblength_lb {
}
hist m_livetime_lb {
}
hist m_mu_lb {
}
}
dir DQTSynch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment