CMS 3D CMS Logo

MtdSimLayerClusterToTPAssociatorBaseImpl.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_MtdSimLayerClusterToTPAssociatorBaseImpl_h
2 #define SimDataFormats_Associations_MtdSimLayerClusterToTPAssociatorBaseImpl_h
3 
21 
22 namespace reco {
23 
28 
30  public:
35 
39  const edm::Handle<TrackingParticleCollection> &trackingParticleH) const;
40 
44  const edm::Handle<TrackingParticleCollection> &trackingParticleH) const;
45  };
46 } // namespace reco
47 
48 #endif
edm::AssociationMap< edm::OneToMany< TrackingParticleCollection, MtdSimLayerClusterCollection > > TPToSimCollectionMtd
edm::AssociationMap< edm::OneToMany< MtdSimLayerClusterCollection, TrackingParticleCollection > > SimToTPCollectionMtd
virtual SimToTPCollectionMtd associateSimToTP(const edm::Handle< MtdSimLayerClusterCollection > &simClusH, const edm::Handle< TrackingParticleCollection > &trackingParticleH) const
Associate a MtdSimLayerCluster to TrackingParticle.
fixed size matrix
virtual TPToSimCollectionMtd associateTPToSim(const edm::Handle< MtdSimLayerClusterCollection > &simClusH, const edm::Handle< TrackingParticleCollection > &trackingParticleH) const
Associate a TrackingParticle to MtdSimLayerCluster.