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

Add new data members to EventHeader #33

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

kutschke
Copy link
Contributor

Add measured RF0 and event duration from the CFO EventWindow Data Record
Add c'tors that initialize these.
Update comments.
Fix typo in existing comment.

I decided not to include the following fields from the CFO EventWindow Data Record.

  • 6 byte Event Window Tag - already present above.
  • 4 byte linux seconds timestamp - only record it in Run and SubRun headers
  • 1 byte estimate of DR marker for event N - already present above
  • 1 byte estimate of DR marker for event N+1 - will be present in event N+1
  • 1 byte measurement of DR marker for event N+1 - will be present in event N+1

…ord.

Add c'tors that initialize these.
Update comments.
Fix typo in existing comment.

I decided not to include the following fields from the CFO EventWindow Data Record.
  - 6 byte Event Window Tag - already present above.
  - 4 byte linux seconds timestamp - only record it in Run and SubRun headers
  - 1 byte estimate of DR marker for event N - already present above
  - 1 byte estimate of DR marker for event N+1 - will be present in event N+1
  - 1 byte measurement of DR marker for event N+1 - will be present in event N+1
Copy link
Contributor

@eflumerf eflumerf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@eflumerf eflumerf merged commit dcf5119 into Mu2e:develop Apr 29, 2024
@kutschke
Copy link
Contributor Author

kutschke commented Apr 29, 2024 via email

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

Successfully merging this pull request may close these issues.

2 participants