data

class MultiData(*args, **kwargs)[source]

Bases: SimpleData

get_data(idx) list[source]
get_n_data()[source]
get_phsp_noeff()[source]
process_scale(idx, data)[source]
set_lazy_call(data, idx)[source]
class SimpleData(dic, decay_struct, config=None)[source]

Bases: object

cal_angle(p4, **kwargs)[source]
get_all_data()[source]
get_dat_order(standard=False)[source]
get_data(idx) dict[source]
get_data_file(idx)[source]
get_data_index(sub, name)[source]
get_n_data()[source]
get_phsp_noeff()[source]
get_phsp_plot()[source]
get_weight_sign(idx)[source]
load_cached_data(file_name=None)[source]
load_data(files, weight_sign=1, weight_smear=None, **kwargs) dict[source]
load_extra_var(n_data, **kwargs)[source]
load_p4(fnames)[source]
load_weight_file(weight_files)[source]
process_scale(idx, data)[source]
save_cached_data(data, file_name=None)[source]
savetxt(file_name, data)[source]
set_lazy_call(data, idx)[source]
load_data_mode(dic, decay_struct, default_mode='multi', config=None)[source]
register_data_mode(name=None, f=None)[source]

register a data mode

Params name:

mode name used in configuration

Params f:

Data Mode class