DUNE / dune-tms

DUNE ND Temporary Muon Spectrometer
0 stars 1 forks source link

Add truth info #86

Closed jdkio closed 3 months ago

jdkio commented 3 months ago

Adds a bunch of truth info, on the way to finishing issue #54. See new branches in src/TMS_TreeWriter.h starting at nTrueParticles.

Adds all true particle information (basically copy of genie tree). Then also position/momentum of particle at "key points", like entering/exiting tms or at beginning/end of reco track. See talk here for a full list of key points.

And finally, truth info about the reco track, like the primary and possibly secondary particle that it is made of. Gets the momentum using z position, but has a limit of 110mm. That seems to be too small because a bunch of times it can't find the true particle information for that reco track. That needs looking into