CMS 3D CMS Logo

LayerClusterToSimTracksterAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_LayerClusterToSimTracksterAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_LayerClusterToSimTracksterAssociatorBaseImpl_h
3 
17 
22 
23 namespace ticl {
24 
25  typedef edm::AssociationMap<
28  typedef edm::AssociationMap<
31 
33  public:
38 
44  const ticl::RecoToSimCollection &lCToCPs,
46  const ticl::RecoToSimCollectionWithSimClusters &lCToSCs) const;
47 
53  const ticl::SimToRecoCollection &cPToLCs,
55  const ticl::SimToRecoCollectionWithSimClusters &sCToLCs) const;
56  };
57 } // namespace ticl
58 
59 #endif
virtual ticl::SimTracksterToRecoCollection associateSimToReco(const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< ticl::TracksterCollection > &sTCH, const edm::Handle< CaloParticleCollection > &cPCH, const ticl::SimToRecoCollection &cPToLCs, const edm::Handle< SimClusterCollection > &sCCH, const ticl::SimToRecoCollectionWithSimClusters &sCToLCs) const
Associate a SimTrackster to LayerClusters.
edm::AssociationMap< edm::OneToManyWithQualityGeneric< ticl::TracksterCollection, reco::CaloClusterCollection, std::pair< float, float > > > SimTracksterToRecoCollection
virtual ticl::RecoToSimTracksterCollection associateRecoToSim(const edm::Handle< reco::CaloClusterCollection > &cCH, const edm::Handle< ticl::TracksterCollection > &sTCH, const edm::Handle< CaloParticleCollection > &cPCH, const ticl::RecoToSimCollection &lCToCPs, const edm::Handle< SimClusterCollection > &sCCH, const ticl::RecoToSimCollectionWithSimClusters &lCToSCs) const
Associate a LayerCluster to SimTracksters.
Definition: Common.h:10
edm::AssociationMap< edm::OneToManyWithQualityGeneric< reco::CaloClusterCollection, ticl::TracksterCollection, float > > RecoToSimTracksterCollection