CMS 3D CMS Logo

TracksterToSimTracksterAssociatorBaseImpl.cc
Go to the documentation of this file.
1 // Original Author: Leonardo Cristella
2 
4 
5 namespace ticl {
8 
12  const edm::Handle<ticl::TracksterCollection> &sTCH) const {
14  }
15 
19  const edm::Handle<ticl::TracksterCollection> &sTCH) const {
21  }
22 
23 } // namespace ticl
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, ticl::TracksterCollection, std::pair< float, float > > > RecoToSimCollectionSimTracksters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, ticl::TracksterCollection, std::pair< float, float > > > SimToRecoCollectionSimTracksters
Definition: Common.h:10
virtual ticl::SimToRecoCollectionSimTracksters associateSimToReco(const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< ticl::TracksterCollection > &sTCH) const
Associate a SimCluster to Tracksters.
virtual ticl::RecoToSimCollectionSimTracksters associateRecoToSim(const edm::Handle< ticl::TracksterCollection > &tCH, const edm::Handle< reco::CaloClusterCollection > &lCCH, const edm::Handle< ticl::TracksterCollection > &sTCH) const
Associate a Trackster to SimClusters.