Track released broadcast Fragments to not release the same twice - #304
Conversation
…Logger and Dispatchers which do not set init_fragment_count
|
I suspect that the configuration key "init_fragment_count" is actually not configurable. |
|
It is set by DAQInterface when it inspects the system configuration ("bookkeeping"). It needs to be set in the input configuration so that DAQInterface can update it to the correct value. |
|
What happens if the user adds "init_fragment_count":1 or anything other than 0 (is there a wrong value)? |
|
There is no wrong value. It just has to be in the input FHiCL document so that DAQInterface can overwrite it with the calculated value. |
No description provided.