CMS 3D CMS Logo

MuonToTrackingParticleAssociator.h
Go to the documentation of this file.
1 #ifndef SimDataFormats_Associations_MuonToTrackingParticleAssociator_h
2 #define SimDataFormats_Associations_MuonToTrackingParticleAssociator_h
3 
11 
12 #include <memory>
13 
14 namespace reco {
16 
17  public:
18 
21 #ifndef __GCCXML__
22  MuonToTrackingParticleAssociator(std::unique_ptr<MuonToTrackingParticleAssociatorBaseImpl>);
23 #endif
26 
29  const edm::RefVector<TrackingParticleCollection>& tpColl) const {
30  impl_->associateMuons(recoToSim, simToReco, muons, type, tpColl);
31  }
34  const edm::Handle<TrackingParticleCollection>& tpColl) const {
35  impl_->associateMuons(recoToSim, simToReco, muons, type, tpColl);
36  }
37 
38  private:
41 
42  std::unique_ptr<MuonToTrackingParticleAssociatorBaseImpl const> impl_;
43  };
44 }
45 
46 #endif
type
Definition: HCALResponse.h:21
std::map< edm::RefToBase< reco::Muon >, std::vector< std::pair< TrackingParticleRef, double > >, RefToBaseSort > MuonToSimCollection
Definition: MuonTrackType.h:34
MuonToTrackingParticleAssociator & operator=(MuonToTrackingParticleAssociator &&)=default
void associateMuons(MuonToSimCollection &recoToSim, SimToMuonCollection &simToReco, const edm::Handle< edm::View< reco::Muon > > &muons, MuonTrackType type, const edm::Handle< TrackingParticleCollection > &tpColl) const
std::map< TrackingParticleRef, std::vector< std::pair< edm::RefToBase< reco::Muon >, double > > > SimToMuonCollection
Definition: MuonTrackType.h:35
std::unique_ptr< MuonToTrackingParticleAssociatorBaseImpl const > impl_
void associateMuons(MuonToSimCollection &recoToSim, SimToMuonCollection &simToReco, const edm::RefToBaseVector< reco::Muon > &muons, MuonTrackType type, const edm::RefVector< TrackingParticleCollection > &tpColl) const
fixed size matrix
MuonTrackType
Definition: MuonTrackType.h:27