evaluate a list of distributions at specific values of p_perp and p_par

eval_distribution_list(distribution_list, p_perp, p_par)

Arguments

distribution_list

list with a list of momentum distributions.

p_perp

numeric value of perpendicular momentum component.

p_par

numeric value of parallel momentum component.

Value

numeric sum of values of distributions at (p_perp, p_par).