DUNE / ND_CAFMaker

Code for running ND parameterized reconstruction and making CAFs
Apache License 2.0
1 stars 10 forks source link

Fix ND-LAr reco related hacks #24

Closed chenel closed 9 months ago

chenel commented 1 year ago

In order to finish testing out ND-LAr ML-Reco branch filling w/ truth matching, there were a number of short-term workarounds necessary for compatibility with MiniRun-3 generation files. These will need to be addressed when upstream fixes land:

There's also a separate problem that's not a hack per se but which also needs to be sorted out:

chenel commented 11 months ago

Seems the is_primary thing has fixed itself?

chenel commented 11 months ago

We don't actually need all the true neutrino info via pass-through if we can correctly propagate the vertexID, so long as we're using GENIE matching. (All the true neutrino info we'd ever want is in GENIE.) So I'm going to back-burner that component for now and focus on the GENIE matching.

chenel commented 9 months ago

We've finally got the vertexID stuff in place with #28, so we can close this one out.