Releases: Mu2e/EventNtuple
Releases · Mu2e/EventNtuple
v02_00_00
What's Changed
- Use XYZVectorF for position and momentum vectors by @brownd1978 in #45
- Change default splitlevel to 99 for uproot by @brownd1978 in #46
- Make the process name (needed for the TriggerBits) to be fcl-configur… by @AndrewEdmonds11 in #44
- Add position and momentum vectors to TrkFitInfo by @brownd1978 in #48
- CRV-related Changes by @AndrewEdmonds11 in #49
- Remove Helix Parameters by @AndrewEdmonds11 in #50
- add cetlib to SConscript for art v3_11 by @macndev in #52
- Nicer python interface by @AndrewEdmonds11 in #53
- Introduce a util to simplify root command line parsing of TrkAna TTrees by @brownd1978 in #55
- Improvements by @brownd1978 in #56
- Fix whitespace issues by @AndrewEdmonds11 in #54
- Add mcvalid branch by @AndrewEdmonds11 in #57
- Fix hit correlation flag by @brownd1978 in #60
- Rollback change for KinKal v2 by @AndrewEdmonds11 in #61
- Add plane info by @brownd1978 in #63
- Changes needed for KinKal v2 by @AndrewEdmonds11 in #62
- BestCRV-related changes by @AndrewEdmonds11 in #51
New Contributors
Full Changelog: v01_01_00...v02_00_00
v01_01_00
Overview
This tag includes the new TrkAnaUtils.C script that can be used on the ROOT command line like so:
// load the utility and open a file
#include "TrkAna/examples/TrkAnaUtils.C"
TrkAnaUtils tku("trkana.root", "TrkAnaNeg")
// list all top-level branches
tku.ListBranches()
// list all top- and next-level branches
tku.ListBranches(1)
// list leaves on a specific branch
tku.ListBranch("deent")
// use ROOT's draw command
tku.Draw("deent.mom", "de.t0>700", "HIST")
What's Changed
- TrkAnaUtils by @brownd1978 in #59
Full Changelog: v01_00_01...v01_01_00
v01_00_01
Overview
This tag resolves the recent incompatibilty between TrkAna and the new MDC2020r datasets
What's Changed
Full Changelog: v01_00_00...v01_00_01
v01_00_00
The first TrkAna release! We will start tagging versions of TrkAna to be used in Musings. We will use the same semantic versioning convention as the rest of Mu2e.