#include <LayerClusterToSimClusterAssociatorBaseImpl.h>
Public Member Functions | |
virtual hgcal::RecoToSimCollectionWithSimClusters | associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const |
Associate a LayerCluster to SimClusters. More... | |
virtual hgcal::SimToRecoCollectionWithSimClusters | associateSimToReco (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const |
Associate a SimCluster to LayerClusters. More... | |
LayerClusterToSimClusterAssociatorBaseImpl () | |
Constructor. More... | |
virtual | ~LayerClusterToSimClusterAssociatorBaseImpl () |
Destructor. More... | |
Definition at line 27 of file LayerClusterToSimClusterAssociatorBaseImpl.h.
LayerClusterToSimClusterAssociatorBaseImpl::LayerClusterToSimClusterAssociatorBaseImpl | ( | ) |
|
virtual |
|
virtual |
Associate a LayerCluster to SimClusters.
Reimplemented in LCToSCAssociatorByEnergyScoreImpl.
Definition at line 9 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.
|
virtual |
Associate a SimCluster to LayerClusters.
Reimplemented in LCToSCAssociatorByEnergyScoreImpl.
Definition at line 14 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.