Skip to content
Snippets Groups Projects
Commit b490f533 authored by Debottam Bakshi Gupta's avatar Debottam Bakshi Gupta Committed by Julien Maurer
Browse files

HLT_Calo: Adding FS topocluster in HI hanconfig

HLT_Calo: Adding FS topocluster in HI hanconfig
parent 3c2b05eb
No related branches found
No related tags found
2 merge requests!666682023-10-24: merge of 23.0 into main,!66643HLT_Calo: Adding FS topocluster in HI hanconfig
......@@ -19,17 +19,29 @@ output top_level { # top_level
}
}
output xAODCaloClusters {
output HLT_TopoCaloClustersHIRoI {
output HLT_TopoCaloClustersFS {
output ${chain} {
}
}
}
output xAODCaloClusters {
output HLT_TopoCaloClustersHIRoI {
output ${chain} {
}
}
}
} # Shifter
output Expert { # Expert
output xAODTrigEMClusters {
output ${chain} {
}
}
output xAODCaloClusters {
output HLT_TopoCaloClustersFS {
output ${chain} {
}
}
}
output xAODCaloClusters {
output HLT_TopoCaloClustersHIRoI {
output ${chain} {
......@@ -184,7 +196,62 @@ dir HLT { # dir HLT
}
}
} # OFF_Matched_to_HLT
} # HLT_TopoCaloClustersHIRoI
} # HLT_TopoCaloClustersHIRoI
dir HLT_TopoCaloClustersFS { # HLT_TopoCaloClustersFS
dir HLT_Clusters { # HLT_Clusters
algorithm = HLTCalo_KolmogorovTest_MaxDist
dir (?P<chain>.*) {
regex = 1
hist HLT_(eta|num|phi|size) {
output = HLT/TRCAL/Shifter/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
}
hist HLT_phi_vs_HLT_eta {
algorithm = HLTCaloHistogram_Not_Empty&GatherData
output = HLT/TRCAL/Shifter/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
}
}
} # HLT_Clusters
dir HLT_Matched_to_OFF { # HLT_Matched_to_OFF
dir (?P<chain>.*) {
regex = 1
hist HLT_vs_OFF_resolution {
algorithm = HLTCalo_KolmogorovTest_MaxDist
output = HLT/TRCAL/Shifter/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
display = LogY
}
hist HLT_with_OFF_match_et_vs_OFF_match_et {
algorithm = HLTCaloHistogram_Not_Empty&GatherData
output = HLT/TRCAL/Shifter/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
}
hist HLT_vs_OFF_minimum_delta_r {
algorithm = HLTCalo_KolmogorovTest_MaxDist
output = HLT/TRCAL/Expert/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
display = LogY
}
}
} # HLT_Matched_to_OFF
dir OFF_Clusters { # OFF_Clusters
algorithm = HLTCalo_KolmogorovTest_MaxDist
dir (?P<chain>.*) {
regex = 1
hist OFF_(et|eta|num|phi|type) {
output = HLT/TRCAL/Expert/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
}
}
} # OFF_Clusters
dir OFF_Matched_to_HLT { # OFF_Matched_to_HLT
algorithm = HLTCalo_KolmogorovTest_MaxDist
dir (?P<chain>.*) {
regex = 1
hist OFF_no_HLT_match_num {
output = HLT/TRCAL/Expert/xAODCaloClusters/HLT_TopoCaloClustersFS/${chain}
}
}
} # OFF_Matched_to_HLT
} # HLT_TopoCaloClustersFS
} # HLTCalo
......
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