Skip to content
Snippets Groups Projects
Commit 3b3eb18b authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master' into 'master'

Adding references for offline jet trigger DQ monitoring

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