diff --git a/DataQuality/DataQualityConfigurations/config/MuonCombined/collisions_run.config b/DataQuality/DataQualityConfigurations/config/MuonCombined/collisions_run.config index b7fc848b927306a85cf51510a7aeed06017b3e94..6b5a83585863a9b67aa343908c72bb0e8cc6c92d 100644 --- a/DataQuality/DataQualityConfigurations/config/MuonCombined/collisions_run.config +++ b/DataQuality/DataQualityConfigurations/config/MuonCombined/collisions_run.config @@ -594,7 +594,6 @@ dir MuonPhysics { } hist Muons_CBMuons_Medium_eff { output = MuonTracking/Shifter/Muons - display = AxisRange(0.5,1.0,"Z") description = Combined Muons, medium muon efficiency as a function of eta and phi } hist Muons_CBMuons_eta_phi { @@ -603,6 +602,7 @@ dir MuonPhysics { } hist Muons_CBMuons_Origin_eta_phi { output = MuonTracking/Shifter/Muons + display = Ref2DSignif,TCanvas(490,900) description = All Muons, Eta and Phi distributions } # -------------------------------------------- @@ -734,6 +734,7 @@ dir MuonPhysics { # -------------------------------------------- hist Muons_NonCBMuons_Origin_eta_phi { output = MuonTracking/Shifter/Muons + display = Ref2DSignif,TCanvas(490,900) description = All Muons, Eta and Phi distributions } # -------------------------------------------- @@ -1026,17 +1027,17 @@ dir MuonPhysics { } hist TracksID_CBMuons_HitContent_NPixelHits { output = MuonTracking/Shifter/Muons - algorithm = MCP_hits_pix + algorithm = MCP_hits_pix_CBMuons description = Number of pixel hits of ID track associated to muon } hist TracksID_CBMuons_HitContent_NSCTHits { output = MuonTracking/Shifter/Muons - algorithm = MCP_hits_sct + algorithm = MCP_hits_sct_CBMuons description = Number of SCT hits of ID track associated to muon } hist TracksID_CBMuons_HitContent_NTRTHits { output = MuonTracking/Shifter/Muons - algorithm = MCP_hits_trt + algorithm = MCP_hits_trt_CBMuons description = Number of TRT hits of ID track associated to muon } # -------------------------------------------- @@ -1997,6 +1998,14 @@ algorithm MCP_hits_pix { reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences } +algorithm MCP_hits_pix_CBMuons { + libname = libdqm_algorithms.so + name = CheckHisto_Mean + thresholds = MCP_hits_pix_CBMuons_thresholds + MinStat = 100 + reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences +} + algorithm MCP_hits_sct { libname = libdqm_algorithms.so name = CheckHisto_Mean @@ -2005,6 +2014,14 @@ algorithm MCP_hits_sct { reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences } +algorithm MCP_hits_sct_CBMuons { + libname = libdqm_algorithms.so + name = CheckHisto_Mean + thresholds = MCP_hits_sct_CBMuons_thresholds + MinStat = 100 + reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences +} + algorithm MCP_hits_trt { libname = libdqm_algorithms.so name = CheckHisto_Mean @@ -2013,6 +2030,14 @@ algorithm MCP_hits_trt { reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences } +algorithm MCP_hits_trt_CBMuons { + libname = libdqm_algorithms.so + name = CheckHisto_Mean + thresholds = MCP_hits_trt_CBMuons_thresholds + MinStat = 100 + reference = stream=physics_Main:CentrallyManagedReferences_Main;CentrallyManagedReferences +} + ############## # Thresholds @@ -2027,22 +2052,22 @@ thresholds MCP_LB_thresholds { thresholds MCP_MEtrack_CBMuons_chi2ndof_thresholds { limits AbsXMean { - warning = 0.85 - error = 0.95 + warning = 1.1 + error = 1.2 } } thresholds MCP_MEtrack_Jpsi_chi2ndof_thresholds { limits AbsXMean { - warning = 0.75 - error = 0.85 + warning = 0.85 + error = 0.9 } } thresholds MCP_MEtrack_Z_chi2ndof_thresholds { limits AbsXMean { - warning = 0.65 - error = 0.75 + warning = 0.75 + error = 0.8 } } @@ -2088,10 +2113,24 @@ thresholds MCP_hits_pix_thresholds { } } +thresholds MCP_hits_pix_CBMuons_thresholds { + limits XMean { + warning = 3.9 + error = 3.8 + } +} + thresholds MCP_hits_sct_thresholds { limits XMean { - warning = 8.30 - error = 8.28 + warning = 8.3 + error = 8.2 + } +} + +thresholds MCP_hits_sct_CBMuons_thresholds { + limits XMean { + warning = 8.0 + error = 7.9 } } @@ -2102,6 +2141,13 @@ thresholds MCP_hits_trt_thresholds { } } +thresholds MCP_hits_trt_CBMuons_thresholds { + limits XMean { + warning = 23.0 + error = 22.0 + } +} + thresholds bin13_thresholds { limits NbadBins { warning = 1