CMS 3D CMS Logo

LayerClusterToSimClusterAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_LayerClusterToSimClusterAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_LayerClusterToSimClusterAssociatorBaseImpl_h
3 
16 
18 
19 namespace hgcal {
20 
21  typedef edm::AssociationMap<
26 
28  public:
33 
37 
41  };
42 } // namespace hgcal
43 
44 #endif
Handle.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
AssociationMap.h
hgcal::LayerClusterToSimClusterAssociatorBaseImpl::~LayerClusterToSimClusterAssociatorBaseImpl
virtual ~LayerClusterToSimClusterAssociatorBaseImpl()
Destructor.
Definition: LayerClusterToSimClusterAssociatorBaseImpl.cc:7
edm::Handle< reco::CaloClusterCollection >
hgcal
Definition: EgammaPCAHelper.h:31
hgcal::LayerClusterToSimClusterAssociatorBaseImpl
Definition: LayerClusterToSimClusterAssociatorBaseImpl.h:27
CaloClusterFwd.h
edm::AssociationMap
Definition: AssociationMap.h:48
hgcal::SimToRecoCollectionWithSimClusters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimToRecoCollectionWithSimClusters
Definition: LayerClusterToSimClusterAssociatorBaseImpl.h:23
SimClusterFwd.h
edm::OneToManyWithQualityGeneric
Definition: OneToManyWithQualityGeneric.h:21
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