Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -344,12 +344,6 @@ L1TCaloStage2ParamsESProducer::L1TCaloStage2ParamsESProducer(const edm::Paramete
std::shared_ptr<LUT> q2LUT(new LUT(q2LUTStream));
m_params_helper.setQ2LUT(*q2LUT);

// HI ZDC calibration LUT for trigger
edm::FileInPath zdcLUTFile = conf.getParameter<edm::FileInPath>("zdcLUTFile");
std::ifstream zdcLUTStream(zdcLUTFile.fullPath());
std::shared_ptr<LUT> zdcLUT(new LUT(zdcLUTStream));
m_params_helper.setZDCLUT(*zdcLUT);

// Layer 1 LUT specification
m_params_helper.setLayer1ECalScaleFactors(conf.getParameter<std::vector<double>>("layer1ECalScaleFactors"));
m_params_helper.setLayer1HCalScaleFactors(conf.getParameter<std::vector<double>>("layer1HCalScaleFactors"));
Expand Down
2 changes: 1 addition & 1 deletion L1Trigger/L1TCalorimeter/python/caloParams_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
minimumBiasThresholds = cms.vint32(0, 0, 0, 0),
centralityLUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/centralityLUT_stage1.txt"),
q2LUTFile = cms.FileInPath("L1Trigger/L1TCalorimeter/data/q2LUT_stage1.txt"),
zdcLUTFile = cms.FileInPath("L1Trigger/L1TZDC/data/zdcLUT_HI_v0_1.txt"),
# zdcLUTFile = cms.FileInPath("L1Trigger/L1TZDC/data/zdcLUT_HI_v0_1.txt"),

# HCal FB LUT
layer1HCalFBLUTUpper = cms.vuint32([
Expand Down