CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
hgcal::LayerClusterToSimClusterAssociatorBaseImpl Class Reference

#include <LayerClusterToSimClusterAssociatorBaseImpl.h>

Inheritance diagram for hgcal::LayerClusterToSimClusterAssociatorBaseImpl:
LCToSCAssociatorByEnergyScoreImpl

Public Member Functions

virtual
hgcal::RecoToSimCollectionWithSimClusters 
associateRecoToSim (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const
 Associate a LayerCluster to SimClusters. More...
 
virtual
hgcal::SimToRecoCollectionWithSimClusters 
associateSimToReco (const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const
 Associate a SimCluster to LayerClusters. More...
 
 LayerClusterToSimClusterAssociatorBaseImpl ()
 Constructor. More...
 
virtual ~LayerClusterToSimClusterAssociatorBaseImpl ()
 Destructor. More...
 

Detailed Description

Definition at line 27 of file LayerClusterToSimClusterAssociatorBaseImpl.h.

Constructor & Destructor Documentation

LayerClusterToSimClusterAssociatorBaseImpl::LayerClusterToSimClusterAssociatorBaseImpl ( )

Constructor.

Definition at line 6 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.

6 {};
LayerClusterToSimClusterAssociatorBaseImpl::~LayerClusterToSimClusterAssociatorBaseImpl ( )
virtual

Destructor.

Definition at line 7 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.

7 {};

Member Function Documentation

hgcal::RecoToSimCollectionWithSimClusters LayerClusterToSimClusterAssociatorBaseImpl::associateRecoToSim ( const edm::Handle< reco::CaloClusterCollection > &  cCH,
const edm::Handle< SimClusterCollection > &  sCCH 
) const
virtual

Associate a LayerCluster to SimClusters.

Reimplemented in LCToSCAssociatorByEnergyScoreImpl.

Definition at line 9 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.

10  {
12  }
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, SimClusterCollection, float > > RecoToSimCollectionWithSimClusters
hgcal::SimToRecoCollectionWithSimClusters LayerClusterToSimClusterAssociatorBaseImpl::associateSimToReco ( const edm::Handle< reco::CaloClusterCollection > &  cCH,
const edm::Handle< SimClusterCollection > &  sCCH 
) const
virtual

Associate a SimCluster to LayerClusters.

Reimplemented in LCToSCAssociatorByEnergyScoreImpl.

Definition at line 14 of file LayerClusterToSimClusterAssociatorBaseImpl.cc.

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