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  public:
19 #ifndef __GCCXML__
20  MuonToTrackingParticleAssociator(std::unique_ptr<MuonToTrackingParticleAssociatorBaseImpl>);
21 #endif
24 
26  SimToMuonCollection &simToReco,
29  const edm::RefVector<TrackingParticleCollection> &tpColl) const {
30  impl_->associateMuons(recoToSim, simToReco, muons, type, tpColl);
31  }
33  SimToMuonCollection &simToReco,
36  const edm::Handle<TrackingParticleCollection> &tpColl) const {
37  impl_->associateMuons(recoToSim, simToReco, muons, type, tpColl);
38  }
39 
40  private:
43 
44  std::unique_ptr<MuonToTrackingParticleAssociatorBaseImpl const> impl_;
45  };
46 } // namespace reco
47 
48 #endif
type
Definition: HCALResponse.h:21
std::map< edm::RefToBase< reco::Muon >, std::vector< std::pair< TrackingParticleRef, double > >, RefToBaseSort > MuonToSimCollection
Definition: MuonTrackType.h:37
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:38
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:28