alphatwirl.summary.KeyValueComposer

class alphatwirl.summary.KeyValueComposer(keyAttrNames=None, binnings=None, keyIndices=None, valAttrNames=None, valIndices=None)[source]

This class composes keys and values for the event

(this docstring is under development.)

This class can be used with BEvents.

This class supports inclusive indices ‘*’

This class supports back references.

__init__(keyAttrNames=None, binnings=None, keyIndices=None, valAttrNames=None, valIndices=None)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__([keyAttrNames, binnings, …]) Initialize self.
begin(event)