categories#

Column production methods related defining categories.

Classes:

category_ids(*args, **kwargs)

class category_ids(*args, **kwargs)[source]#

Bases: Producer

Attributes:

Methods:

call_func(events[, target_events])

Assigns each event an array of category ids.

init_func(**kwargs)

skip_category(category_inst)

skip_func(**kwargs)

update_cls_dict(cls_name, cls_dict, get_attr)

cache_instances = True#
call_func(events, target_events=None, **kwargs)#

Assigns each event an array of category ids.

Return type:

ak.Array

data_only = False#
init_func(**kwargs)#
Return type:

None

mc_only = False#
produces = {'category_ids'}#
skip_category(category_inst)#
skip_func(**kwargs) bool#
Return type:

bool

static update_cls_dict(cls_name, cls_dict, get_attr)#