#include "DataFormats/Common/interface/Handle.h"
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/RecoCandidate/interface/TrackAssociation.h"
#include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
#include "DataFormats/TrackCandidate/interface/TrackCandidateCollection.h"
Go to the source code of this file.
Classes | |
class | TrackAssociatorBase |
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
typedef edm::AssociationMap < edm::OneToManyWithQualityGeneric < edm::View< TrajectorySeed > , TrackingParticleCollection, double > > | reco::RecoToSimCollectionSeed |
typedef edm::AssociationMap < edm::OneToManyWithQualityGeneric < TrajectorySeedCollection, TrackCandidateCollection, double > > | reco::RecoToSimCollectionTCandidate |
typedef edm::AssociationMap < edm::OneToManyWithQualityGeneric < TrackingParticleCollection, edm::View< TrajectorySeed > , double > > | reco::SimToRecoCollectionSeed |
typedef edm::AssociationMap < edm::OneToManyWithQualityGeneric < TrackingParticleCollection, TrackCandidateCollection, double > > | reco::SimToRecoCollectionTCandidate |