CMS 3D CMS Logo

List of all members | Public Member Functions
hgcal::LayerClusterToCaloParticleAssociatorBaseImpl Class Reference

#include <LayerClusterToCaloParticleAssociatorBaseImpl.h>

Inheritance diagram for hgcal::LayerClusterToCaloParticleAssociatorBaseImpl:
LCToCPAssociatorByEnergyScoreImpl

Public Member Functions

virtual hgcal::RecoToSimCollection associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< CaloParticleCollection > &cPCH) const
 Associate a LayerCluster to CaloParticles. More...
 
virtual hgcal::SimToRecoCollection associateSimToReco (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< CaloParticleCollection > &cPCH) const
 Associate a CaloParticle to LayerClusters. More...
 
 LayerClusterToCaloParticleAssociatorBaseImpl ()
 Constructor. More...
 
virtual ~LayerClusterToCaloParticleAssociatorBaseImpl ()
 Destructor. More...
 

Detailed Description

Definition at line 28 of file LayerClusterToCaloParticleAssociatorBaseImpl.h.

Constructor & Destructor Documentation

◆ LayerClusterToCaloParticleAssociatorBaseImpl()

LayerClusterToCaloParticleAssociatorBaseImpl::LayerClusterToCaloParticleAssociatorBaseImpl ( )

Constructor.

Definition at line 6 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

6 {};

◆ ~LayerClusterToCaloParticleAssociatorBaseImpl()

LayerClusterToCaloParticleAssociatorBaseImpl::~LayerClusterToCaloParticleAssociatorBaseImpl ( )
virtual

Destructor.

Definition at line 7 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

7 {};

Member Function Documentation

◆ associateRecoToSim()

hgcal::RecoToSimCollection LayerClusterToCaloParticleAssociatorBaseImpl::associateRecoToSim ( const edm::Handle< reco::CaloClusterCollection > &  cCH,
const edm::Handle< CaloParticleCollection > &  cPCH 
) const
virtual

Associate a LayerCluster to CaloParticles.

Reimplemented in LCToCPAssociatorByEnergyScoreImpl.

Definition at line 9 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

10  {
12  }
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, CaloParticleCollection, float > > RecoToSimCollection

◆ associateSimToReco()

hgcal::SimToRecoCollection LayerClusterToCaloParticleAssociatorBaseImpl::associateSimToReco ( const edm::Handle< reco::CaloClusterCollection > &  cCH,
const edm::Handle< CaloParticleCollection > &  cPCH 
) const
virtual

Associate a CaloParticle to LayerClusters.

Reimplemented in LCToCPAssociatorByEnergyScoreImpl.

Definition at line 14 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

15  {
17  }
edm::AssociationMap< edm::OneToManyWithQualityGeneric< CaloParticleCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimToRecoCollection