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.
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.