CMS 3D CMS Logo

TracksterToSimClusterAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_TracksterToSimClusterAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_TracksterToSimClusterAssociatorBaseImpl_h
3 
17 
19 
20 namespace hgcal {
21 
22  typedef edm::AssociationMap<
27 
29  public:
34 
39  const edm::Handle<SimClusterCollection> &sCCH) const;
40 
45  const edm::Handle<SimClusterCollection> &sCCH) const;
46  };
47 } // namespace hgcal
48 
49 #endif
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, ticl::TracksterCollection, std::pair< float, float > > > SimToRecoCollectionTracksters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, SimClusterCollection, float > > RecoToSimCollectionTracksters
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.
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.