#include "DataFormats/TrackCandidate/interface/TrackCandidateCollection.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/TrajectorySeed/interface/TrajectorySeed.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticleFwd.h"
#include "DataFormats/Common/interface/OneToManyWithQualityGeneric.h"
#include "DataFormats/Common/interface/AssociationMap.h"
#include "DataFormats/Common/interface/View.h"
Go to the source code of this file.
Namespaces | |
reco | |
fixed size matrix | |
Typedefs | |
using | reco::RecoToSimCollection = RecoToSimCollectionT< edm::View< reco::Track > > |
using | reco::RecoToSimCollectionSeed = RecoToSimCollectionT< edm::View< TrajectorySeed > > |
template<typename T_TrackColl > | |
using | reco::RecoToSimCollectionT = edm::AssociationMap< edm::OneToManyWithQualityGeneric< T_TrackColl, TrackingParticleCollection, double > > |
using | reco::RecoToSimCollectionTCandidate = RecoToSimCollectionT< TrackCandidateCollection > |
using | reco::SimToRecoCollection = SimToRecoCollectionT< edm::View< reco::Track > > |
using | reco::SimToRecoCollectionSeed = SimToRecoCollectionT< edm::View< TrajectorySeed > > |
template<typename T_TrackColl > | |
using | reco::SimToRecoCollectionT = edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, T_TrackColl, double > > |
using | reco::SimToRecoCollectionTCandidate = SimToRecoCollectionT< TrackCandidateCollection > |