Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-05-29 23:13:10

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