CMS 3D CMS Logo

TrackToTrackingParticleAssociator.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: SimDataFormats/Associations
4 // Class : TrackToTrackingParticleAssociator
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author: Christopher Jones
10 // Created: Wed, 31 Dec 2014 14:47:11 GMT
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 reco::TrackToTrackingParticleAssociator::TrackToTrackingParticleAssociator(std::unique_ptr<reco::TrackToTrackingParticleAssociatorBaseImpl> iImpl):
19  m_impl{std::move(iImpl)}
20 {
21 }
def move(src, dest)
Definition: eostools.py:511