-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[12_2_X] Crash in FastjetJetProducer: "Did not specify appropriate inputs for VirtualJetProducer" #36322
Comments
A new Issue was created by @johnalison John Alison. @Dr15Jones, @perrotta, @dpiparo, @makortel, @smuzaffar, @qliphy can you please review it and eventually sign/assign? Thanks. cms-bot commands are listed here |
Tagging @SWuchterl @soureek @rappoccio |
assign reconstruction |
@johnalison Could you provide a full recipe to reproduce the problem? |
|
@laurenhay @cms-sw/jetmet-pog-l2 |
Thanks @johnalison. If this is related to the ESConsumes migration, I think the downstream client code will have to be updated. Can you point out the "btagana" module? |
OK thanks, Are there instructions/an example for how to do the migration ? |
I don't think there are instructions, unless @Dr15Jones has some in his back pocket somewhere? :) |
Thanks Chris @Dr15Jones ! |
If I read the code correctly, the exception is thrown in cmssw/RecoJets/JetProducers/plugins/VirtualJetProducer.cc Lines 387 to 388 in 8fa87a9
when all of the attempts to read input objects failed. I can not imagine how that could be caused by missing esConsumes (that should lead to very different kind of exception message). Written that, migrating BTagAnalyzer would be needed anyway.
|
I agree that the issue is not related to the esConsumes |
I successfully ran the PatAlgos unit tests (with updated files as the ones currently living in CMSSW at https://github.com/cms-sw/cmssw/blob/master/PhysicsTools/PatAlgos/python/patInputFiles_cff.py are deprecated). This leads me to believe the issue lives in the bTagAnalyzer in some inconsistency with recent changes in cmssw and not in the JetProducers themselves. |
@johnalison any ideas? It looks like it's on the BTV custom validation side? |
type btv |
@johnalison is this being addressed in BTV? or should it be closed / moved to a BTV repo? |
Hi @joosep Pata ***@***.***> yes we will follow up in BTV, looks
like a problem on our side. You can close.
…On Thu, May 5, 2022 at 10:43 AM Joosep Pata ***@***.***> wrote:
@johnalison <https://github.com/johnalison> is this being addressed in
BTV? or should it be closed / moved to a BTV repo?
—
Reply to this email directly, view it on GitHub
<#36322 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJX775FWPP6OJVCSR7GPJPLVIPNCJANCNFSM5JE3COAQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Carnegie Mellon University
https://www.cmu.edu/physics/alison-group/
|
Hi, @johnalison I think you have to close, thanks! |
-reconstruction
|
@cmsbuild please close |
Hello I am seeing a crash when producing ak4PFJets in rel CMSSW_12_2_0_pre2.
I see:
"Did not specify appropriate inputs for VirtualJetProducer, Abort!"
Full print out below.
Seems to be coming from
process.ak4PFJets = cms.EDProducer("FastjetJetProducer",
created from
from PhysicsTools.PatAlgos.tools.jetTools import *
updateJetCollection(...)
Think it could be related to
#35276
or
#35078
Any suggestions ?
The text was updated successfully, but these errors were encountered: