Assigning routing bit numbers to stream names
MR !800 (merged) addresses the infrastructure required to configure the future streaming from a line configuration point of view.
Within Hlt/Moore/python/Moore/routingbits.py
there exists a "dummy" dictionary to assign stream names a routing bit number
dict_of_bits = dict(charm=2, b2cc=34, default=95)
This is for testing purposes only
It needs to be decided where the eventual routing bits numbers -> stream names map will live and this needs to be implemented