More microDST cloners
This adds three new copy algorithms to the MicroDST package, for LBHLT-135:
-
CopyCaloClusters
: for copying containers ofLHCb::CaloCluster
objects; -
CopyLinePersistenceLocations
: for cloning anyKeyedContainer
, and its contents, if the location is defined by theILinePersistenceSvc
(see LHCb!606 (merged)); and -
CopyParticle2PVRelationsFromLinePersistenceLocations
: for cloning anyLHCb::Particle
toLHCb::RecVertex
relations tables, if the location is defined by theILinePersistenceSvc
.
Marked as WIP for now as I'd like to add some more documentation.