Skip to content

Commit

Permalink
EMTF configures from Global Tag conditions in MC as well as data
Browse files Browse the repository at this point in the history
Due to previous issues with CondDB / O2O payloads, the EMTF emulator had configured via firmware version only in data.  Many of the settings in MC emulation defaulted to their 2018 versions, which would cause problems for 2016 and 2017 MC processing.  This fixes the EMTF emulation so it properly uses all 2016 or 2017 conditions for MC emulation.
  • Loading branch information
abrinke1 authored Mar 20, 2020
1 parent b56b47d commit bf941e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TMuonEndCap/src/TrackFinder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ void TrackFinder::process(const edm::Event& iEvent,
(sector - emtf::MIN_TRIGSECTOR);

// Run-dependent configure. This overwrites many of the configurables passed by the python config file.
if (iEvent.isRealData() && fwConfig_) {
if (fwConfig_) {
sector_processors_.at(es).configure_by_fw_version(condition_helper_.get_fw_version());
}

Expand Down

0 comments on commit bf941e6

Please sign in to comment.