#include <TracksterToSimTracksterAssociator.h>
Public Member Functions | |
hgcal::RecoToSimCollectionSimTracksters | associateRecoToSim (const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< ticl::TracksterCollection > &sTCH) const |
Associate a Trackster to SimClusters. More... | |
hgcal::SimToRecoCollectionSimTracksters | associateSimToReco (const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< ticl::TracksterCollection > &sTCH) const |
Associate a SimCluster to Tracksters. More... | |
TracksterToSimTracksterAssociator & | operator= (TracksterToSimTracksterAssociator &&)=default |
TracksterToSimTracksterAssociator ()=default | |
TracksterToSimTracksterAssociator (std::unique_ptr< hgcal::TracksterToSimTracksterAssociatorBaseImpl >) | |
TracksterToSimTracksterAssociator (TracksterToSimTracksterAssociator &&)=default | |
~TracksterToSimTracksterAssociator ()=default | |
Private Member Functions | |
const TracksterToSimTracksterAssociator & | operator= (const TracksterToSimTracksterAssociator &)=delete |
TracksterToSimTracksterAssociator (const TracksterToSimTracksterAssociator &)=delete | |
Private Attributes | |
std::unique_ptr< TracksterToSimTracksterAssociatorBaseImpl > | m_impl |
Definition at line 16 of file TracksterToSimTracksterAssociator.h.
hgcal::TracksterToSimTracksterAssociator::TracksterToSimTracksterAssociator | ( | std::unique_ptr< hgcal::TracksterToSimTracksterAssociatorBaseImpl > | ptr | ) |
Definition at line 5 of file TracksterToSimTracksterAssociator.cc.
|
default |
|
default |
|
default |
|
privatedelete |
|
inline |
Associate a Trackster to SimClusters.
Definition at line 26 of file TracksterToSimTracksterAssociator.h.
References m_impl.
Referenced by TSToSimTSAssociatorEDProducer::produce().
|
inline |
Associate a SimCluster to Tracksters.
Definition at line 34 of file TracksterToSimTracksterAssociator.h.
References m_impl.
Referenced by TSToSimTSAssociatorEDProducer::produce().
|
privatedelete |
|
default |
|
private |
Definition at line 48 of file TracksterToSimTracksterAssociator.h.
Referenced by associateRecoToSim(), and associateSimToReco().