Skip to content
Snippets Groups Projects

Check efex loaded noise cuts and dm corrections are valid

Merged Will Buttinger requested to merge will-24.0-patch-93354 into 24.0
Files
3
@@ -81,6 +81,7 @@ def L1CaloFEXSimCfg(flags, eFexTowerInputs = ["L1_eFexDataTowers","L1_eFexEmulat
log = logging.getLogger('L1CaloFEXSimCfg')
# Configure SCell inputs
sCellType = flags.Trigger.L1.L1CaloSuperCellContainerName
if flags.Input.Format is Format.POOL:
@@ -146,6 +147,8 @@ def L1CaloFEXSimCfg(flags, eFexTowerInputs = ["L1_eFexDataTowers","L1_eFexEmulat
tag="EfexNoiseCuts-RUN3-MCDEFAULT-TEST-00" if flags.Input.isMC else None,
className="CondAttrListCollection"))
eFEXInputs.NoiseCutsKey = "/TRIGGER/L1Calo/V1/Calibration/EfexNoiseCuts"
acc.merge(addFolders(flags,"/TRIGGER/L1Calo/V1/Calibration/EfexEnergyCalib",
"TRIGGER_OFL" if flags.Input.isMC else "TRIGGER_ONL",
tag="EfexEnergyCalib-RUN3-MCDEFAULT-TEST-00" if flags.Input.isMC else None,
Loading