#include <TracksterToSimClusterAssociator.h>
Public Member Functions | |
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... | |
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... | |
TracksterToSimClusterAssociator & | operator= (TracksterToSimClusterAssociator &&)=default |
TracksterToSimClusterAssociator ()=default | |
TracksterToSimClusterAssociator (std::unique_ptr< hgcal::TracksterToSimClusterAssociatorBaseImpl >) | |
TracksterToSimClusterAssociator (TracksterToSimClusterAssociator &&)=default | |
~TracksterToSimClusterAssociator ()=default | |
Private Member Functions | |
const TracksterToSimClusterAssociator & | operator= (const TracksterToSimClusterAssociator &)=delete |
TracksterToSimClusterAssociator (const TracksterToSimClusterAssociator &)=delete | |
Private Attributes | |
std::unique_ptr< TracksterToSimClusterAssociatorBaseImpl > | m_impl |
Definition at line 16 of file TracksterToSimClusterAssociator.h.
hgcal::TracksterToSimClusterAssociator::TracksterToSimClusterAssociator | ( | std::unique_ptr< hgcal::TracksterToSimClusterAssociatorBaseImpl > | ptr | ) |
Definition at line 5 of file TracksterToSimClusterAssociator.cc.
|
default |
|
default |
|
default |
|
privatedelete |
|
inline |
Associate a Trackster to SimClusters.
Definition at line 26 of file TracksterToSimClusterAssociator.h.
References m_impl.
Referenced by TSToSCAssociatorEDProducer::produce().
|
inline |
Associate a SimCluster to Tracksters.
Definition at line 33 of file TracksterToSimClusterAssociator.h.
References m_impl.
Referenced by TSToSCAssociatorEDProducer::produce().
|
privatedelete |
|
default |
|
private |
Definition at line 45 of file TracksterToSimClusterAssociator.h.
Referenced by associateRecoToSim(), and associateSimToReco().