Skip to content

Improvements in persist reco

Rosen Matev requested to merge rmatev-persistreco into master
  • Add support for persisting packed RecVertex containers in the raw event.
  • Decouple links from locations of non-packed objects in the Hlt (needed for the next point).
  • Add a central place (GaudiConf.PersistRecoConf) where persist reco packing (locations, (un)packers) is configured. DAQSys.Decoder.py and HltConf.HltPersistReco.py now use the latter rather than hard code locations, etc.

Merge request reports