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 (simEcalEBTriggerPrimitiveDigis) in wf 20634.99 #30539

Closed
silviodonato opened this issue Jul 4, 2020 · 7 comments · Fixed by #30568
Closed

ProductNotFound (simEcalEBTriggerPrimitiveDigis) in wf 20634.99 #30539

silviodonato opened this issue Jul 4, 2020 · 7 comments · Fixed by #30568

Comments

@silviodonato
Copy link
Contributor

silviodonato commented Jul 4, 2020

After having turned on the new Phase-2 L1T package (CMSSW_11_2 2020-07-02-2300, #30498, #30479) we are getting an exception in 20634.99:

----- Begin Fatal Exception 04-Jul-2020 03:42:40 CEST-----------------------
An exception of category 'ProductNotFound' occurred while
   [0] Processing  Event run: 1 lumi: 2 event: 104 stream: 2
   [1] Running path 'FEVTDEBUGHLToutput_step'
   [2] Prefetching for module PoolOutputModule/'FEVTDEBUGHLToutput'
   [3] Calling method for module L1EGCrystalClusterEmulatorProducer/'L1EGammaClusterEmuProducer'
Exception Message:
Principal::getByToken: Found zero products matching all criteria
Looking for type: edm::SortedCollection<EcalEBTriggerPrimitiveDigi,edm::StrictWeakOrdering<EcalEBTriggerPrimitiveDigi> >
Looking for module label: simEcalEBTriggerPrimitiveDigis
Looking for productInstanceName: 
Looking for process: HLT
   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 -------------------------------------------------
@silviodonato
Copy link
Contributor Author

assign l1

@silviodonato
Copy link
Contributor Author

assign upgrade

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2020

New categories assigned: upgrade,l1

@benkrikler,@rekovic,@kpedro88 you have been requested to review this Pull request/Issue and eventually sign? Thanks

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 4, 2020

A new Issue was created by @silviodonato Silvio Donato.

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

cms-bot commands are listed here

@silviodonato
Copy link
Contributor Author

The problem is related to this line
https://github.com/cms-sw/cmssw/blob/master/Configuration/StandardSequences/python/DigiDM_cff.py#L43
(#23065)

The offending cmsDriver.py command is
step3 --datamix PreMix --conditions auto:phase2_realistic_T14 --pileup_input file:step2.root -n 10 --era Phase2C8 --eventcontent FEVTDEBUGHLT --procModifiers premix_stage2 --filein file:step1.root -s DIGI:pdigi_valid,DATAMIX,L1TrackTrigger,L1,DIGI2RAW,HLT:@fake2 --datatier GEN-SIM-DIGI-RAW --geometry Extended2026D41 --fileout file:step3.root

@kpedro88
Copy link
Contributor

kpedro88 commented Jul 4, 2020

@makortel FYI

I think the input tag needs to be customized to DMEcalEBTriggerPrimitiveDigis using the premix_stage2 modifier

@makortel
Copy link
Contributor

makortel commented Jul 5, 2020

I think the input tag needs to be customized to DMEcalEBTriggerPrimitiveDigis using the premix_stage2 modifier

By quick look I agree (alternative would be to take a step towards resolving #26001, but that would require larger re-engineering).

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

Successfully merging a pull request may close this issue.

4 participants