Inherits lalburst.snglcoinc.coincgen_doubles.
Inherited by lalburst.burca.string_coincgen_doubles.
Data Structures | |
| class | get_coincs |
| class | singlesqueue |
Additional Inherited Members | |
Public Member Functions inherited from lalburst.snglcoinc.coincgen_doubles | |
| def | __init__ (self, offset_vector, coinc_windows) |
| offset_vector must be a two-instrument offset vector. More... | |
| def | age (self) |
| The earliest of the internal queues' .age. More... | |
| def | t_coinc_complete (self) |
| The earliest of the internal queues' .t_coinc_complete. More... | |
| def | push (self, instrument, events, t_complete) |
| Push new events from some instrument into the internal queues. More... | |
| def | doublesgen (self, eventsa, offset_a, eventsb, singles_ids) |
| For internal use only. More... | |
| def | pull (self, t, singles_ids) |
| Generate a sequence of 2-element tuples of Python IDs of coincident event pairs. More... | |
Data Fields inherited from lalburst.snglcoinc.coincgen_doubles | |
| offset_vector | |
| coinc_window | |
| queues | |
| index | |
| instrumentb | |
| offset_a | |
Static Public Attributes inherited from lalburst.snglcoinc.coincgen_doubles | |
| singlesqueue = singlesqueue | |