DUNE / dune-tms

DUNE ND Temporary Muon Spectrometer
0 stars 1 forks source link

Feature/truth sign dist mu mom #130

Closed mdolce8 closed 2 weeks ago

mdolce8 commented 3 weeks ago

This is the PR for the work on the muon signed distance. Has two scripts:

  1. signed_distance_mu_momentum_slices.py . Create Truth muon (and anti-muon) Signed Distance plots in slices of muon KE. The script creates two versions of the plots:

    • the KE of the muon at it's "birth"
    • the KE of the muon as it enters TMS. From discussions at Friday meetings, both seem useful, so that's why the script makes both.
  2. signed_distance_enu_momentum_slices.py . Does the same thing, but makes plots of the Signed Distance in slices of the True Neutrino Energy. I have only run this script over a limited number of TMSReco events, so the stats in the plots I have are sparse (also was suggested at the last TMS Studies meeting).

I also made a new directory for these scripts, Truth . I thought they should go there since they use truth info and don't confuse people by putting them in the Reco dir.