|
||||
File indexing completed on 2024-04-06 12:29:40
0001 // Original Author: Leonardo Cristella 0002 0003 #include "SimDataFormats/Associations/interface/MultiClusterToCaloParticleAssociator.h" 0004 0005 hgcal::MultiClusterToCaloParticleAssociator::MultiClusterToCaloParticleAssociator( 0006 std::unique_ptr<hgcal::MultiClusterToCaloParticleAssociatorBaseImpl> ptr) 0007 : m_impl(std::move(ptr)) {}
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |