Skip to content

Unpack MC objects in RootInTES-dependent locations.

Alex Pearce requested to merge apearce-unpackmc-rootintes into master

Patch from DaVinci!59 (merged) ready for merging into master.

This MR improves support for MC microDSTs. MC objects are packed under /Event/<microDST prefix>/pSim, and the fix is to make the MCParticle and MCVertex unpackers aware of the microDST prefix value (RootInTES). Additionally, we create links created from /Event/<microDST prefix>/<object> to /Event/MC/<object>, for 'backwards compatibility' in case an algorithm is hardcoded to expect objects in /Event/MC.

Merge request reports