#include <vector>
#include "DataFormats/Common/interface/Ref.h"
#include "DataFormats/Common/interface/RefVector.h"
#include "DataFormats/Common/interface/RefProd.h"
#include "DataFormats/Common/interface/AssociationMap.h"
#include "TrackingTools/PatternTools/interface/Trajectory.h"
#include "DataFormats/TrajectorySeed/interface/TrajectorySeedCollection.h"
#include "DataFormats/TrackReco/interface/Track.h"
#include "DataFormats/TrackReco/interface/TrackBase.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
Go to the source code of this file.
Definition at line 34 of file TrajectoryToSeedMap.h.
typedef edm::AssociationMap<edm::OneToMany<reco::TrackCollection, TrajectorySeedCollection> > TrackToSeedsMap |
association map
Definition at line 33 of file TrajectoryToSeedMap.h.
typedef edm::Ref<TrackToSeedsMap> TrackToSeedsMapRef |
reference to an object in a collection of SeedMap objects
Definition at line 37 of file TrajectoryToSeedMap.h.
reference to a collection of SeedMap object
Definition at line 40 of file TrajectoryToSeedMap.h.
vector of references to objects in the same colletion of SeedMap objects
Definition at line 43 of file TrajectoryToSeedMap.h.
Definition at line 47 of file TrajectoryToSeedMap.h.
typedef edm::AssociationMap<edm::OneToMany<reco::TrackCollection, reco::TrackCollection> > TrackToTracksMap |
association map
Definition at line 46 of file TrajectoryToSeedMap.h.
typedef edm::Ref<TrackToTracksMap> TrackToTracksMapRef |
reference to an object in a collection of SeedMap objects
Definition at line 50 of file TrajectoryToSeedMap.h.
reference to a collection of SeedMap object
Definition at line 53 of file TrajectoryToSeedMap.h.
vector of references to objects in the same colletion of SeedMap objects
Definition at line 56 of file TrajectoryToSeedMap.h.
typedef std::vector<Trajectory> TrajectoryCollection |
Definition at line 17 of file TrajectoryToSeedMap.h.
Definition at line 21 of file TrajectoryToSeedMap.h.
typedef edm::AssociationMap<edm::OneToMany<TrajectoryCollection, TrajectorySeedCollection> > TrajectoryToSeedsMap |
association map
Definition at line 20 of file TrajectoryToSeedMap.h.
reference to an object in a collection of SeedMap objects
Definition at line 24 of file TrajectoryToSeedMap.h.
reference to a collection of SeedMap object
Definition at line 27 of file TrajectoryToSeedMap.h.
vector of references to objects in the same colletion of SeedMap objects
Definition at line 30 of file TrajectoryToSeedMap.h.