Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:29:40

0001 #include "SimDataFormats/Associations/interface/MtdSimLayerClusterToTPAssociator.h"
0002 
0003 reco::MtdSimLayerClusterToTPAssociator::MtdSimLayerClusterToTPAssociator(
0004     std::unique_ptr<reco::MtdSimLayerClusterToTPAssociatorBaseImpl> ptr)
0005     : m_impl(std::move(ptr)) {}