cmssw
cmssw copied to clipboard
[L1T] Phase-2, remove old simulation and adapt DQM
PR description:
This PR switches to the new Phase-2 emulators and removes the old simulations. It also fixes the PF DQM problem and adds DQM for muons. HLT needs to switch to new objects for this PR to pass the validation tests (@trtomei )
-code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30640
-
This PR adds an extra 216KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DQMOffline/L1Trigger/interface/L1TPhase2MuonOffline.h modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonDQMEfficiency_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonOffline_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py modified in PR(s): #38375, #38314, #38342
- File DQMOffline/L1Trigger/python/L1TriggerDqmOffline_SecondStep_cff.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/src/L1TPhase2MuonOffline.cc modified in PR(s): #38375
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py modified in PR(s): #38375, #38313, #38342
- File L1Trigger/Configuration/python/SimL1Emulator_cff.py modified in PR(s): #38375, #38316, #38313, #38327, #38340, #38342
- File L1Trigger/L1TTrackMatch/interface/L1TkMuCorrDynamicWindows.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/L1TkMuMantra.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/MuMatchWindow.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkGlbMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TkGlbMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TkMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/src/L1TkMuCorrDynamicWindows.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/L1TkMuMantra.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/MuMatchWindow.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334
- File L1Trigger/Phase2L1ParticleFlow/interface/LinearizedPuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PUAlgoBase.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/plugins/L1TPFProducer.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/L1NNTauProducer_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1ParticleFlow_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfJetMet_cff.py modified in PR(s): #38375, #38316, #38342
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/LinearizedPuppiAlgo.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PUAlgoBase.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PuppiAlgo.cc modified in PR(s): #38316
Code check has found code style and quality issues which could be resolved by applying following patch(s)
-
code-checks: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30640/code-checks.patch e.g.
curl -k https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30640/code-checks.patch | patch -p1You can also runscram build code-checksto apply code checks directly -
code-format: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30640/code-format.patch e.g.
curl -k https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30640/code-format.patch | patch -p1You can also runscram build code-formatto apply code format directly
+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30641
-
This PR adds an extra 192KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DQMOffline/L1Trigger/interface/L1TPhase2MuonOffline.h modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonDQMEfficiency_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonOffline_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py modified in PR(s): #38375, #38314, #38342
- File DQMOffline/L1Trigger/python/L1TriggerDqmOffline_SecondStep_cff.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/src/L1TPhase2MuonOffline.cc modified in PR(s): #38375
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py modified in PR(s): #38375, #38313, #38342
- File L1Trigger/Configuration/python/SimL1Emulator_cff.py modified in PR(s): #38375, #38316, #38313, #38327, #38340, #38342
- File L1Trigger/L1TTrackMatch/interface/L1TkMuCorrDynamicWindows.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/L1TkMuMantra.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/MuMatchWindow.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkGlbMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TkGlbMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TkMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/src/L1TkMuCorrDynamicWindows.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/L1TkMuMantra.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/MuMatchWindow.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334
- File L1Trigger/Phase2L1ParticleFlow/interface/LinearizedPuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PUAlgoBase.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/plugins/L1TPFProducer.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/L1NNTauProducer_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1ParticleFlow_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfJetMet_cff.py modified in PR(s): #38375, #38316, #38342
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/LinearizedPuppiAlgo.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PUAlgoBase.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PuppiAlgo.cc modified in PR(s): #38316
A new Pull Request was created by @cecilecaillol for master.
It involves the following packages:
- DQMOffline/L1Trigger (dqm, l1)
- DataFormats/L1TCorrelator (upgrade, l1)
- DataFormats/L1TParticleFlow (upgrade, l1)
- DataFormats/L1TrackTrigger (upgrade, l1)
- DataFormats/L1Trigger (l1)
- L1Trigger/Configuration (l1)
- L1Trigger/L1CaloTrigger (upgrade, l1)
- L1Trigger/L1TTrackMatch (upgrade, l1)
- L1Trigger/Phase2L1GMT (l1)
- L1Trigger/Phase2L1ParticleFlow (upgrade, l1)
- L1Trigger/Phase2L1Taus (l1)
- L1Trigger/VertexFinder (l1)
@rekovic, @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please review it and eventually sign? Thanks. @kreczko, @sviret, @eyigitba, @Martin-Grunewald, @missirol, @dinyar, @thomreis, @trtomei, @rovere, @beaucero, @rociovilar this is something you requested to watch as well. @perrotta, @dpiparo, @qliphy you are the release manager for this.
cms-bot commands are listed here
please test with https://github.com/cms-data/L1Trigger-Phase2L1ParticleFlow/pull/4
-1
Failed Tests: UnitTests RelVals RelVals-INPUT AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25643/summary.html
COMMIT: 64cbf05b56147cf232c67275644da96c3c7eb461
CMSSW: CMSSW_12_5_X_2022-06-20-1100/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/25643/install.sh to create a dev area with all the needed externals and cmssw changes.
The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
- @valsdav cms-sw/cmssw#37115
- @mmusich cms-sw/cmssw#38389
You can see more details here: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25643/git-recent-commits.json https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25643/git-merge-result
Unit Tests
I found errors in the following unit tests:
---> test testRecoMETMETProducers had ERRORS
RelVals
- 136.731
136.731_RunSinglePh2016B+RunSinglePh2016B+HLTDR2_2016+RECODR2_2016reHLT_skimSinglePh_HIPM+HARVESTDR2_skimSinglePh/step2_RunSinglePh2016B+RunSinglePh2016B+HLTDR2_2016+RECODR2_2016reHLT_skimSinglePh_HIPM+HARVESTDR2_skimSinglePh.log - 5.1
5.1_TTbar+TTbarFS+HARVESTFS/step1_TTbar+TTbarFS+HARVESTFS.log - 135.4
135.4_ZEE_13+ZEEFS_13+HARVESTUP15FS+MINIAODMCUP15FS/step1_ZEE_13+ZEEFS_13+HARVESTUP15FS+MINIAODMCUP15FS.log
Expand to see more relval errors ...
- 136.793
- 136.874
- 136.8311
- 136.7611
- 136.8523
- 4.22
- 136.88811
- 139.001
- 2018.1
- 1325.81
- 140.53
- 138.5
- 138.4
- 140.56
- 158.01
- 1000.0
- 1001.0
- 11634.301
- 4.53
- 8.0
- 1306.0
- 7.3
- 1330.0
- 10042.0
- 312.0
- 9.0
- 25.0
- 25202.0
- 10824.0
- 10224.0
- 10024.0
- 11634.0
- 11634.7
- 11634.914
- 11634.911
- 11834.0
- 12434.0
- 39500.0
- 39496.0
- 39434.0
- 23234.0
- 35034.0
- 39434.75
- 250202.181
- 28234.0
- 39634.999
RelVals-INPUT
- 4.22
4.22_RunCosmics2011A+RunCosmics2011A+RECOCOSD+ALCACOSD+SKIMCOSD+HARVESTDC/step2_RunCosmics2011A+RunCosmics2011A+RECOCOSD+ALCACOSD+SKIMCOSD+HARVESTDC.log - 4.6
4.6_MinimumBias2010A+MinimumBias2010A+RECOSKIMALCA+HARVESTDR1/step2_MinimumBias2010A+MinimumBias2010A+RECOSKIMALCA+HARVESTDR1.log - 6.0
6.0_SingleMuPt1+SingleMuPt1INPUT+DIGI+RECO+HARVEST/step2_SingleMuPt1+SingleMuPt1INPUT+DIGI+RECO+HARVEST.log
Expand to see more relval errors ...
- 8.0
- 9.0
- 10.0
- 11.0
- 12.0
- 13.0
- 14.0
- 15.0
- 16.0
- 17.0
- 18.0
- 19.0
- 20.0
- 21.0
- 22.0
- 23.0
- 24.0
- 25.0
- 26.0
- 27.0
- 28.0
- 29.0
- 30.0
- 31.0
- 32.0
- 33.0
- 35.0
- 36.0
- 37.0
- 38.0
- 39.0
- 43.0
- 44.0
- 45.0
- 134.813
- 136.721
- 136.723
- 136.722
- 136.724
- 136.72411
- 136.725
- 136.726
- 136.72412
- 136.727
- 136.728
- 136.73
- 136.731
- 136.732
- 136.729
- 136.735
- 136.736
- 136.734
- 136.733
- 136.737
- 136.74
- 136.738
- 136.739
- 136.741
- 136.744
- 136.745
- 136.742
- 136.743
- 136.746
- 136.747
- 136.749
- 136.748
- 136.75
- 136.751
- 136.752
- 136.753
- 136.754
- 136.755
- 136.756
- 136.757
- 136.758
- 136.76
- 136.759
- 136.761
- 136.7611
- 136.763
- 136.76111
- 136.762
- 136.764
- 136.768
- 136.766
- 136.767
- 136.765
- 136.769
- 136.77
- 136.771
- 136.772
- 136.7721
- 136.773
- 136.774
- 136.77211
- 136.7722
- 136.777
- 136.775
- 136.778
- 136.776
- 136.779
- 136.78
- 136.7801
- 136.7802
- 136.7803
- 136.782
- 136.781
- 136.783
- 136.784
- 136.785
- 136.788
- 136.79
- 136.786
- 136.789
- 136.787
- 136.791
- 136.792
- 136.794
- 136.793
- 136.7952
- 136.795
- 136.797
- 136.796
- 136.798
- 136.8
- 136.799
- 136.802
- 136.801
- 136.803
- 136.804
- 136.805
- 136.809
- 136.806
- 136.808
- 136.807
- 136.812
- 136.81
- 136.813
- 136.814
- 136.811
- 136.815
- 136.816
- 136.817
- 136.818
- 136.82
- 136.821
- 136.819
- 136.822
- 136.824
- 136.823
- 136.825
- 136.826
- 136.827
- 136.828
- 136.83
- 136.829
- 136.831
- 136.83111
- 136.8311
- 136.833
- 136.832
- 136.834
- 136.836
- 136.837
- 136.838
- 136.839
- 136.835
- 136.84
- 136.841
- 136.842
- 136.8391
- 136.843
- 136.844
- 136.845
- 136.846
- 136.847
- 136.848
- 136.849
- 136.851
- 136.85
- 136.852
- 136.8501
- 136.8521
- 136.8522
- 136.853
- 136.854
- 136.8523
- 136.855
- 136.8561
- 136.856
- 136.857
- 136.8562
- 136.858
- 136.859
- 136.86
- 136.861
- 136.863
- 136.862
- 136.864
- 136.865
- 136.866
- 136.8642
- 136.868
- 136.869
- 136.867
- 136.87
- 136.871
- 136.873
- 136.872
- 136.875
- 136.874
- 136.876
- 136.877
- 136.878
- 136.88
- 136.881
- 136.879
- 136.882
- 136.883
- 136.885
- 136.8855
- 136.884
- 136.885501
- 136.885511
- 136.885521
- 136.8862
- 136.8861
- 136.887
- 136.886
- 136.888
- 136.8885
- 136.888501
- 136.88811
- 136.888511
- 136.888521
- 136.889
- 136.89
- 136.892
- 136.891
- 136.893
- 136.894
- 136.895
- 136.896
- 136.898
- 136.899
- 137.8
- 136.897
- 138.4
- 138.1
- 139.001
- 138.2
- 139.002
- 139.003
- 138.5
- 139.004
- 140.53
- 140.52
- 140.54
- 140.56
- 140.5611
- 158.1
- 158.2
- 158.3
- 140.57
- 1306.0
- 158.01
- 1307.0
- 1308.0
- 1309.0
- 1310.0
- 1311.0
- 1312.0
- 1313.0
- 1314.0
- 1315.0
- 1316.0
- 1317.0
- 1318.0
- 1319.0
- 1320.0
- 1321.0
- 1322.0
- 1323.0
- 1324.0
- 1325.0
- 1325.1
- 1325.2
- 1325.3
- 1325.4
- 1325.5
- 1325.51
- 1325.516
- 1325.5161
- 1325.517
- 1325.6
- 1325.61
- 1325.7
- 1325.8
- 1325.518
- 1325.81
- 1325.9
- 1325.91
- 1326.0
- 1327.0
- 1328.0
- 1329.0
- 1330.0
- 1331.0
- 1329.1
- 1332.0
- 1333.0
- 1334.0
- 1335.0
- 1336.0
- 1337.0
- 1338.0
- 1339.0
- 1340.0
- 1341.0
- 1343.0
- 1344.0
- 1345.0
- 1347.0
- 1348.0
- 1349.0
- 1350.0
- 1351.0
- 1352.0
- 1353.0
- 1354.0
- 1355.0
- 1364.0
- 1365.0
- 1366.0
- 134.0
- 144.6
- 139901.0
- 139902.0
- 13992501.0
- 200.0
- 13992502.0
- 202.0
- 203.0
- 205.0
- 11024.2
- 25200.0
- 25202.0
- 25202.1
- 25202.2
- 25203.0
- 25204.0
- 25205.0
- 25206.0
- 25207.0
- 25208.0
- 25209.0
- 25214.0
- 50200.0
- 50202.0
- 50203.0
- 50204.0
- 50205.0
- 50206.0
- 50207.0
- 50208.0
- 1001.0
- 1000.0
- 1001.2
- 1003.0
- 1002.0
- 1004.0
- 1030.0
- 1040.0
- 1102.0
- 4000.0
- 4002.0
- 4001.0
- 4003.0
- 10001.0
- 10002.0
- 10003.0
- 10004.0
- 10005.0
- 10006.0
- 10007.0
- 10008.0
- 10009.0
- 10023.0
- 10024.0
- 10024.1
- 10024.2
- 10024.3
- 10024.4
- 10024.5
- 10025.0
- 10026.0
- 10042.0
- 10059.0
- 10071.0
- 10224.0
- 10424.0
- 10225.0
- 10801.0
- 10802.0
- 10803.0
- 10804.0
- 10804.31
- 10805.0
- 10805.31
- 10806.0
- 10807.0
- 10808.0
- 10809.0
- 10823.0
- 10824.0
- 10824.1
- 10824.5
- 10824.501
- 10824.505
- 10824.511
- 10824.521
- 10824.6
- 10824.8
- 10825.0
- 10826.0
- 10842.0
- 10842.501
- 10842.505
- 10859.0
- 10871.0
- 11024.0
- 11024.6
- 11025.0
- 11224.0
- 11224.6
- 11601.0
- 11602.0
- 11603.0
- 11604.0
- 11605.0
- 11606.0
- 11607.0
- 11608.0
- 11609.0
- 11630.0
- 11634.0
- 11634.1
- 11634.24
- 11634.5
- 11634.501
- 11634.505
- 11634.511
- 11634.521
- 11634.601
- 11634.7
- 11634.91
- 11640.0
- 11646.0
- 11643.0
- 11650.0
- 11650.501
- 11650.505
- 11723.17
- 11725.0
- 11834.0
- 11834.13
- 11834.19
- 11834.24
- 11834.21
- 11846.0
- 11846.19
- 12034.0
- 11925.0
- 12434.0
- 12634.0
- 12834.0
- 13034.0
- 23234.0
- 23234.21
- 23434.21
- 34634.0
- 35034.0
- 39434.0
- 39434.103
- 39434.21
- 39434.5
- 39434.501
- 39434.502
- 39434.75
- 39434.9
- 39496.0
- 39500.0
- 39634.114
- 39634.21
- 250200.0
- 250200.17
- 250200.18
- 250202.0
- 250202.17
- 250202.172
- 250202.18
- 250202.2
- 250202.4
- 250203.0
- 250203.17
- 250204.0
- 250204.17
- 250203.18
- 250205.0
- 250205.17
- 250204.18
- 250206.0
- 250206.17
- 250205.18
- 250206.18
- 250207.0
- 250207.17
- 500200.0
- 250208.17
- 250207.18
- 500202.0
- 500203.0
- 500204.0
- 250208.18
- 500205.0
- 500206.0
- 500207.0
AddOn Tests
- fastsim
cmsDriver.py TTbar_8TeV_TuneCUETP8M1_cfi --conditions auto:run1_mc --fast -n 100 --eventcontent AODSIM,DQM --relval 100000,1000 -s GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,DIGI2RAW,L1Reco,RECO,VALIDATION --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --datatier GEN-SIM-DIGI-RECO,DQMIO --beamspot Realistic8TeVCollision : FAILED - time: date Mon Jun 20 18:51:47 2022-date Mon Jun 20 18:51:35 2022 s - exit: 256 - fastsim1
cmsDriver.py TTbar_13TeV_TuneCUETP8M1_cfi --conditions auto:run2_mc_l1stage1 --fast -n 100 --eventcontent AODSIM,DQM --relval 100000,1000 -s GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,DIGI2RAW,L1Reco,RECO,VALIDATION --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --datatier GEN-SIM-DIGI-RECO,DQMIO --beamspot NominalCollision2015 --era Run2_25ns : FAILED - time: date Mon Jun 20 18:51:47 2022-date Mon Jun 20 18:51:40 2022 s - exit: 256 - fastsim2
cmsDriver.py TTbar_13TeV_TuneCUETP8M1_cfi --conditions auto:run2_mc --fast -n 100 --eventcontent AODSIM,DQM --relval 100000,1000 -s GEN,SIM,RECOBEFMIX,DIGI:pdigi_valid,L1,DIGI2RAW,L1Reco,RECO,VALIDATION --customise=HLTrigger/Configuration/CustomConfigs.L1THLT --datatier GEN-SIM-DIGI-RECO,DQMIO --beamspot NominalCollision2015 --era Run2_2016 : FAILED - time: date Mon Jun 20 18:51:48 2022-date Mon Jun 20 18:51:43 2022 s - exit: 256
Expand to see more addon errors ...
- hlt_mc_Fake
- hlt_mc_Fake
- hlt_mc_Fake
- hlt_mc_Fake1
- hlt_mc_Fake1
- hlt_mc_Fake1
- hlt_mc_Fake2
- hlt_mc_Fake2
- hlt_mc_Fake2
- hlt_mc_GRun
- hlt_mc_GRun
- hlt_mc_GRun
- hlt_mc_HIon
- hlt_mc_HIon
- hlt_mc_HIon
- hlt_mc_PIon
- hlt_mc_PIon
- hlt_mc_PIon
- hlt_mc_PRef
- hlt_mc_PRef
- hlt_mc_PRef
- hlt_data_Fake1
- hlt_mc_Fake1
- hlt_data_Fake1
- hlt_data_Fake2
- hlt_mc_Fake2
- hlt_data_Fake2
- hlt_data_GRun
- hlt_mc_GRun
- hlt_data_GRun
- hlt_data_HIon
- hlt_mc_HIon
- hlt_data_HIon
- hlt_data_PIon
- hlt_mc_PIon
- hlt_data_PIon
- hlt_data_PRef
- hlt_mc_PRef
- hlt_data_PRef
+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30653
-
This PR adds an extra 216KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DQMOffline/L1Trigger/interface/L1TPhase2MuonOffline.h modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonDQMEfficiency_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2MuonOffline_cfi.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/python/L1TPhase2Offline_cfi.py modified in PR(s): #38375, #38314, #38342
- File DQMOffline/L1Trigger/python/L1TriggerDqmOffline_SecondStep_cff.py modified in PR(s): #38375
- File DQMOffline/L1Trigger/src/L1TPhase2MuonOffline.cc modified in PR(s): #38375
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/Configuration/python/L1Trigger_EventContent_cff.py modified in PR(s): #38375, #38313, #38342
- File L1Trigger/Configuration/python/SimL1Emulator_cff.py modified in PR(s): #38375, #38316, #38313, #38327, #38340, #38342
- File L1Trigger/L1CaloTrigger/python/Phase1L1TJetProducer_cfi.py modified in PR(s): #38375, #38342
- File L1Trigger/L1TTrackMatch/interface/L1TkMuCorrDynamicWindows.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/L1TkMuMantra.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/interface/MuMatchWindow.h modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkGlbMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TkMuonProducer.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TkGlbMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TkMuonProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/src/L1TkMuCorrDynamicWindows.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/L1TkMuMantra.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/src/MuMatchWindow.cc modified in PR(s): #38316
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334
- File L1Trigger/Phase2L1ParticleFlow/interface/LinearizedPuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PUAlgoBase.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/interface/PuppiAlgo.h modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/plugins/L1TPFProducer.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/L1NNTauProducer_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1ParticleFlow_cff.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfJetMet_cff.py modified in PR(s): #38375, #38316, #38342
- File L1Trigger/Phase2L1ParticleFlow/python/l1pfProducer_cfi.py modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/LinearizedPuppiAlgo.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PUAlgoBase.cc modified in PR(s): #38316
- File L1Trigger/Phase2L1ParticleFlow/src/PuppiAlgo.cc modified in PR(s): #38316
Pull request #38442 was updated. @rekovic, @epalencia, @emanueleusai, @ahmad3213, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @cecilecaillol, @rvenditti can you please check and sign again.
please test
please test with https://github.com/cms-data/L1Trigger-Phase2L1ParticleFlow/pull/4
From https://github.com/cms-sw/cmssw/pull/38442#issuecomment-1161402656 I understand that there are other PRs wich overlap with this one, or maybe they are just replaced by it. Since there are quite several L1T Phase-2 PR queued, could you please verify those overlaps, and possibly close the ones which are not intended to be merged?
-1
Failed Tests: UnitTests RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25658/summary.html
COMMIT: 07d563f6e6d024aed53907340d041a54b3a773d9
CMSSW: CMSSW_12_5_X_2022-06-20-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/25658/install.sh to create a dev area with all the needed externals and cmssw changes.
The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
- @civanch cms-sw/cmssw#38194
- @francescobrivio cms-sw/cmssw#38438
- @cms-sw cms-sw/cmsdist#7950
You can see more details here: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25658/git-recent-commits.json https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25658/git-merge-result
Unit Tests
I found errors in the following unit tests:
---> test TestDQMOnlineClient-hlt_dqm_clientPB had ERRORS ---> test TestDQMOnlineClient-hcalreco_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-es_dqm_sourceclient had ERRORS ---> test TestDQMOnlineClient-hcal_dqm_sourceclient had ERRORS and more ...
RelVals
----- Begin Fatal Exception 21-Jun-2022 12:22:08 CEST-----------------------
An exception of category 'PluginLibraryLoadError' occurred while
[0] Constructing the EventProcessor
[1] While attempting to load plugin L1TkElectronTrackProducer
Exception Message:
unable to load /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/25658/CMSSW_12_5_X_2022-06-20-2300/lib/el8_amd64_gcc10/poisoned/plugin-poisoned-L1TrackTriggerPlugins.so because /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/25658/CMSSW_12_5_X_2022-06-20-2300/lib/el8_amd64_gcc10/poisoned/plugin-poisoned-L1TrackTriggerPlugins.so: cannot open shared object file: No such file or directory
----- End Fatal Exception -------------------------------------------------
From #38442 (comment) I understand that there are other PRs wich overlap with this one, or maybe they are just replaced by it. Since there are quite several L1T Phase-2 PR queued, could you please verify those overlaps, and possibly close the ones which are not intended to be merged?
@perrotta Indeed there is some overlap and I have closed a few PRs. If this one succeeds with the HLT changes, it is the only one to be merged as it includes all the other ones
@trtomei Can you please make a PR to this branch with the changes to the HLT code to run over the new L1 objects? I believe this is the only missing item to get the tests to succeed. What timescale do you expect for your changes? Thanks!
@perrotta This PR addresses both comments raised in https://github.com/cms-sw/cmssw/pull/38230#issuecomment-1151531379
Hi @cecilecaillol Maybe you can guide, what should be a replace object of L1TkElectronTrackProducer? It is used in https://github.com/cms-sw/cmssw/blob/master/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchCrystal_cfi.py https://github.com/cms-sw/cmssw/blob/master/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchHGC_cfi.py
Hi @cecilecaillol Maybe you can guide, what should be a replace object of L1TkElectronTrackProducer? It is used in https://github.com/cms-sw/cmssw/blob/master/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchCrystal_cfi.py https://github.com/cms-sw/cmssw/blob/master/HLTrigger/Configuration/python/HLT_75e33/modules/hltL1TkElectronsEllipticMatchHGC_cfi.py
Hi @srimanob , You can find the list of updated objects in https://github.com/jheikkil/cmssw/blob/workNtuples_1230/L1Trigger/L1TNtuples/python/l1PhaseIITreeStep1Producer_cfi.py, and the cfi we run now to make our objects in https://github.com/cms-sw/cmssw/blob/07d563f6e6d024aed53907340d041a54b3a773d9/L1Trigger/Configuration/python/SimL1Emulator_cff.py. @cerminar can probably help you more if the two files above are not enough to make the changes (but there are many other changes to make on the HLT side since many L1 objects have been changed)
Hello @srimanob ,
The TkElectron and TkEM objects are now produced by the Layer-1 Correlator emulator. In particular, the module:
https://github.com/cms-sw/cmssw/blob/master/L1Trigger/Phase2L1ParticleFlow/python/l1ctLayer1_cff.py#L470
merges the output of the different boards for downstream consumption.
The relevant input tags are:
- Barrel Layer-1 Correlator objects:
TkElectroncollection:cms.InputTag("l1ctLayer1EG", "L1TkEleEB")TkEmcollection:cms.InputTag("l1ctLayer1EG", "L1TkEmEB")
- Endcap Layer-1 Correlator objects:
TkElectroncollection:cms.InputTag("l1ctLayer1EG", "L1TkEleEE")TkEmcollection:cms.InputTag("l1ctLayer1EG", "L1TkEmEE")
As soon as the Layer-2 emulator will be fully commissioned these collections will be merged in a single one. But this is for the next round. I hope this clarifies.
+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30745
-
This PR adds an extra 264KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/Configuration/python/SimL1Emulator_cff.py modified in PR(s): #38327
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334
Pull request #38442 was updated. @Martin-Grunewald, @missirol, @epalencia, @emanueleusai, @ahmad3213, @cecilecaillol, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @rekovic, @rvenditti can you please check and sign again.
please test with https://github.com/cms-data/L1Trigger-Phase2L1ParticleFlow/pull/4
-1
Failed Tests: RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25824/summary.html
COMMIT: f86cd2b63e21d38b3ce7e0d1ff9c4ca4fce6ceec
CMSSW: CMSSW_12_5_X_2022-06-26-2300/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/38442/25824/install.sh to create a dev area with all the needed externals and cmssw changes.
The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
- @missirol cms-sw/cmssw#38509
- @tvami cms-sw/cmssw#38510
- @cms-sw cms-sw/cmsdist#7960
You can see more details here: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25824/git-recent-commits.json https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/25824/git-merge-result
RelVals
- 39434.75
39434.75_TTbar_14TeV+2026D88_HLT75e33+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HLT75e33+HARVESTGlobal/step4_TTbar_14TeV+2026D88_HLT75e33+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HLT75e33+HARVESTGlobal.log
Failed Tests 39434.75
Looks like this line needs to be removed. @trtomei https://github.com/cms-sw/cmssw/blob/f86cd2b63e21d38b3ce7e0d1ff9c4ca4fce6ceec/HLTrigger/Configuration/python/HLT_75e33_cff.py#L326
+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/30926
-
This PR adds an extra 336KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334
Pull request #38442 was updated. @Martin-Grunewald, @missirol, @epalencia, @emanueleusai, @ahmad3213, @cecilecaillol, @cmsbuild, @AdrianoDee, @srimanob, @jfernan2, @pmandrik, @micsucmed, @rekovic, @rvenditti can you please check and sign again.
please test
-1
Failed Tests: RelVals RelVals-INPUT
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/26064/summary.html
COMMIT: d7baccd2678a00ea8eafb1fac64bb621c3e0d0aa
CMSSW: CMSSW_12_5_X_2022-07-07-1100/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/26064/install.sh to create a dev area with all the needed externals and cmssw changes.
RelVals
----- Begin Fatal Exception 07-Jul-2022 16:58:51 UTC-----------------------
An exception of category 'Configuration' occurred while
[0] Constructing the EventProcessor
[1] Constructing module: class=L1TCorrectedPFJetProducer label='scPFL1PuppiCorrectedEmulator'
Exception Message:
cannot find directory 'L1PuppiSC4EmuDeregJets' in file L1Trigger/Phase2L1ParticleFlow/data/jecs/jecs.PU200_110X.root
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 07-Jul-2022 16:59:16 UTC-----------------------
An exception of category 'Configuration' occurred while
[0] Constructing the EventProcessor
[1] Constructing module: class=L1TCorrectedPFJetProducer label='scPFL1PuppiCorrectedEmulator'
Exception Message:
cannot find directory 'L1PuppiSC4EmuDeregJets' in file L1Trigger/Phase2L1ParticleFlow/data/jecs/jecs.PU200_110X.root
----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 07-Jul-2022 17:05:27 UTC-----------------------
An exception of category 'Configuration' occurred while
[0] Constructing the EventProcessor
[1] Constructing module: class=L1TCorrectedPFJetProducer label='scPFL1PuppiCorrectedEmulator'
Exception Message:
cannot find directory 'L1PuppiSC4EmuDeregJets' in file L1Trigger/Phase2L1ParticleFlow/data/jecs/jecs.PU200_110X.root
----- End Fatal Exception -------------------------------------------------
RelVals-INPUT
- 23234.0
23234.0_TTbar_14TeV+2026D49+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTrigger+RecoGlobal+HARVESTGlobal/step2_TTbar_14TeV+2026D49+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTrigger+RecoGlobal+HARVESTGlobal.log - 23234.21
23234.21_TTbar_14TeV+2026D49_ProdLike+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTrigger+RecoGlobal+MiniAOD/step2_TTbar_14TeV+2026D49_ProdLike+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTrigger+RecoGlobal+MiniAOD.log - 23434.21
23434.21_TTbar_14TeV+2026D49PU_ProdLike+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTriggerPU+RecoGlobalPU+MiniAODPU/step2_TTbar_14TeV+2026D49PU_ProdLike+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14INPUT+DigiTriggerPU+RecoGlobalPU+MiniAODPU.log
please test with https://github.com/cms-data/L1Trigger-Phase2L1ParticleFlow/pull/4
-1
Failed Tests: RelVals
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/26065/summary.html
COMMIT: d7baccd2678a00ea8eafb1fac64bb621c3e0d0aa
CMSSW: CMSSW_12_5_X_2022-07-07-1100/el8_amd64_gcc10
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/38442/26065/install.sh to create a dev area with all the needed externals and cmssw changes.
The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
- @ronchese cms-sw/cmssw#38524
- @alejands cms-sw/cmssw#38579
- @mmusich cms-sw/cmssw#38598
- @bsunanda cms-sw/cmssw#38608
- @smuzaffar cms-sw/cmssw#38609
- @francescobrivio cms-sw/cmssw#38632
- @watson-ij cms-sw/cmssw#38622
- @francescobrivio cms-sw/cmssw#38611
- @elusian cms-sw/cmssw#38540
- @fabferro cms-sw/cmssw#38606
- @cms-sw cms-sw/cmsdist#7980
- @cms-sw cms-sw/cmsdist#7982
- @vkuznet cms-sw/cmsdist#7978
You can see more details here: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/26065/git-recent-commits.json https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-6d4179/26065/git-merge-result
RelVals
- 39434.75
39434.75_TTbar_14TeV+2026D88_HLT75e33+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HLT75e33+HARVESTGlobal/step4_TTbar_14TeV+2026D88_HLT75e33+TTbar_14TeV_TuneCP5_GenSimHLBeamSpot14+DigiTrigger+RecoGlobal+HLT75e33+HARVESTGlobal.log
@trtomei This is failing because of calls to L1TkPrimaryVertex, which has been deprecated. Can you please replace these occurrences in the HLT code?
+code-checks
Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38442/31125
-
This PR adds an extra 476KB to repository
-
There are other open Pull requests which might conflict with changes you have proposed:
- File DataFormats/L1TrackTrigger/src/classes_def.xml modified in PR(s): #38334, #38341
- File L1Trigger/L1TTrackMatch/plugins/L1TrackSelectionProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissEmulatorProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/plugins/L1TrackerEtMissProducer.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackSelectionProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissEmulatorProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/python/L1TrackerEtMissProducer_cfi.py modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker.cc modified in PR(s): #38334
- File L1Trigger/L1TTrackMatch/test/L1TrackObjectNtupleMaker_cfg.py modified in PR(s): #38334