NuRadioReco.modules.efieldTimeDirectionFitter module

class NuRadioReco.modules.efieldTimeDirectionFitter.efieldTimeDirectionFitter[source]

Bases: object

Calculates basic signal parameters.

Methods

run(evt, station, det[, channels_to_use, ...])

Parameters:

begin

end

begin(debug=False, time_uncertainty=0.1)[source]
run(evt, station, det, channels_to_use=None, cosmic_ray=False)[source]
Parameters:
evt: Event

The event to run the module on

station: Station

The station to run the module on

det: Detector

The detector description

channels_to_use: list of int (default: [0, 1, 2, 3])

List with the IDs of channels to use for reconstruction

cosmic_ray: Bool (default: False)

Flag to mark event as cosmic ray

end()[source]