#[no_mangle]
pub extern "C" fn pineappl_lumi_new() -> Box<Lumi>
Expand description

Creates a new luminosity function and returns a pointer to it. If no longer needed, the object should be deleted using pineappl_lumi_delete.