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

ProductNotFound in 546, 547, 548 workflows #33578

Closed
makortel opened this issue Apr 29, 2021 · 10 comments
Closed

ProductNotFound in 546, 547, 548 workflows #33578

makortel opened this issue Apr 29, 2021 · 10 comments

Comments

@makortel
Copy link
Contributor

Workflows 546, 547, 548 step 2, 3, 3 (respectively) has been failing since CMSSW_12_0_X_2021-04-28-1100 with

%MSG
----- Begin Fatal Exception 28-Apr-2021 15:37:20 CEST-----------------------
An exception of category 'ProductNotFound' occurred while
   [0] Processing  Event run: 1 lumi: 1 event: 1 stream: 1
   [1] Running path 'nanoAOD_step'
   [2] Calling method for module GenVisTauProducer/'genVisTaus'
Exception Message:
Principal::getByToken: Found zero products matching all criteria
Looking for type: std::vector<reco::GenJet>
Looking for module label: tauGenJetsSelectorAllHadronsForNano
Looking for productInstanceName: 

   Additional Info:
      [a] If you wish to continue processing events after a ProductNotFound exception,
add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.

----- End Fatal Exception -------------------------------------------------
%MSG-w MemoryCheck:  JetFlavourClustering:genJetAK8FlavourAssociation  28-Apr-2021 15:37:20 C

https://cmssdt.cern.ch/SDT/cgi-bin/logreader/slc7_amd64_gcc900/CMSSW_12_0_X_2021-04-28-1100/pyRelValMatrixLogs/run/546.0_DYToLL_M-50_13TeV_pythia8+DYToLL_M-50_13TeV_pythia8+NANOGENFromGen/step2_DYToLL_M-50_13TeV_pythia8+DYToLL_M-50_13TeV_pythia8+NANOGENFromGen.log#/

@makortel
Copy link
Contributor Author

assign generators, xpog

@cmsbuild
Copy link
Contributor

New categories assigned: generators,xpog

@mkirsano,@SiewYan,@fgolf,@mariadalfonso,@alberto-sanchez,@gouskos,@agrohsje,@GurpreetSinghChahal you have been requested to review this Pull request/Issue and eventually sign? Thanks

@cmsbuild
Copy link
Contributor

A new Issue was created by @makortel Matti Kortelainen.

@Dr15Jones, @dpiparo, @silviodonato, @smuzaffar, @makortel, @qliphy can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

@makortel
Copy link
Contributor Author

#33522 (merged in that IB) seems like a plausible cause

@mariadalfonso
Copy link
Contributor

mariadalfonso commented Apr 29, 2021

@mbluj @kdlong
can you help here ?

@mariadalfonso
Copy link
Contributor

we have this visible tau sequence also in the nanoGEN, we just need to import the changes more transparently

@kdlong
Copy link
Contributor

kdlong commented Apr 29, 2021

This looks like the likely culprit. Best would be to divide the tauMC statement into the genOnly pieces so the actual sequence can be added to NanoGen. Something like:

tauMCgen = cms.Sequence(tauGenJetsForNano + tauGenJetsSelectorAllHadronsForNano + genVisTaus + genVisTauTable)
tauMC = cms.Sequence(tauMCGen + tausMCMatchLepTauForTable + tausMCMatchHadTauForTable + tauMCTable)

then schedule tauMCgen in the NanoGen sequence. If someone else can actually implement this (@dteague ?) that would be great.

@mbluj
Copy link
Contributor

mbluj commented Apr 30, 2021

I think I can take it.
@kdlong, thanks for suggestion, I'll follow it.

@mbluj
Copy link
Contributor

mbluj commented Apr 30, 2021

Fixes implemented in PR #33586 (master) and #33590 (106X).

@mariadalfonso
Copy link
Contributor

+xpog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants