Skip to content

Releases: Mu2e/EventNtuple

v02_00_00

23 Jun 19:24
945de7d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v01_01_00...v02_00_00

v01_01_00

19 May 21:37
d0035dd
Compare
Choose a tag to compare

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

Full Changelog: v01_00_01...v01_01_00

v01_00_01

19 May 21:14
dc9a749
Compare
Choose a tag to compare

Overview

This tag resolves the recent incompatibilty between TrkAna and the new MDC2020r datasets

What's Changed

  • add cetlib to SConscript for art v3_11 by @macndev in #58

Full Changelog: v01_00_00...v01_00_01

v01_00_00

31 Jan 19:04
2e6443b
Compare
Choose a tag to compare

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.