Releases: Mu2e/EventNtuple
v06_00_00
Overview
This release brings a few major (breaking) changes:
- the repository is now named EventNtuple,
- all track types are now stored in a single
trk
branch, - some branches and fcl files have been renamed (see list here)
The README has been updated with further information.
Upgrading from v5
For analyzers: to update your analysis scripts see the list of branch/leaf/fcl file name changes in https://github.com/Mu2e/EventNtuple/doc/v5-to-v6.md
For developers: to update your development area see the instructions in https://github.com/Mu2e/EventNtuple/doc/v5-to-v6_developers.md
What's Changed
- Release candidate for EventNtuple v6 by @AndrewEdmonds11 in #212
- Update RooUtil for the v6 preview by @AndrewEdmonds11 in #213
- Fixes for v06-dev branch by @AndrewEdmonds11 in #214
- Fix missing trkqual branch in v06 by @AndrewEdmonds11 in #215
- More v6 updates by @AndrewEdmonds11 in #216
- Merge in v06-dev branch by @AndrewEdmonds11 in #217
Full Changelog: v05_06_00...v06_00_00
v05_06_00
Overview
Final tag before the big update to v06. The main update with the previous version is the introduction of SurfaceSteps
What's Changed
- Adding another example to the demmcsim tutorial by @AndrewEdmonds11 in #199
- Create SurfaceStepInfos from SurfaceSteps by @brownd1978 in #197
- Updates so that we can run on data-only files by @AndrewEdmonds11 in #201
- Add missing overrides by @AndrewEdmonds11 in #202
- Updating InfoStructs for ntuplehelper by @AndrewEdmonds11 in #200
- Revert "Updating InfoStructs for ntuplehelper" by @AndrewEdmonds11 in #206
- Add info about passive material intersections by @brownd1978 in #203
- New tutorials and some changes to the utils structure by @sophiemiddleton in #204
- Revert "New tutorials and some changes to the utils structure" by @AndrewEdmonds11 in #207
- Trkqual changes by @sophiemiddleton in #205
- Reapply "New tutorials and some changes to the utils structure" by @AndrewEdmonds11 in #208
- Reapply "Updating InfoStructs for ntuplehelper" by @AndrewEdmonds11 in #209
- Add vector<vector> to classes_dex.xml by @AndrewEdmonds11 in #210
- Follow-on updates for TrackQuality KalSeed --> KalSeedPtr change by @AndrewEdmonds11 in #211
Full Changelog: v05_05_00...v05_06_00
v05_05_00
Important Updates
- New leaves:
demlh.d0
anddemlh.tanDip
(temporary) - New utilities:
- New examples:
- ROOT: TrkAna loop with CRV (script
What's Changed
- Adding example TrkAna loop script with CRV info by @AndrewEdmonds11 in #175
- Added python util by @sophiemiddleton in #177
- Follow changes in TrkConfig by @brownd1978 in #179
- Make dictionaries available to ROOT by @AndrewEdmonds11 in #181
- Follow move of SurfaceId by @AndrewEdmonds11 in #183
- Add script to process digis directly using the trigger by @brownd1978 in #185
- Validation writeup by @AndrewEdmonds11 in #187
- fix typos in validation writeup by @AndrewEdmonds11 in #188
- Remove the "suffix" concept by @AndrewEdmonds11 in #189
- Fix TrkAnaExtracted error by @AndrewEdmonds11 in #191
- Add all highp trigger lines by @brownd1978 in #192
- Add old track fit parameters to LoopHelixInfo as a stopgap by @AndrewEdmonds11 in #193
- Fix script to add SurfaceSteps by @brownd1978 in #195
- Utility for branch and leaf descriptions by @AndrewEdmonds11 in #196
- Remove references to pyana in tutorial by @AndrewEdmonds11 in #198
Full Changelog: v05_04_00...v05_05_00
v05_04_00
New tag for production. All fcl changes
What's Changed
- Add link to developer instructions by @AndrewEdmonds11 in #165
- Follow KalSeedMerger changes in Offline by @brownd1978 in #166
- Added trigger_paths and end_paths to TrkAnaExtracted.fcl and TrkAnaReco.fcl by @sam-grant in #171
Full Changelog: v05_03_00...v05_04_00
v05_03_00
This is tag is to create a new Musing. It just includes fcl script updates
What's Changed
- Update script by @brownd1978 in #150
- Fix Apr names by @brownd1978 in #151
Full Changelog: v05_02_00...v05_03_00
v05_02_00
The version of TrkAna after we merged in the change that requires MDC2020ae or later
What's Changed
- Remove tracker position dependency, add wire/straw position info by @bonventre in #125
Full Changelog: v05_01_00...v05_02_00
v05_01_00
The version of TrkAna before we merge in changes that require MDC2020ae or later.
Important Updates
- Now use KalSeedPtrCollections as input in order to better handle future changes where many track types will be in a single KalSeedCollection
- The code generated by TTree::MakeClass no longer crashes
- Various tutorial updates
Full list of what's changed below.
What's Changed
- Updating tutorial pages for new trkana dataset by @AndrewEdmonds11 in #133
- Uncommenting how to make the file list for the tutorial by @AndrewEdmonds11 in #135
- Tutorial fix: axis=0 for ak.flatten by @AndrewEdmonds11 in #136
- Updates for V5 by @brownd1978 in #134
- Changes for MakeClass by @brownd1978 in #137
- Fixed TrkAnaExtracted by @bonventre in #138
- Update to use KalSeedPtrs and add example of using a merged track collection by @AndrewEdmonds11 in #139
- Follow changes to mu2e_trig_config by @brownd1978 in #140
- Added calo cluster informations by @pfedeli in #141
- Revert "Added calo cluster informations" by @AndrewEdmonds11 in #143
- Fix to get MakeClass to work by @AndrewEdmonds11 in #144
- Migrate trigger script to ptr-based collections by @brownd1978 in #145
- Add KKPtr for extracted by @brownd1978 in #147
- Fix for fcl that runs on ceSimReco output by @AndrewEdmonds11 in #148
New Contributors
- @bonventre made their first contribution in #138
- @pfedeli made their first contribution in #141
Full Changelog: v05_00_00...v05_01_00
v05_00_00
A new major version of TrkAna. The major change is moving to a one-event-per-row structure from a one-track-per-row structure.
What's Changed
- v05 development by @AndrewEdmonds11 in #116
- Updated CRV branch names and added a PEs per layer variable. by @sam-grant in #124
- Merging main into v05-dev and updating validation script by @AndrewEdmonds11 in #129
- Some changes to sim info and maxr fix by @sophiemiddleton in #123
- Merging v05-dev by @AndrewEdmonds11 in #130
- Fix compilation error by @AndrewEdmonds11 in #131
- V05 final tweaks by @AndrewEdmonds11 in #132
New Contributors
- @sam-grant made their first contribution in #124
Full Changelog: v04_04_00...v05_00_00
v04_04_00
This release is to tag TrkAna before updating to v05
What's Changed
- Add trigger script by @brownd1978 in #127
- Final tweaks to validation script by @AndrewEdmonds11 in #128
Full Changelog: v04_03_00...v04_04_00
v04_03_00
This Musing will be used for testing for the Tutorial to be held at the March 2024 collaboration meeting.
What's Changed
- Updates for new TrkQual by @AndrewEdmonds11 in #117
- Update count structs by @brownd1978 in #118
- Added MC truth track parameters by @sophiemiddleton in #120
- Fix branch structures. Fix extracted script by @brownd1978 in #121
- Create validation script by @AndrewEdmonds11 in #122
- Tutorial Patch by @AndrewEdmonds11 in #126
Full Changelog: v04_02_00...v04_03_00