Skip to content

Commit

Permalink
update settings with caloparams for 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
jonamotta committed Apr 10, 2024
1 parent 5c38177 commit d3b3214
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions L1Trigger/Configuration/python/customiseSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
import os.path
import FWCore.ParameterSet.Config as cms

def L1TSettingsToCaloParams_2024_v0_1(process):
process.load("L1Trigger.L1TCalorimeter.caloParams_2024_v0_1_cfi")
return process

def L1TSettingsToCaloParams_2024_v0_0(process):
process.load("L1Trigger.L1TCalorimeter.caloParams_2024_v0_0_cfi")
return process

def L1TSettingsToCaloParamsHI_2023_v0_4_3(process):
process.load("L1Trigger.L1TCalorimeter.caloParamsHI_2023_v0_4_3_cfi")
return process
Expand Down

0 comments on commit d3b3214

Please sign in to comment.