DUNE / ND_CAFMaker

Code for making CAFs from ND inputs (whether 2x2+MINERvA prototype or full ND simulation)
Apache License 2.0
1 stars 11 forks source link

fill `SRTrack::dir` for ND-LAr tracks #15

Closed chenel closed 2 years ago

chenel commented 2 years ago

The SRTrack::dir member was not being filled (dir was added after the last ND-LAr reco run). This PR fixes that.

This update will only work with .h5 summary files produced using commit 4b6965f of dune-nd-lar-reco or later, which does not include the first round of CAFs produced for the LBL workshop

chenel commented 2 years ago

Tested on sample file and outputs look sane. Merging.