CMS 3D CMS Logo

List of all members | Public Member Functions
reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl Class Reference

#include <MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h>

Inheritance diagram for reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl:
MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl

Public Member Functions

virtual reco::RecoToSimCollectionMtd associateRecoToSim (const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
 Associate a MtdRecoCluster to MtdSimLayerClusters. More...
 
virtual reco::SimToRecoCollectionMtd associateSimToReco (const edm::Handle< FTLClusterCollection > &btlRecoClusH, const edm::Handle< FTLClusterCollection > &etlRecoClusH, const edm::Handle< MtdSimLayerClusterCollection > &simClusH) const
 Associate a MtdSimLayerClusters to MtdRecoClusters. More...
 
 MtdRecoClusterToSimLayerClusterAssociatorBaseImpl ()
 Constructor. More...
 
virtual ~MtdRecoClusterToSimLayerClusterAssociatorBaseImpl ()
 Destructor. More...
 

Detailed Description

Definition at line 16 of file MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.h.

Constructor & Destructor Documentation

◆ MtdRecoClusterToSimLayerClusterAssociatorBaseImpl()

reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl ( )

Constructor.

Definition at line 4 of file MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc.

4 {}

◆ ~MtdRecoClusterToSimLayerClusterAssociatorBaseImpl()

reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl::~MtdRecoClusterToSimLayerClusterAssociatorBaseImpl ( )
virtual

Destructor.

Definition at line 5 of file MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc.

5 {}

Member Function Documentation

◆ associateRecoToSim()

reco::RecoToSimCollectionMtd reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl::associateRecoToSim ( const edm::Handle< FTLClusterCollection > &  btlRecoClusH,
const edm::Handle< FTLClusterCollection > &  etlRecoClusH,
const edm::Handle< MtdSimLayerClusterCollection > &  simClusH 
) const
virtual

Associate a MtdRecoCluster to MtdSimLayerClusters.

Reimplemented in MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.

Definition at line 7 of file MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc.

10  {
12  }
MtdRecoClusterToSimLayerClusterAssociationMap RecoToSimCollectionMtd

◆ associateSimToReco()

reco::SimToRecoCollectionMtd reco::MtdRecoClusterToSimLayerClusterAssociatorBaseImpl::associateSimToReco ( const edm::Handle< FTLClusterCollection > &  btlRecoClusH,
const edm::Handle< FTLClusterCollection > &  etlRecoClusH,
const edm::Handle< MtdSimLayerClusterCollection > &  simClusH 
) const
virtual

Associate a MtdSimLayerClusters to MtdRecoClusters.

Reimplemented in MtdRecoClusterToSimLayerClusterAssociatorByHitsImpl.

Definition at line 14 of file MtdRecoClusterToSimLayerClusterAssociatorBaseImpl.cc.

17  {
19  }
MtdSimLayerClusterToRecoClusterAssociationMap SimToRecoCollectionMtd