/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimDataFormats/Associations/src/TrackToGenParticleAssociator.cc
31 строка
668 B
Cms Build
Clang-Format
04 май 2019, 01:08
04 май 2019, 01:08
42078ce
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: SimDataFormats/Associations // Class : TrackToGenParticleAssociator // // Implementation: // [Notes on implementation] // // Original Author: Christopher Jones // Created: Mon, 05 Jan 2015 14:50:48 GMT // // system include files // user include files #include "SimDataFormats/Associations/interface/TrackToGenParticleAssociator.h" // // constants, enums and typedefs // // // static data member definitions // // // constructors and destructor // reco::TrackToGenParticleAssociator::TrackToGenParticleAssociator( std::unique_ptr<TrackToGenParticleAssociatorBaseImpl> impl) : m_impl(std::move(impl)) {}