Skip to content
Snippets Groups Projects

eta center fix

Merged Rabia Omar requested to merge romar_l1CaloMon24 into 24.0
3 files
+ 15
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -88,7 +88,7 @@ def GfexMonitoringConfig(flags):
# 2D histograms
if gPath == "gJ":
helper.defineHistogram(f"{containerKey}Eta{ptCutString},{containerKey}Phi{ptCutString};h_etaphiMap{containerKey}{ptCutString}", title="{} {} #eta vs #phi ; #eta; #phi".format(tobTypeStr, ptStrTitle),
helper.defineHistogram(f"{containerKey}Eta{ptCutString},{containerKey}Phi{ptCutString};h_etaphiMap{containerKey}{ptCutString}", title="{} {} #eta vs #phi ; #eta; #phi; Number of TOBs".format(tobTypeStr, ptStrTitle),
type='TH2F',fillGroup=groupName, path=f"{expertPath}{gPath}/",
hanConfig={
"algorithm": "Gfex_etaPhiMapFilled_gJ",
@@ -109,7 +109,7 @@ def GfexMonitoringConfig(flags):
opt=['kAddBinsDynamically','kAlwaysCreate'],merge="merge")
if (gPath == "gLJ"):
helper.defineHistogram(f"{containerKey}Eta{ptCutString},{containerKey}Phi{ptCutString};h_etaphiMap{containerKey}{ptCutString}", title="{} {} #eta vs #phi ; #eta; #phi".format(tobTypeStr, ptStrTitle),
helper.defineHistogram(f"{containerKey}Eta{ptCutString},{containerKey}Phi{ptCutString};h_etaphiMap{containerKey}{ptCutString}", title="{} {} #eta vs #phi ; #eta; #phi; Number of TOBs".format(tobTypeStr, ptStrTitle),
type='TH2F',fillGroup=groupName, path=f"{expertPath}{gPath}/",
hanConfig={
"algorithm": "Gfex_etaPhiMapFilled_gLJ",
Loading