cmssw: Out of range exception from RPCAMCRawToDigi
Workflow 136.8561 step 3 has been failing since CMSSW_12_5_X_2022-07-28-1100 with
----- Begin Fatal Exception 02-Aug-2022 14:38:05 CEST-----------------------
An exception of category 'OutOfRange' occurred while
[0] Processing Event run: 314890 lumi: 591 event: 497483740 stream: 2
[1] Running path 'dqmoffline_step'
[2] Prefetching for module L1TdeStage2CPPF/'l1tdeStage2Cppf'
[3] Calling method for module RPCAMCRawToDigi/'rpcCPPFRawToDigi'
Exception Message:
Out-of-range input for RPCAMCLink::bf_set, position 0: 100
----- End Fatal Exception -------------------------------------------------
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 33 (33 by maintainers)
Sep 20, see https://twiki.cern.ch/twiki/bin/viewauth/CMS/CMSSW_12_5_0 However, I would aim for a fix well before that date, in order to have still a few IBs available in which the wf can be tested
by the way removing the CPPF unpacker results in
so, there are downstream consumers.
@kskovpen
this wf has no relevance whatsoever for run-3, but it is there to ensure we can still reconstruct properly the run2 high beta star data. I think someone with higher paygrade than me should decide if this is something that CMS wants to keep being able to do, but I don’t see why that would not be the case. Having said that to me it seems that the right course of action is to provide these checks in the CPPF / RPC code in order to avoid crashing on bad input data. Such checks are customarily included in DPG / POG code to avoid to failures at run time.
@mileva
yes, I understand, but changing the input data is NOT an option, unless we want to give up testing the high beta* reco…