#include <TracksterToSimClusterAssociatorBaseImpl.h>
Public Member Functions | |
virtual hgcal::RecoToSimCollectionTracksters | associateRecoToSim (const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< SimClusterCollection > &sCCH) const |
Associate a Trackster to SimClusters. More... | |
virtual hgcal::SimToRecoCollectionTracksters | associateSimToReco (const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< SimClusterCollection > &sCCH) const |
Associate a SimCluster to Tracksters. More... | |
TracksterToSimClusterAssociatorBaseImpl () | |
Constructor. More... | |
virtual | ~TracksterToSimClusterAssociatorBaseImpl () |
Destructor. More... | |
Definition at line 28 of file TracksterToSimClusterAssociatorBaseImpl.h.
TracksterToSimClusterAssociatorBaseImpl::TracksterToSimClusterAssociatorBaseImpl | ( | ) |
|
virtual |
|
virtual |
Associate a Trackster to SimClusters.
Reimplemented in TSToSCAssociatorByEnergyScoreImpl.
Definition at line 9 of file TracksterToSimClusterAssociatorBaseImpl.cc.
|
virtual |
Associate a SimCluster to Tracksters.
Reimplemented in TSToSCAssociatorByEnergyScoreImpl.
Definition at line 16 of file TracksterToSimClusterAssociatorBaseImpl.cc.