processes#
Column production methods related detecting truth processes.
Classes:
|
- class process_ids(*args, **kwargs)[source]#
Bases:
ProducerAttributes:
Methods:
call_func(events, **kwargs)Assigns each event a single process id, based on the first process that is registered for the internal py:attr:dataset_inst.
skip_func(**kwargs)update_cls_dict(cls_name, cls_dict, get_attr)- cache_instances = True#
- call_func(events, **kwargs)#
Assigns each event a single process id, based on the first process that is registered for the internal py:attr:dataset_inst. This is rather a dummy method and should be further implemented depending on future needs (e.g. for sample stitching).
- Return type:
- data_only = False#
- mc_only = False#
- produces = {'process_id'}#
- static update_cls_dict(cls_name, cls_dict, get_attr)#