Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-05-29 23:13:10

0001 // Original Author: Marco Rovere
0002 
0003 #include "SimDataFormats/Associations/interface/LayerClusterToCaloParticleAssociator.h"
0004 
0005 ticl::LayerClusterToCaloParticleAssociator::LayerClusterToCaloParticleAssociator(
0006     std::unique_ptr<ticl::LayerClusterToCaloParticleAssociatorBaseImpl> ptr)
0007     : m_impl(std::move(ptr)) {}