#include <LayerClusterToCaloParticleAssociatorBaseImpl.h>
Public Member Functions | |
virtual hgcal::RecoToSimCollection | associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< CaloParticleCollection > &cPCH) const |
Associate a LayerCluster to CaloParticles. More... | |
virtual hgcal::SimToRecoCollection | associateSimToReco (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< CaloParticleCollection > &cPCH) const |
Associate a CaloParticle to LayerClusters. More... | |
LayerClusterToCaloParticleAssociatorBaseImpl () | |
Constructor. More... | |
virtual | ~LayerClusterToCaloParticleAssociatorBaseImpl () |
Destructor. More... | |
Definition at line 28 of file LayerClusterToCaloParticleAssociatorBaseImpl.h.
LayerClusterToCaloParticleAssociatorBaseImpl::LayerClusterToCaloParticleAssociatorBaseImpl | ( | ) |
|
virtual |
|
virtual |
Associate a LayerCluster to CaloParticles.
Reimplemented in LCToCPAssociatorByEnergyScoreImpl.
Definition at line 9 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.
|
virtual |
Associate a CaloParticle to LayerClusters.
Reimplemented in LCToCPAssociatorByEnergyScoreImpl.
Definition at line 14 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.