Add TrackClonerWithClusters, modify CaloDigitCloner to support existing CaloAdc containers
- Add
TrackClonerWithClusters
tool, which clones allVeloCluster
andSTCluster
objects associated to aTrack
. This is required in Moore, in order for us to match the cluster cloning that's done in the Stripping. - Modify
CaloDigitCloner
to support cloning associatedCaloAdc
objects from existing containers, rather than always trying to create them from raw banks. This is required in Tesla, where we need to clone the ADCs that were created in Moore, without access to the raw information.
/cc @jonrob @deschamp for #2 (closed)
Edited by Alex Pearce