DUNE-DAQ / fddetdataformats

Far Detector Data Formats
0 stars 0 forks source link

JCF: DUNE-DAQ/daq-deliverables#73: simplify the namespace scheme for … #1

Closed jcfreeman2 closed 1 year ago

jcfreeman2 commented 1 year ago

…the Python bindings

jcfreeman2 commented 1 year ago

The key question for review is, do the Python bindings still work after this change? One way to test is to build with this branch, open python, and do the following:

import fddetdataformats.ssp
fddetdataformats.ssp.kEmulated

where you should expect to see the enum value of kEmulated printed.