diff --git a/DataQuality/DataQualityConfigurations/config/HLT/HLTjet/collisions_run.config b/DataQuality/DataQualityConfigurations/config/HLT/HLTjet/collisions_run.config index df42130b988e1e8a919e1f5084ca1672e4022fda..d07ffc0c6961ba2665f44e3251cd31de0f1e51e3 100644 --- a/DataQuality/DataQualityConfigurations/config/HLT/HLTjet/collisions_run.config +++ b/DataQuality/DataQualityConfigurations/config/HLT/HLTjet/collisions_run.config @@ -1,16 +1,18 @@ ###################################################################### # $Id: collisions_run.config Mon Jun 27 15:01:21 2022 ayana $ +# $Id: collisions_run.config Thur Jan 16 15:01:21 2022 xingguo $ ###################################################################### ####################### # HLTjet ####################### -reference HLTJetRef { - location = /eos/atlas/atlascerngroupdisk/data-dqm/references/Collisions/,root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/data-dqm/references/ - file = data15_13TeV.00267638.physics_EnhancedBias.merge.HIST.r6857_p1831.root - path = run_267638 - name = same_name -} +#The following block is kept because if signature reference is different than the centrally provided ones, the reference can be still changed +#reference HLTJetRef { +# location = /eos/atlas/atlascerngroupdisk/data-dqm/references/Collisions/,root://eosatlas.cern.ch//eos/atlas/atlascerngroupdisk/data-dqm/references/ +# file = data15_13TeV.00267638.physics_EnhancedBias.merge.HIST.r6857_p1831.root +# path = run_267638 +# name = same_name +#} algorithm HLTjetSimpleSummary { libname = libdqm_summaries.so name = SimpleSummary @@ -21,6 +23,7 @@ compositeAlgorithm HLTjet_Histogram_Not_Empty&GatherData { } algorithm HLTjet_Histogram_Not_Empty&GatherData { name = HLTjet_Histogram_Not_Empty&GatherData + reference = stream=physics_Main:CentrallyManagedReferences_TriggerMain;CentrallyManagedReferences_Trigger } algorithm HLTjet_Histogram_Not_Empty_with_Ref&GatherData { name = HLTjet_Histogram_Not_Empty&GatherData @@ -57,8 +60,8 @@ algorithm HLTjet_KolmogorovTest_MaxDist { } thresholds HLTjet_KolmogorovThresh { limits MaxDist { - warning = 0.05 - error = 0.15 + warning = 0.1 + error = 0.5 } } thresholds HLTjetEta_BinsDiff_Threshold { @@ -155,7 +158,7 @@ output top_level { dir HLT { dir JetMon { dir Online { - algorithm = HLTjet_Histogram_Not_Empty&GatherData + algorithm = HLTjet_Histogram_Not_Empty_with_Ref&GatherData dir HLT_AntiKt(?P<jetType>10EMPFlowCSSKSoftDropBeta100Zcut10\w*|4EMPFlowJets\w*|4EMTopoJets\w*) { regex = 1 display = StatBox @@ -207,7 +210,7 @@ dir HLT { } dir Offline { description = Use reco jet response and kinematics to debug issues in trigger jets. - algorithm = HLTjet_Histogram_Not_Empty&GatherData + algorithm = HLTjet_Histogram_Not_Empty_with_Ref&GatherData dir AntiKt4EMTopoJets { dir StandardHistos { hist \w* { @@ -217,7 +220,7 @@ dir HLT { } dir MatchedJets_AntiKt4EMPFlowJets { hist .* { - regex = 1 + regex = 1 output = HLT/TRJET/Expert/Offline/AntiKt4EMTopoJets/MatchedPFlowJets display = StatBox }