Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OMTF emulator corresponding to the 2024 OMTF firmware [14_0_X] #44920

Conversation

mbluj
Copy link
Contributor

@mbluj mbluj commented May 7, 2024

PR description:

Changes to the OMTF algorithm which were introduced in the firmware for 2024: mainly changes related to the triggering on the displaced muons. With this update, the OMTF data-to-emulator agreement in the online DQM should be at the level of 99.5%. The firmware was deployed in the CMS on 19th March 2024.
This PR is backport of #43687 & #44893 and requires cms-data/L1Trigger-L1TMuon#26

FYI, @kbunkow

PR validation:

The version was checked by running the online DQM on the data from a collision run taken in April 2024 during testing the original PR to 14_1_X.

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

Backport of #44893 on top of #43687 for 2024 operations. Requires cms-data/L1Trigger-L1TMuon#26 (added to cms-distr for 14_1, but not for 14_0).

mbluj and others added 5 commits May 7, 2024 15:05
Changes to the OMTF algorithm that were introduced in the firmware after
the previous OMTF emulator PR was merged.
Mainly fixes related to the triggering on displaced muons.

The firmware was deployed in the CMS on 19th March 2024.

extrapolFactorsFilename added to the simOmtfDigis_cfi.py
the simOmtfDigis_extrapolSimple_cfi.py is not needed now, so is deleted

added L1Trigger/L1TMuonOverlapPhase2/python/fakeOmtfParamsPhase2_cff.py

fix in GhostBusterPreferRefDt.cc customByRefLayer

GhostBusterPreferRefDt::select - added a condition preventing eta
overwriting in case the eta of the killed candidates is 121

OMTFProcessor<GoldenPatternType>::extrapolateDtPhiBFloatPoin and
OMTFProcessor<GoldenPatternType>::extrapolateDtPhiBFixedPoint -
extrFactor is now obtained from endcap stub r, and not eta.

OmtfAngleConverter::getGlobalEta - stub r is now taken from the pure
wire group, and not from the final_gp (global point) - matters for the
extrapolation logic

PatternGenerator::upadatePdfs() - deactivated (commented out) the
process of code for setting the meanDistPhi to 0 if it is already small,
as it seems it has no impact on the firmware occupancy

PatternOptimizerBase: control histograms simMuEta and candEta

OMTFProcessor<GoldenPatternType>::getFinalcandidatefix in setting hwPtw
when ptAssignment is used

in XDigiToStubsConverter::makeStubs, removed
  if (!dtPhDigis) return;
  if (!cscDigis) return;
  if (!rpcDigis) return;
This is not needed as the DigiToStubsConverters are added dynamically to
the vector digiToStubsConverters if given digis are configured to be
used (parameter dropXXPrimitives is false in the config). But it was
confusing: when the digi collection was not in the file, the job was
still running without reporting the missing collection.

PatternGenerator.cc - different DistPhiBitShift for phase-1 and phase-2

DataROOTDumper2.cc - rejecting events with more than one matchingResults
(to clean the date for the NN training)
cleanStubs - fasle, but filtering the matchingResults

DataROOTDumper2.cc - dropping events with more than one matchingResults

CandidateSimMuonMatcher.h
- added method matchSimple() that matches simTracks and OMTF cands
without propagation - it works well for the single muon samples. The
problem with propagation is that it does not work for low pt muons (pt <
~3GeV). Added flag usePropagation to switch between matchSimple() and
match() with propagation.
- added phi folding for delta phi in ghostBust() (but it looks like it
does not change the results)
- in match() (version for the SimTrack), the MatchingResult is added
also for the track for which the propagation failed.
The changes should be still added to the match() version for the
tracking particle.
- fixed CandidateSimMuonMatcher::atStation2 - propagation to the RB1in
culider

bug fixes in StubResult and GoldenPatternResult, change finalise11()

Omtf/AlgoMuon.h
bug fix in AlgoMuon::getPatternNum() - checking if goldenPaternUnconstr,
otherwise segmentation fault can be generated

StubResult.h
added method setPdfVal(), which is used in the
GoldenPatternResult::finalise11()

GoldenPatternResult.cc
GoldenPatternResult::finalise11() - added penalty -63 for the phiB
layers, if there was a hit but it does not fit the pdf
operator<< - bug fix - checking if the pResult.omtfConfig is nullptr -
this case occurs for the empty GoldenPatternResult

L1Trigger/L1TMuonOverlapPhase1/test/expert/omtf/runMuonOverlap_PatsWithExtrapolation_efficiencyAnalyser.py
- improved .py for running the emulator + analyzer
Fixes in DataROOTDumper2 and CandidateSimMuonMatcher

