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

Unify Unpacker Error Reporting #157

Open
mulhearn opened this issue Feb 17, 2016 · 0 comments
Open

Unify Unpacker Error Reporting #157

mulhearn opened this issue Feb 17, 2016 · 0 comments
Labels

Comments

@mulhearn
Copy link
Member

Just recording this one for now... this won't be in 800.

During IB testing it is clear with two, and soon three, era's to support, we want to move to an unpacker regimen where:

  • Every L1T unpacker is always run at RAW2DIGI step
  • Every unpacker has a flag "ExpectNonEmptyPayload".
  • If ExpectNonEmptyPayload is false, and empty payload encountered, no Error.
  • If ExpectNonEmptyPayload is true, and empty payload encountered, issue up to 5 Errors.
  • ExpectNonEmptyPayload is only set to true for payloads in critical path
  • remove all unpacking from DQM sequences
  • ExpectNonEmptyPayload defaults to true, so HLT, which only unpacks required modules, requires no adaptation.

This was always the plan, just, well, you know...

@mulhearn mulhearn added the Todo label Feb 18, 2016
@mulhearn mulhearn changed the title TODO: Unify Unpacker Error Reporting Unify Unpacker Error Reporting Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant