#include "DataFormats/Common/interface/AssociationMap.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
Go to the source code of this file.
Classes | |
struct | MomentumConstraint |
Definition at line 21 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<MomentumConstraint> > > TrackMomConstraintAssociationCollection |
Definition at line 20 of file TrackConstraintAssociation.h.
Definition at line 22 of file TrackConstraintAssociation.h.
Definition at line 23 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackMomConstraintAssociationCollection> TrackMomConstraintAssociationRefVector |
Definition at line 24 of file TrackConstraintAssociation.h.
Definition at line 28 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<VertexConstraint> > > TrackVtxConstraintAssociationCollection |
Definition at line 27 of file TrackConstraintAssociation.h.
Definition at line 29 of file TrackConstraintAssociation.h.
Definition at line 30 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackVtxConstraintAssociationCollection> TrackVtxConstraintAssociationRefVector |
Definition at line 31 of file TrackConstraintAssociation.h.
typedef std::pair<GlobalPoint,GlobalError> VertexConstraint |
Definition at line 18 of file TrackConstraintAssociation.h.