nu-radio / NuRadioMC

A Monte Carlo simulation package for radio neutrino detectors
GNU General Public License v3.0
33 stars 35 forks source link

Implement additional_channels into the channel class. This allows mul… #716

Open fschlueter opened 1 month ago

fschlueter commented 1 month ago

…tiple trigger or readout channels (low and high gain for example) for the same physical channel.

@cg-laser and @sjoerd-bouma I went ahead and started an implementation which will allow us to treat "trigger channels" better.

Originally I wanted to restructure the channel class to be basically an collection of base_traces. But I could think of a solution which would keep the same interface as now for the first channel.

Any thoughts?