WireCell / wire-cell-gen

Wire Cell packages that can generate things like wires, cells, depositions, diffusions, slices, frames, ...
0 stars 1 forks source link

Converter from IDepo to LArSoft SimChannel #21

Closed brettviren closed 6 years ago

brettviren commented 6 years ago

This is really for larwirecell and it still isn't clear what exactly is needed.

LArSoft has SimChannel and microboone wants to fill it with "Wire-Cell information". This class associates between:

This association is per-channel.

This thus provides effectively a per-channel/per-tick histogram of the distribution of drifting electrons passing a wire plane.

However, if one were to use SimChannel as prepared above to compare to WCT SP output there will be a mismatch due to broadening that occurs from the variation in drift paths and their field response within a wire region. This broadening may be added into SimChannel but requires a more full simulation.

brettviren commented 6 years ago

Some clarity on this: indeed SimChannel can be produced directly from post-drift depos. This boils down to forming per-trackID 2D histograms in channel vs tick from the depo charge distribution in time vs transverse position for each wire plane. As this is purely a larwirecell issue, it will be removed from the 0.8.x release project.

brettviren commented 6 years ago

Moved to here: https://github.com/WireCell/larwirecell/issues/1