CMS 3D CMS Logo

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

#include <LayerClusterToCaloParticleAssociatorBaseImpl.h>

Inheritance diagram for ticl::LayerClusterToCaloParticleAssociatorBaseImpl:
LCToCPAssociatorByEnergyScoreImpl< HIT >

Public Member Functions

virtual ticl::RecoToSimCollection associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< CaloParticleCollection > &cPCH) const
 Associate a LayerCluster to CaloParticles. More...
 
virtual ticl::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()

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

Associate a LayerCluster to CaloParticles.

Reimplemented in LCToCPAssociatorByEnergyScoreImpl< HIT >.

Definition at line 9 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

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

◆ associateSimToReco()

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

Associate a CaloParticle to LayerClusters.

Reimplemented in LCToCPAssociatorByEnergyScoreImpl< HIT >.

Definition at line 14 of file LayerClusterToCaloParticleAssociatorBaseImpl.cc.

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