Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 11:23:58

0001 // Original Author: Leonardo Cristella
0002 
0003 #include "SimDataFormats/Associations/interface/LayerClusterToSimTracksterAssociator.h"
0004 
0005 hgcal::LayerClusterToSimTracksterAssociator::LayerClusterToSimTracksterAssociator(
0006     std::unique_ptr<hgcal::LayerClusterToSimTracksterAssociatorBaseImpl> ptr)
0007     : m_impl(std::move(ptr)) {}