#include "DataFormats/Common/interface/AssociationMap.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "DataFormats/GeometryCommonDetAlgo/interface/GlobalError.h"
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h"
Go to the source code of this file.
Classes | |
struct | MomentumConstraint |
Definition at line 25 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, std::vector<MomentumConstraint> > > TrackMomConstraintAssociationCollection |
Definition at line 24 of file TrackConstraintAssociation.h.
Definition at line 26 of file TrackConstraintAssociation.h.
Definition at line 27 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackMomConstraintAssociationCollection> TrackMomConstraintAssociationRefVector |
Definition at line 28 of file TrackConstraintAssociation.h.
Definition at line 21 of file TrackConstraintAssociation.h.
Definition at line 39 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, std::vector<TrackParamConstraint> > > TrackParamConstraintAssociationCollection |
Definition at line 38 of file TrackConstraintAssociation.h.
Definition at line 40 of file TrackConstraintAssociation.h.
typedef edm::RefProd<TrackParamConstraintAssociationCollection> TrackParamConstraintAssociationRefProd |
Definition at line 41 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackParamConstraintAssociationCollection> TrackParamConstraintAssociationRefVector |
Definition at line 42 of file TrackConstraintAssociation.h.
Definition at line 32 of file TrackConstraintAssociation.h.
typedef edm::AssociationMap<edm::OneToOne<reco::TrackCollection, std::vector<VertexConstraint> > > TrackVtxConstraintAssociationCollection |
Definition at line 31 of file TrackConstraintAssociation.h.
Definition at line 33 of file TrackConstraintAssociation.h.
Definition at line 34 of file TrackConstraintAssociation.h.
typedef edm::RefVector<TrackVtxConstraintAssociationCollection> TrackVtxConstraintAssociationRefVector |
Definition at line 35 of file TrackConstraintAssociation.h.
typedef std::pair<GlobalPoint, GlobalError> VertexConstraint |
Definition at line 19 of file TrackConstraintAssociation.h.