Skip to content

Commit 966002e

Browse files
author
Peter Eduard Meiring
committed
add FileInPath for LUTs
1 parent 7fa1c66 commit 966002e

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

L1Trigger/L1TCalorimeter/python/caloParams_2025_v0_2_cfi.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66

77
# EG
88
egHcalThreshold = 0.,
9-
egTrimmingLUTFile = "L1Trigger/L1TCalorimeter/data/egTrimmingLUT_10_v16.01.19.txt",
9+
egTrimmingLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/egTrimmingLUT_10_v16.01.19.txt"),
1010
egHOverEcutBarrel = 3,
1111
egHOverEcutEndcap = 4,
1212
egBypassExtHOverE = 0,
13-
egMaxHOverELUTFile = "L1Trigger/L1TCalorimeter/data/HoverEIdentification_0.995_v15.12.23.txt",
14-
egCompressShapesLUTFile = "L1Trigger/L1TCalorimeter/data/egCompressLUT_v4.txt",
13+
egMaxHOverELUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/HoverEIdentification_0.995_v15.12.23.txt"),
14+
egCompressShapesLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/egCompressLUT_v4.txt"),
1515
egShapeIdType = "compressed",
16-
egShapeIdLUTFile = "L1Trigger/L1TCalorimeter/data/shapeIdentification_adapt0.99_compressedieta_compressedE_compressedshape_v15.12.08.txt", #Not used any more in the current emulator version, merged with calibration LUT
16+
egShapeIdLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/shapeIdentification_adapt0.99_compressedieta_compressedE_compressedshape_v15.12.08.txt"), #Not used any more in the current emulator version, merged with calibration LUT
1717

1818
egIsolationType = "compressed",
19-
egIsoLUTFile = "L1Trigger/L1TCalorimeter/data/EG_Iso_LUT_Tight_1290_20p0_0p7_40p0_v2_MAR2025.txt",
20-
egIsoLUTFile2 = "L1Trigger/L1TCalorimeter/data/EG_Iso_LUT_Loose_582_10p0_0p7_40p0_v2_MAR2025.txt",
19+
egIsoLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/EG_Iso_LUT_Tight_1290_20p0_0p7_40p0_v2_MAR2025.txt"),
20+
egIsoLUTFile2 = cms.FileInPath("L1Trigger/L1TCalorimeter/data/EG_Iso_LUT_Loose_582_10p0_0p7_40p0_v2_MAR2025.txt"),
2121

2222
egIsoVetoNrTowersPhi = 2,
2323
egPUSParams = cms.vdouble(1,4,32), #Isolation window in firmware goes up to abs(ieta)=32 for now
2424
egCalibrationType = "compressed",
2525
egCalibrationVersion = 0,
26-
egCalibrationLUTFile = "L1Trigger/L1TCalorimeter/data/EG_Calibration_LUT_v1_MAR2025.txt",
26+
egCalibrationLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/EG_Calibration_LUT_v1_MAR2025.txt"),
2727

2828
# Tau
2929
isoTauEtaMax = 25,
3030
tauSeedThreshold = 0.,
31-
tauIsoLUTFile = "L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_2025_HCALcFeb_ConservativeZS_MC25W_progression_effMin0p9_eMin22_eMax37.txt",
32-
tauIsoLUTFile2 = "L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_2025_HCALcFeb_ConservativeZS_MC25W_progression_effMin0p9_eMin22_eMax37.txt",
33-
tauCalibrationLUTFile = "L1Trigger/L1TCalorimeter/data/Tau_Cal_LUT_2025_HCALcFeb_ConservativeZS_MC25W_v2.txt",
34-
tauCompressLUTFile = "L1Trigger/L1TCalorimeter/data/tauCompressAllLUT_12bit_v3.txt",
31+
tauIsoLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_2025_HCALcFeb_ConservativeZS_MC25W_progression_effMin0p9_eMin22_eMax37.txt"),
32+
tauIsoLUTFile2 = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Iso_LUT_2025_HCALcFeb_ConservativeZS_MC25W_progression_effMin0p9_eMin22_eMax37.txt"),
33+
tauCalibrationLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/Tau_Cal_LUT_2025_HCALcFeb_ConservativeZS_MC25W_v2.txt"),
34+
tauCompressLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/tauCompressAllLUT_12bit_v3.txt"),
3535
tauPUSParams = [1,4,32],
3636

3737
# jets
@@ -41,9 +41,9 @@
4141

4242
# Calibration options
4343
jetCalibrationType = "LUT",
44-
jetCompressPtLUTFile = "L1Trigger/L1TCalorimeter/data/lut_pt_compress_2025v0.txt",
45-
jetCompressEtaLUTFile = "L1Trigger/L1TCalorimeter/data/lut_eta_compress_2025v0.txt",
46-
jetCalibrationLUTFile = "L1Trigger/L1TCalorimeter/data/lut_calib_2025v0_HCALcMarchForiEtaleq28_ConservativeZS_L1NanoPUS_v2.txt",
44+
jetCompressPtLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_pt_compress_2025v0.txt"),
45+
jetCompressEtaLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_eta_compress_2025v0.txt"),
46+
jetCalibrationLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/lut_calib_2025v0_HCALcMarchForiEtaleq28_ConservativeZS_L1NanoPUS_v2.txt"),
4747

4848

4949
# sums: 0=ET, 1=HT, 2=MET, 3=MHT
@@ -54,7 +54,7 @@
5454
etSumBypassEttPUS = 1,
5555
etSumBypassEcalSumPUS = 1,
5656

57-
etSumMetPUSLUTFile = "L1Trigger/L1TCalorimeter/data/metPumLUT_2023v0_puppiMet_fit.txt",
57+
etSumMetPUSLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/metPumLUT_2023v0_puppiMet_fit.txt"),
5858

5959

6060
# Layer 1 SF

0 commit comments

Comments
 (0)