CMS 3D CMS Logo

TracksterToSimTracksterAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_TracksterToSimTracksterAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_TracksterToSimTracksterAssociatorBaseImpl_h
3 
17 
19 
20 namespace ticl {
21 
22  typedef edm::AssociationMap<
25  typedef edm::AssociationMap<
28 
30  public:
35 
40  const edm::Handle<ticl::TracksterCollection> &sTCH) const;
41 
46  const edm::Handle<ticl::TracksterCollection> &sTCH) const;
47  };
48 } // namespace ticl
49 
50 #endif
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.