Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     SimDataFormats/Associations
0004 // Class  :     TrackToTrackingParticleAssociator
0005 //
0006 // Implementation:
0007 //     [Notes on implementation]
0008 //
0009 // Original Author:  Christopher Jones
0010 //         Created:  Wed, 31 Dec 2014 14:47:11 GMT
0011 //
0012 
0013 // system include files
0014 
0015 // user include files
0016 #include "SimDataFormats/Associations/interface/TrackToTrackingParticleAssociator.h"
0017 
0018 reco::TrackToTrackingParticleAssociator::TrackToTrackingParticleAssociator(
0019     std::unique_ptr<reco::TrackToTrackingParticleAssociatorBaseImpl> iImpl)
0020     : m_impl{std::move(iImpl)} {}