You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first creates user friendly printout. The second histograms everything in the payload and is used in nightly validation: https://mu2e.fnal.gov/atwork/computing/ops/val/valJob/nightly/nightly.html . The policy for the printer is that lowest level printout is restricted to one line per entry and is curated. Speak with Ray to learn if he has guidelines for the other verbosity levels. This is where the EnumToString will make live easy: operator << prints both numerical value and the string.
The text was updated successfully, but these errors were encountered:
kutschke
changed the title
Minor follow-ons from PR
Minor follow-ons from PR #1245
May 24, 2024
@kutschke I will link #1272 here, though I am not sure to what extent that overlaps with what you had planned for this.
I screwed up with the newline = create new issue feature. It's updated now. This is not a high priority but it's straightforward. It's orthogonal to the big questions you ask in 1272.
PR #1245 introduced a new data member to StrawDigiMC. We need to update
https://github.com/Mu2e/Offline/blob/main/Print/src/StrawDigiMCPrinter.cc
https://github.com/Mu2e/Offline/blob/main/Validation/src/ValStrawDigiMC.cc
The first creates user friendly printout. The second histograms everything in the payload and is used in nightly validation:
https://mu2e.fnal.gov/atwork/computing/ops/val/valJob/nightly/nightly.html . The policy for the printer is that lowest level printout is restricted to one line per entry and is curated. Speak with Ray to learn if he has guidelines for the other verbosity levels. This is where the EnumToString will make live easy: operator << prints both numerical value and the string.
The text was updated successfully, but these errors were encountered: