SimDataFormats
Associations
src
LayerClusterToSimClusterAssociatorBaseImpl.cc
Go to the documentation of this file.
1
// Original Author: Marco Rovere
2
3
#include "
SimDataFormats/Associations/interface/LayerClusterToSimClusterAssociatorBaseImpl.h
"
4
5
namespace
hgcal
{
6
LayerClusterToSimClusterAssociatorBaseImpl::LayerClusterToSimClusterAssociatorBaseImpl
(){};
7
LayerClusterToSimClusterAssociatorBaseImpl::~LayerClusterToSimClusterAssociatorBaseImpl
(){};
8
9
hgcal::RecoToSimCollectionWithSimClusters
LayerClusterToSimClusterAssociatorBaseImpl::associateRecoToSim
(
10
const
edm::Handle<reco::CaloClusterCollection>
&cCCH,
const
edm::Handle<SimClusterCollection>
&sCCH)
const
{
11
return
hgcal::RecoToSimCollectionWithSimClusters
();
12
}
13
14
hgcal::SimToRecoCollectionWithSimClusters
LayerClusterToSimClusterAssociatorBaseImpl::associateSimToReco
(
15
const
edm::Handle<reco::CaloClusterCollection>
&cCCH,
const
edm::Handle<SimClusterCollection>
&sCCH)
const
{
16
return
hgcal::SimToRecoCollectionWithSimClusters
();
17
}
18
19
}
// namespace hgcal
LayerClusterToSimClusterAssociatorBaseImpl.h
hgcal::LayerClusterToSimClusterAssociatorBaseImpl::LayerClusterToSimClusterAssociatorBaseImpl
LayerClusterToSimClusterAssociatorBaseImpl()
Constructor.
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.cc:6
hgcal::LayerClusterToSimClusterAssociatorBaseImpl::associateRecoToSim
virtual hgcal::RecoToSimCollectionWithSimClusters associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a LayerCluster to SimClusters.
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.cc:9
hgcal::LayerClusterToSimClusterAssociatorBaseImpl::~LayerClusterToSimClusterAssociatorBaseImpl
virtual ~LayerClusterToSimClusterAssociatorBaseImpl()
Destructor.
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.cc:7
edm::Handle< reco::CaloClusterCollection >
hgcal
Definition:
EgammaPCAHelper.h:31
edm::AssociationMap
Definition:
AssociationMap.h:48
hgcal::SimToRecoCollectionWithSimClusters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimToRecoCollectionWithSimClusters
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.h:23
hgcal::RecoToSimCollectionWithSimClusters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, SimClusterCollection, float > > RecoToSimCollectionWithSimClusters
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.h:25
hgcal::LayerClusterToSimClusterAssociatorBaseImpl::associateSimToReco
virtual hgcal::SimToRecoCollectionWithSimClusters associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a SimCluster to LayerClusters.
Definition:
LayerClusterToSimClusterAssociatorBaseImpl.cc:14
Generated for CMSSW Reference Manual by
1.8.16