DataFormats
Candidate
interface
CandMatchMap.h
Go to the documentation of this file.
1
#ifndef Candidate_CandMatchMap_h
2
#define Candidate_CandMatchMap_h
3
/* \class reco::CandMatchMap
4
*
5
* One-to-one Candidate association map by reference
6
*
7
* \author Luca Lista, INFN
8
*/
9
#include "
DataFormats/Common/interface/AssociationMap.h
"
10
#include "
DataFormats/Common/interface/OneToOne.h
"
11
#include "
DataFormats/Common/interface/OneToOneGeneric.h
"
12
#include "
DataFormats/Candidate/interface/Candidate.h
"
13
14
namespace
reco
{
15
typedef
edm::AssociationMap<edm::OneToOne<reco::CandidateCollection, reco::CandidateCollection>
>
CandMatchMap
;
16
17
typedef
edm::AssociationMap<edm::OneToOneGeneric<reco::CandidateView, reco::CandidateView>
>
CandViewMatchMap
;
18
}
// namespace reco
19
20
#endif
reco::CandMatchMap
edm::AssociationMap< edm::OneToOne< reco::CandidateCollection, reco::CandidateCollection > > CandMatchMap
Definition:
CandMatchMap.h:15
AssociationMap.h
OneToOne.h
Candidate.h
edm::AssociationMap
Definition:
AssociationMap.h:48
reco::CandViewMatchMap
edm::AssociationMap< edm::OneToOneGeneric< reco::CandidateView, reco::CandidateView > > CandViewMatchMap
Definition:
CandMatchMap.h:17
reco
fixed size matrix
Definition:
AlignmentAlgorithmBase.h:46
OneToOneGeneric.h
Generated for CMSSW Reference Manual by
1.8.14