Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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