1 #ifndef SimDataFormats_Associations_LayerClusterToSimClusterAssociator_h 2 #define SimDataFormats_Associations_LayerClusterToSimClusterAssociator_h 31 return m_impl->associateRecoToSim(cCCH, sCCH);
37 return m_impl->associateSimToReco(cCCH, sCCH);
42 std::unique_ptr<LayerClusterToSimClusterAssociatorBaseImpl>
m_impl;
~LayerClusterToSimClusterAssociator()=default
hgcal::SimToRecoCollectionWithSimClusters associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a SimCluster to LayerClusters.
std::unique_ptr< LayerClusterToSimClusterAssociatorBaseImpl > m_impl
hgcal::RecoToSimCollectionWithSimClusters associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a LayerCluster to SimClusters.
LayerClusterToSimClusterAssociator & operator=(LayerClusterToSimClusterAssociator &&)=default
LayerClusterToSimClusterAssociator()=default