Skip to content

Commit

Permalink
Merge pull request #41956 from eyigitba/EMTF_fixPCLUTForMC_130X_Jun23
Browse files Browse the repository at this point in the history
[13_0_X] Change EMTF Primitive Conversion LUT Assignment for MC
  • Loading branch information
cmsbuild authored Jun 15, 2023
2 parents 4241f3b + 9ffbd8a commit 4aee9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TMuonEndCap/src/SectorProcessorLUT.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ void SectorProcessorLUT::read(bool pc_lut_data, int pc_lut_version) {
coord_lut_dir = "ph_lut_v3_data"; // Update in September 2017 from ReReco alignment, data only
else if (pc_lut_version == 3 && pc_lut_data)
coord_lut_dir = "ph_lut_Run3_2022_data"; // Update in October 2022 from Run 3 2022 alignment, data only
else if (pc_lut_version == 2)
else if (pc_lut_version >= 2)
coord_lut_dir = "ph_lut_v2"; // MC still uses ideal CMS aligment
else if (pc_lut_version == -1 && pc_lut_data)
coord_lut_dir = "ph_lut_v3_data"; // September 2017 data LCT alignment, but use local CPPF LUTs for RPC
Expand Down

0 comments on commit 4aee9bc

Please sign in to comment.