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 ticl {
21 
22  typedef edm::AssociationMap<
27 
29  public:
34 
38  const edm::Handle<SimClusterCollection> &sCCH) const;
39 
43  const edm::Handle<SimClusterCollection> &sCCH) const;
44  };
45 } // namespace ticl
46 
47 #endif
edm::AssociationMap< edm::OneToManyWithQualityGeneric< SimClusterCollection, ticl::TracksterCollection, std::pair< float, float > > > SimToRecoCollectionTracksters
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, SimClusterCollection, float > > RecoToSimCollectionTracksters
virtual ticl::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.
virtual ticl::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: Common.h:10