Mu2e / otsdaq_mu2e_tracker

otsdaq code for the Mu2e Tracker
Other
0 stars 2 forks source link

Read ROC serial number and factor out ensured block reads #39

Closed edcallaghan closed 1 month ago

edcallaghan commented 1 month ago

This PR adds functionality to read a ROC's serial number and return as a string; extending to parse the full device information stream is easy, and will be included in a follow-up PR. The relevant block read here and in the FindAlignment workflow follow the same pattern, which has been factored out and will likely prove convenient.