DataROOTDumper2 added flag usePropagation which if false turns on the
filter on matchingResults.size() > 1

CandidateSimMuonMatcher::match() - threshold updated to be good for
displaced muons in H2ll sample. There should be an automatic switch for
this threshold

added flags matchUsingPropagationInAnlyzer  and
matchUsingPropagationInDumper
fixes of the candidate hwPt and HwPtUnconstrained

Omtf/AlgoMuon.h - changed the value of getPtConstr and getPtUnconstr for
an empty candidate from -1 to 0 (as it is in the interface note)

OMTFConfiguration::etaBits2HwEta - added return 95 for bits ==
0b111111111, as it is like that tin the FW

OMTFProcessor<GoldenPatternType>::getFinalcandidates - hwPt is set to 1
if the constraint getPtConstr is 0 but getPtUnconstr > 0

L1Trigger/L1TMuonOverlapPhase1/src/Omtf/OMTFSorter.cc - bestGP is set to
the golden pattern number 0 if getPdfSum() == 0

L1TMuonOverlapPhase1/src/Omtf/OMTFProcessor.cc - setting the output
unconstrained pT to 1 when getPdfSumConstr.

OMTFProcessor<GoldenPatternType>::getFinalcandidates - fixing the
condition for the validity of the constrained pt

XMLEventWriter.cc - removed constraints in the number of events that can
be dumped to the xml
@cmsbuild
Copy link
Contributor

cmsbuild commented May 7, 2024

A new Pull Request was created by @mbluj for CMSSW_14_0_X.

It involves the following packages:

  • L1Trigger/L1TMuonOverlapPhase1 (l1)

@cmsbuild, @epalencia, @aloeliger can you please review it and eventually sign? Thanks.
@dinyar, @eyigitba, @Martin-Grunewald, @missirol, @thomreis, @JanFSchulte this is something you requested to watch as well.
@rappoccio, @sextonkennedy, @antoniovilela you are the release manager for this.

cms-bot commands are listed here

@cmsbuild
Copy link
Contributor

cmsbuild commented May 7, 2024

cms-bot internal usage

@aloeliger
Copy link
Contributor

Backport of #44893

@aloeliger
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 8, 2024

-1

Failed Tests: UnitTests RelVals RelVals-INPUT AddOn
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5c033e/39302/summary.html
COMMIT: 4133b0f
CMSSW: CMSSW_14_0_X_2024-05-08-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/install.sh to create a dev area with all the needed externals and cmssw changes.

Unit Tests

I found 4 errors in the following unit tests:

---> test test_MC_23_setup had ERRORS
---> test test_MC_23_crosscheck had ERRORS
---> test test_MC_22_crosscheck had ERRORS
and more ...

RelVals

----- Begin Fatal Exception 08-May-2024 14:03:45 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
   [0] Processing the python configuration file named step2_L1REPACK_HLT.py
Exception Message:
 unknown python problem occurred.
RuntimeError: An exception of category 'FileInPathError' occurred.
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/136.731_RunSinglePh2016B


At:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Types.py(881): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(381): insertContentsInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(516): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Modules.py(161): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1216): _insertManyInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1489): fillProcessDesc
  <string>(2): <module>

----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 08-May-2024 14:03:47 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
   [0] Processing the python configuration file named step2_L1REPACK_HLT.py
Exception Message:
 unknown python problem occurred.
RuntimeError: An exception of category 'FileInPathError' occurred.
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/136.793_RunDoubleEG2017C


At:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Types.py(881): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(381): insertContentsInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(516): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Modules.py(161): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1216): _insertManyInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1489): fillProcessDesc
  <string>(2): <module>

----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 08-May-2024 14:03:48 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
   [0] Processing the python configuration file named step2_L1REPACK_HLT.py
Exception Message:
 unknown python problem occurred.
RuntimeError: An exception of category 'FileInPathError' occurred.
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-relvals/matrix-results/139.001_RunMinimumBias2021


At:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Types.py(881): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(381): insertContentsInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(516): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Modules.py(161): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1216): _insertManyInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1489): fillProcessDesc
  <string>(2): <module>

----- End Fatal Exception -------------------------------------------------
Expand to see more relval errors ...

RelVals-INPUT

  • 134.813134.813_RunCosmics2015C/step2_RunCosmics2015C.log
  • 136.721136.721_RunHLTPhy2016B/step2_RunHLTPhy2016B.log
  • 136.722136.722_RunDoubleEG2016B/step2_RunDoubleEG2016B.log
Expand to see more relval errors ...

AddOn Tests

----- Begin Fatal Exception 08-May-2024 14:03:38 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
   [0] Processing the python configuration file named TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_RECOBEFMIX_DIGI_L1_DIGI2RAW_L1Reco_RECO_VALIDATION.py
