SBNSoftware / sbndcode

10 stars 43 forks source link

TPC Decoder invalid fragments -> warning instead of exception #439

Closed tomjunk closed 3 months ago

tomjunk commented 3 months ago

Tingjun requested that the behavior of the TPC decoder be changed from throwing an exception (this was the old behavior with the call to getValidHandle, but retained with the getHandle call), to a warning. The decoding is skipped and an empty raw digit collection stored in the event when the input handle is invalid. This enables DQM jobs to continue past invalid events.

fjnicolas commented 3 months ago

the new (production) tag will be coming on Monday; @yangtj207 are you happy with the proposed changes?