CMS 3D CMS Logo

TracksterToSimClusterAssociatorBaseImpl.cc
Go to the documentation of this file.
1 // Original Author: Leonardo Cristella
2 
4 
5 namespace hgcal {
8 
12  const edm::Handle<SimClusterCollection> &sCCH) const {
14  }
15 
19  const edm::Handle<SimClusterCollection> &sCCH) const {
21  }
22 
23 } // namespace hgcal
edm::Handle
Definition: AssociativeIterator.h:50
hgcal
Definition: EgammaPCAHelper.h:31
hgcal::TracksterToSimClusterAssociatorBaseImpl::~TracksterToSimClusterAssociatorBaseImpl
virtual ~TracksterToSimClusterAssociatorBaseImpl()
Destructor.
Definition: TracksterToSimClusterAssociatorBaseImpl.cc:7
edm::AssociationMap
Definition: AssociationMap.h:48
hgcal::RecoToSimCollectionTracksters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, SimClusterCollection, float > > RecoToSimCollectionTracksters
Definition: TracksterToSimClusterAssociatorBaseImpl.h:26
TracksterToSimClusterAssociatorBaseImpl.h
hgcal::TracksterToSimClusterAssociatorBaseImpl::TracksterToSimClusterAssociatorBaseImpl
TracksterToSimClusterAssociatorBaseImpl()
Constructor.
Definition: TracksterToSimClusterAssociatorBaseImpl.cc:6
hgcal::TracksterToSimClusterAssociatorBaseImpl::associateSimToReco
virtual hgcal::SimToRecoCollectionTracksters associateSimToReco(const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a SimCluster to Tracksters.
Definition: TracksterToSimClusterAssociatorBaseImpl.cc:16
hgcal::TracksterToSimClusterAssociatorBaseImpl::associateRecoToSim
virtual hgcal::RecoToSimCollectionTracksters associateRecoToSim(const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< SimClusterCollection > &sCCH) const
Associate a Trackster to SimClusters.
Definition: TracksterToSimClusterAssociatorBaseImpl.cc:9
hgcal::SimToRecoCollectionTracksters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, ticl::TracksterCollection, std::pair< float, float > > > SimToRecoCollectionTracksters
Definition: TracksterToSimClusterAssociatorBaseImpl.h:24