fill_muon_event

lstchain.image.muon.muon_analysis.fill_muon_event(mc_energy, output_parameters, good_ring, event_id, event_time, muonintensityparam, dist_mask, muonringparam, radial_distribution, size, size_outside_ring, mean_pixel_charge_around_ring, muonparameters, hg_peak_sample=nan, lg_peak_sample=nan)

Fill the dictionary with the parameters of a muon event

Parameters:
mc_energy: `float`

Energy for simulated muons

output_parameters: `dict`

Empty dictionary to include the parameters of the fitted muon

good_ringbool

It determines whether the ring can be used for analysis or not

event_idint

Id of the analyzed event

event_time: `float`

Time of the event

muonintensityparam: `MuonParametersContainer`
dist_maskndarray

Pixels used in ring intensity likelihood fit

muonringparamMuonParametersContainer
radial_distributiondict

Return of function radial_light_distribution

sizefloat

Total intensity in ring in photoelectrons

size_outside_ringfloat

Intensity outside the muon ting in photoelectrons to check for “shower contamination”

mean_pixel_charge_around_ringfloat

Charge “just outside” ring, to check the possible signal extractor bias

muonparametersMuonParametersContainer
hg_peak_sample: `np.ndarray`

HG sample of the peak

lg_peak_sample: `np.ndarray`

LG sample of the peak

Returns:
None