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

L1T unpacker for HI pointing to incorrect input FEDRawDataCollection #25177

Closed
fabiocos opened this issue Nov 9, 2018 · 6 comments
Closed

L1T unpacker for HI pointing to incorrect input FEDRawDataCollection #25177

fabiocos opened this issue Nov 9, 2018 · 6 comments

Comments

@fabiocos
Copy link
Contributor

fabiocos commented Nov 9, 2018

While performing checks on express for integration of latest additions I noticed lots of messages like:

%MSG-e L1T: L1TRawToDigi:caloStage2Digis 09-Nov-2018 16:40:47 CET Run: 326398 Event: 28488968
Cannot unpack: no FEDRawDataCollection found
%MSG-e L1T: L1TRawToDigi:gtStage2Digis 09-Nov-2018 16:40:47 CET Run: 326398 Event: 28488968
Cannot unpack: no FEDRawDataCollection found

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2018

A new Issue was created by @fabiocos Fabio Cossutti.

@davidlange6, @Dr15Jones, @smuzaffar, @fabiocos, @kpedro88 can you please review it and eventually sign/assign? Thanks.

cms-bot commands are listed here

@fabiocos
Copy link
Contributor Author

fabiocos commented Nov 9, 2018

assign l1

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 9, 2018

New categories assigned: l1

@rekovic,@nsmith-,@thomreis you have been requested to review this Pull request/Issue and eventually sign? Thanks

@fabiocos
Copy link
Contributor Author

fabiocos commented Nov 9, 2018

@icali @mandrenguyen to keep track of the issue that I have told you directly
@rekovic this is the problem I have noticed

@mguilbau
Copy link

mguilbau commented Nov 9, 2018

I have been facing a similar issue running the L1Ntuple framework on the new data. The reason was that the custumization:

--customise=FWCore/ParameterSet/MassReplace.massReplaceInputTag

Does not replace 'rawDataCollector' by 'rawDataRepacker' for all the L1T module. I am wondering if it is a similar issue here. Bellow the list of collection I had to fix by hand:

process.simTwinMuxDigis.RPC_Source = cms.InputTag('rpcTwinMuxRawToDigi')
process.tcdsRawToDigi.InputLabel = cms.InputTag('rawDataRepacker')
process.onlineMetaDataRawToDigi.InputLabel = cms.InputTag('rawDataRepacker')
process.caloStage2Digis.InputLabel = cms.InputTag('rawDataRepacker')
process.caloStage1Digis.InputLabel = cms.InputTag('rawDataRepacker')
process.gmtStage2Digis.InputLabel = cms.InputTag('rawDataRepacker')
process.gtStage2Digis.InputLabel = cms.InputTag('rawDataRepacker')

@fabiocos
Copy link
Contributor Author

#25193 looks to fix the issue

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

3 participants