1) Remove RC tail in ICARUS "noise filter": Icarus.h (.cxx)
2) Correct the variation of electronics response through "PerPlaneResponse" with corresponding configuration files
2.1) In PerPlaneResponse, it originally supports a single channel format. Now it supports either a single channel or an array of channels.
This PR compiles and runs my sigproc tests. I just notices that the sigproc is quite vulnerable to some randomness. Needs to be investigated.
ref: wirecell pr258.pdf
1) Remove RC tail in ICARUS "noise filter": Icarus.h (.cxx) 2) Correct the variation of electronics response through "PerPlaneResponse" with corresponding configuration files 2.1) In PerPlaneResponse, it originally supports a single channel format. Now it supports either a single channel or an array of channels.