#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.
typedef std::pair<double,double> MomentumConstraint |
Definition at line 8 of file TrackConstraintAssociation.h.
Definition at line 12 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<MomentumConstraint> > > TrackMomConstraintAssociationCollection |
Definition at line 11 of file TrackConstraintAssociation.h.
Definition at line 13 of file TrackConstraintAssociation.h.
Definition at line 14 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackMomConstraintAssociationCollection> TrackMomConstraintAssociationRefVector |
Definition at line 15 of file TrackConstraintAssociation.h.
Definition at line 19 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<VertexConstraint> > > TrackVtxConstraintAssociationCollection |
Definition at line 18 of file TrackConstraintAssociation.h.
Definition at line 20 of file TrackConstraintAssociation.h.
Definition at line 21 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackVtxConstraintAssociationCollection> TrackVtxConstraintAssociationRefVector |
Definition at line 22 of file TrackConstraintAssociation.h.
typedef std::pair<GlobalPoint,GlobalError> VertexConstraint |
Definition at line 9 of file TrackConstraintAssociation.h.