Exception Message:
 unknown python problem occurred.
RuntimeError: An exception of category 'FileInPathError' occurred.
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/fastsim2


At:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Types.py(881): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(381): insertContentsInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(516): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Modules.py(161): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1216): _insertManyInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1489): fillProcessDesc
  <string>(2): <module>

----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 08-May-2024 14:03:40 CEST-----------------------
An exception of category 'ConfigFileReadError' occurred while
   [0] Processing the python configuration file named TTbar_13TeV_TuneCUETP8M1_cfi_GEN_SIM_DIGI_L1_DIGI2RAW.py
Exception Message:
 unknown python problem occurred.
RuntimeError: An exception of category 'FileInPathError' occurred.
Exception Message:
edm::FileInPath unable to find file L1Trigger/L1TMuon/data/omtf_config/ExtrapolationFactors_simple.xml anywhere in the search path.
The search path is defined by: CMSSW_SEARCH_PATH
${CMSSW_SEARCH_PATH} is: /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39302/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/poison:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src:/cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/external/el8_amd64_gcc12/data
Current directory is: /data/cmsbld/jenkins/workspace/ib-run-pr-addon/addOnTests/hlt_mc_Fake2


At:
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Types.py(881): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(381): insertContentsInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Mixins.py(516): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Modules.py(161): insertInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1216): _insertManyInto
  /cvmfs/cms-ib.cern.ch/sw/x86_64/nweek-02836/el8_amd64_gcc12/cms/cmssw-patch/CMSSW_14_0_X_2024-05-08-1100/src/FWCore/ParameterSet/python/Config.py(1489): fillProcessDesc
  <string>(2): <module>

----- End Fatal Exception -------------------------------------------------
----- Begin Fatal Exception 08-May-2024 14:03:48 CEST-----------------------
An exception of category 'FileOpenError' occurred while
   [0] Constructing the EventProcessor
   [1] Constructing input source of type PoolSource
   [2] Calling RootInputFileSequence::initTheFile()
   [3] Calling StorageFactory::open()
   [4] Calling File::sysopen()
Exception Message:
Failed to open the file 'RelVal_Raw_Fake2_MC.root'
   Additional Info:
      [a] Input file file:RelVal_Raw_Fake2_MC.root could not be opened.
      [b] open() failed with system error 'No such file or directory' (error code 2)
----- End Fatal Exception -------------------------------------------------
Expand to see more addon errors ...

@mbluj
Copy link
Contributor Author

mbluj commented May 8, 2024

@aloeliger it should be tested with cms-data/L1Trigger-L1TMuon#26. This is already merged to cms-data, but not propagated to cms-distr of 14_0 (to be done).
We are working in parallel to store this information in CondDB and make it available via GT, but it is beyond scope of this PR.

@aloeliger
Copy link
Contributor

@mbluj Right, ok. I don't what the procedure is on data-file backports, but I could figure it out if you aren't already working on it. Let me know if you need assistance with that.

@mbluj
Copy link
Contributor Author

mbluj commented May 8, 2024

@mbluj Right, ok. I don't what the procedure is on data-file backports, but I could figure it out if you aren't already working on it. Let me know if you need assistance with that.

As far as I remember in my PRs it has been always performed by release managers. Anyway, it requires that in https://github.com/cms-sw/cmsdist/blob/IB/CMSSW_14_0_X/master/data/cmsswdata.txt L1Trigger-L1TMuon is updated to V01-10-00. I will check if I can do PR for it.

@mbluj
Copy link
Contributor Author

mbluj commented May 8, 2024

Backport of update of OMTF data in cms-dist for 14_0 in cms-sw/cmsdist#9177.

@smuzaffar
Copy link
Contributor

test parameters:

@smuzaffar
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 9, 2024

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5c033e/39323/summary.html
COMMIT: 4133b0f
CMSSW: CMSSW_14_0_X_2024-05-09-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/44920/39323/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • You potentially added 18 lines to the logs
  • Reco comparison results: 52 differences found in the comparisons
  • DQMHistoTests: Total files compared: 48
  • DQMHistoTests: Total histograms compared: 3327413
  • DQMHistoTests: Total failures: 72
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3327321
  • DQMHistoTests: Total skipped: 20
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 47 files compared)
  • Checked 202 log files, 165 edm output root files, 48 DQM output files
  • TriggerResults: no differences found

@aloeliger
Copy link
Contributor

+l1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_14_0_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_14_1_X is complete. This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2)
Notice This PR was tested with additional Pull Request(s), please also merge them if necessary: cms-sw/cmsdist#9177

@rappoccio
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 2292881 into cms-sw:CMSSW_14_0_X May 22, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants