#include <LayerClusterToSimTracksterAssociator.h>
|
hgcal::RecoToSimTracksterCollection | associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &stCH, const edm::Handle< CaloParticleCollection > &cPCH, const hgcal::RecoToSimCollection &lCToCPs, const edm::Handle< SimClusterCollection > &sCCH, const hgcal::RecoToSimCollectionWithSimClusters &lCToSCs) const |
| Associate a LayerCluster to SimTracksters. More...
|
|
hgcal::SimTracksterToRecoCollection | associateSimToReco (const edm::Handle< reco::CaloClusterCollection > &cCCH, const edm::Handle< ticl::TracksterCollection > &sTCH, const edm::Handle< CaloParticleCollection > &cPCH, const hgcal::SimToRecoCollection &cpToLCs, const edm::Handle< SimClusterCollection > &sCCH, const hgcal::SimToRecoCollectionWithSimClusters &sCToLCs) const |
| Associate a SimTrackster to LayerClusters. More...
|
|
| LayerClusterToSimTracksterAssociator (std::unique_ptr< hgcal::LayerClusterToSimTracksterAssociatorBaseImpl >) |
|
| LayerClusterToSimTracksterAssociator ()=default |
|
| LayerClusterToSimTracksterAssociator (LayerClusterToSimTracksterAssociator &&)=default |
|
| LayerClusterToSimTracksterAssociator (const LayerClusterToSimTracksterAssociator &)=delete |
|
LayerClusterToSimTracksterAssociator & | operator= (LayerClusterToSimTracksterAssociator &&)=default |
|
const
LayerClusterToSimTracksterAssociator & | operator= (const LayerClusterToSimTracksterAssociator &)=delete |
|
| ~LayerClusterToSimTracksterAssociator ()=default |
|
hgcal::LayerClusterToSimTracksterAssociator::LayerClusterToSimTracksterAssociator |
( |
| ) |
|
|
default |
hgcal::LayerClusterToSimTracksterAssociator::~LayerClusterToSimTracksterAssociator |
( |
| ) |
|
|
default |
Associate a LayerCluster to SimTracksters.
Definition at line 30 of file LayerClusterToSimTracksterAssociator.h.
References m_impl.
37 return m_impl->associateRecoToSim(cCCH, stCH, cPCH, lCToCPs, sCCH, lCToSCs);
std::unique_ptr< LayerClusterToSimTracksterAssociatorBaseImpl > m_impl
Associate a SimTrackster to LayerClusters.
Definition at line 41 of file LayerClusterToSimTracksterAssociator.h.
References m_impl.
48 return m_impl->associateSimToReco(cCCH, sTCH, cPCH, cpToLCs, sCCH, sCToLCs);
std::unique_ptr< LayerClusterToSimTracksterAssociatorBaseImpl > m_impl